Re: Disabling specific SMTP authenticator

2014-08-19 Thread Paul E Condon
On 20140818_2324-0500, Russell Urquhart wrote: > On Mon, Aug 18, 2014 at 06:47:00PM -0700, Bob Holtzman wrote: > > Does your ~/.msmtprc file have an "auth on" entry? If so, is it > > commented out? If it's there and not commented out, what does > > commenting it out do? > > > > > I don't think i

Re: Disabling specific SMTP authenticator

2014-08-19 Thread Russell Urquhart
On Mon, Aug 18, 2014 at 10:49:06AM -0700, Alexander Gattin wrote: > Then you can set the smtp_authenticators parameter > to include all methods except CRAM-MD5: > > set smtp_authenticators="otp:digest-md5:login:plain:anonymous" > > In my case there were problems with "PLAIN" method > and exclud

Re: Disabling specific SMTP authenticator

2014-08-19 Thread Bob Holtzman
On Mon, Aug 18, 2014 at 11:24:06PM -0500, Russell Urquhart wrote: > On Mon, Aug 18, 2014 at 06:47:00PM -0700, Bob Holtzman wrote: > > Does your ~/.msmtprc file have an "auth on" entry? If so, is it > > commented out? If it's there and not commented out, what does > > commenting it out do? > > > >

Re: Disabling specific SMTP authenticator

2014-08-19 Thread Luis Mochan
> I don't think i have a .msmtprc file, what program is that associated with? msmtp, lightweight smtp client, http://msmtp.sourceforge.net/

small typo in smtp_url=... gives SASL auth failed

2014-08-19 Thread Matthias Apitz
Hello, I was debugging a while my SMTP connection to my ISP was failing... after some time I found that it was caused my a small typo in the smtp_url setting in ~/.muttrc: this line works fine: set smtp_url="smtp://xxx-g...@smtp.1blu.de" this line gives SASL auth failed: set smtp_