[MERGE] Patch: smtp_connection.py
Amit Saha
amitsaha.in at gmail.com
Wed May 6 18:14:01 BST 2009
On Wed, May 6, 2009 at 9:35 PM, Vincent Ladeuil <v.ladeuil+lp at free.fr> wrote:
>>>>>> "Amit" == Amit Saha <amitsaha.in at gmail.com> writes:
>
> <snip/>
>
> Amit> This is what I did:
>
> Amit> #bazaar.conf
>
> Amit> [DEFAULT]
> Amit> 2
> Amit> 3
> Amit> 4 email = Amit Saha <Amit.Saha at foo.com>
> Amit> 5 post_commit_mailer=smtplib
> Amit> 6 smtp_server=mail.foobar.com:25
> Amit> 7 smtp_username=
> Amit> 8 smtp_password=
>
> Delete the lines related to smtp_username and smtp_password.
>
> Amit> #authentication.conf
>
> Amit> smtp_username= amitsaha
> Amit> smtp_password=
>
> Totally wrong syntax (see
> http://doc.bazaar-vcs.org/bzr.dev/en/user-reference/bzr_man.html#authentication-settings),
> didn't bzr warn you about it ?
>
> You should use something like:
>
> [mymail]
> scheme=smtp
> host=mail.foobar.com
> user=amitsaha
>
> Amit> However, I get the authentication error
>
> Which one ?
>
> Amit> and it doesn't ask for the password. Is that what you
> Amit> asked you to try out?
>
> Yes, except for the authentication.conf file content.
Turned out to be a problem somewhere else:
https://bugs.launchpad.net/bzr/+bug/372800
-Amit
>
> Vincent
>
--
http://amitksaha.blogspot.com
http://amitsaha.in.googlepages.com/
cornucopic on #scheme, #lisp, #math, #linux
*Bangalore Open Java Users Group*:http:www.bojug.in
"Recursion is the basic iteration mechanism in Scheme"
--- http://c2.com/cgi/wiki?TailRecursion
More information about the bazaar
mailing list