From: Aubin LaBrosse <aubin@stormboxes.com>
To: catalin.marinas@gmail.com, git@vger.kernel.org
Subject: StGIT mail configuration
Date: Mon, 13 Feb 2006 15:47:46 -0500 [thread overview]
Message-ID: <43F0F072.90609@stormboxes.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]
Hello,
I'm using StGIT 0.8.1 on top of the latest release of Cogito - in
.git/stgitrc of a local git repo, I have the following part related to
my mail configuration:
smtpserver: mail.stormboxes.com:25
smtpuser: username@stormboxes.com
smtppassword: myPassword
(actual username and password redacted, of course) - the point is, the
username actually is that entire string 'username@stormboxes.com' (no
quotes) because the box it's on is a virtual server for many domains and
the usernames must contain the domain to which they belong. anyway, i
was getting authentication failures, so i hacked up mail.py and set the
debug level on the smtp object - i found out that it's trying to auth
using CRAM-MD5. And I'm not sure whether the server doesn't support
that or not, but i didn't see anything in the python doc that would
indicate that i could make the login() method use auth login or auth
plain or something else, and it seems like it gets a valid response from
the server that tells it that the authentication failed - and i'm not
sure why - thunderbird works fine but i can't figure out which auth type
it's using. (suppose i could tcpdump it and see) I have, of course,
triple checked my auth credentials at this point.
does anyone have any hints or insights, or is this a server
configuration problem? any help would be greatly appreciated. Please
CC, as I am not subscribed to the git list.
Thanks,
Aubin LaBrosse
[-- Attachment #2: aubin.vcf --]
[-- Type: text/x-vcard, Size: 160 bytes --]
begin:vcard
fn:Aubin LaBrosse
n:LaBrosse;Aubin
email;internet:aubin@stormboxes.com
tel;work:589-0692
tel;home:429-1520
tel;cell:493-0121
version:2.1
end:vcard
next reply other threads:[~2006-02-13 20:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-13 20:47 Aubin LaBrosse [this message]
2006-02-13 21:45 ` StGIT mail configuration Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43F0F072.90609@stormboxes.com \
--to=aubin@stormboxes.com \
--cc=catalin.marinas@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).