----- Kevin J. McCarthy <m...@8t8.us> [2013-02-18 11:06:57 -0800] ----- :

> Mehturt wrote:
> > Yes, I'm using this already.
> > The question is - is there an equivalent of Thunderbird's "Normal
> > Password" and "SSL/TLS"?
> > 
> > I'm using:
> > set smtp_url="smtps://user:pass@host:465"
> > 
> > And I tried smtp_authenticators set to "plain" and "login", but it did not 
> > work.
> > I can post .muttdebug* if required.
> 
> Just a few random things to try.  First off, comment out
> smtp_authenticators in your muttrc and let mutt try all the methods.
 
Yes - mutt automatically tries all the appropriate authentication
methods the smtp server will accept, so Kevin is right here. Just let
mutt work it out.

> Try out port 587 and TLS (note the smtp:// instead of smtps://)
>   set smtp_url="smtp://user:pass@host:587"
 
I'm not even sure you need to specify a port here if you use
"smtps://..." - again, mutt should connect to the smtp server using the
correct port for ssl/tls connections.

To start, try stripping out the password bit in the url. So just try it
with smtps://usern...@host.example.com. If you get that working, then
add in the password bit; but, you can set $smtp_pass for this if you
require/prefer.

> If you are on Debian/Ubuntu, make sure you have the libsasl2-modules
> package installed.
> 
> -Kevin

Again, take Kevin's advice - make sure all the sasl libraries are
correctly installed. Check out this page, for some tips on using mutt in
this way:

        http://linsec.ca/Using_mutt_on_OS_X#Setting_up_SMTP_Support

You might find it useful. Don't worry that this is on Mac OS X, the
principles are the same.


-- 
Primary Key: 4096R/1D31DC38 2011-12-03
Key Fingerprint: A4B9 E875 A18C 6E11 F46D  B788 BEE6 1251 1D31 DC38

Reply via email to