On Mon, Feb 18, 2013 at 8:06 PM, Kevin J. McCarthy <m...@8t8.us> wrote: > 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.
Thanks, I tried that already, also tried "plain" and "login", which the server advertises. > Try out port 587 and TLS (note the smtp:// instead of smtps://) > set smtp_url="smtp://user:pass@host:587" Tried that, no change. > > If you are on Debian/Ubuntu, make sure you have the libsasl2-modules > package installed. I am on Debian, and I have it installed.