Re: SASL authentication failed

2013-02-19 Thread Mehturt
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

Re: SASL authentication failed

2013-02-19 Thread Mehturt
On Mon, Feb 18, 2013 at 7:47 PM, Torsten Flammiger nos...@netfg.net wrote: I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I use msmtp. A simple yet effective command line smtp utility. It works fine

Re: SASL authentication failed

2013-02-19 Thread James Griffin
- 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

Re: SASL authentication failed

2013-02-18 Thread s. keeling
Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP config? I always get SASL authentication failed when sending message. Methinks your SMTP config needs work. Which SMTP are you using

Re: SASL authentication failed

2013-02-18 Thread Mehturt
authentication failed when sending message. Methinks your SMTP config needs work. Which SMTP are you using? If postfix, try http://www.dnsexit.com/support/mailrelay/postfix.html /etc/postfix/relay_passwd: # - relay.dnsexit.com USERNAME:PASSWORD

Re: SASL authentication failed

2013-02-18 Thread s. keeling
Incoming from Mehturt: On Mon, Feb 18, 2013 at 4:06 PM, s. keeling keel...@nucleus.com wrote: Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP config? Most likely I need to fix my SMTP

Re: SASL authentication failed

2013-02-18 Thread Patrick Shanahan
* s. keeling keel...@nucleus.com [02-18-13 10:43]: Incoming from Mehturt: [...] I'm using the SMTP functionality built in mutt. Er, what? I'm not sure that exists (though I could be mistaken). mutt -v |grep SMTP -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG #

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 4:16 PM, Mehturt meht...@gmail.com wrote: On Mon, Feb 18, 2013 at 4:06 PM, s. keeling keel...@nucleus.com wrote: Incoming from Mehturt: I'm trying to use mutt with my company's SMTP server (IMAP works fine). Is this a mutt problem, or do you need to fix your SMTP

Re: SASL authentication failed

2013-02-18 Thread s. keeling
Incoming from Patrick Shanahan: * s. keeling keel...@nucleus.com [02-18-13 10:43]: Incoming from Mehturt: I'm using the SMTP functionality built in mutt. Er, what? I'm not sure that exists (though I could be mistaken). mutt -v |grep SMTP Exactly: +USE_POP +USE_IMAP

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 5:04 PM, s. keeling keel...@nucleus.com wrote: Incoming from Patrick Shanahan: * s. keeling keel...@nucleus.com [02-18-13 10:43]: Incoming from Mehturt: I'm using the SMTP functionality built in mutt. Er, what? I'm not sure that exists (though I could be

Re: SASL authentication failed

2013-02-18 Thread James Griffin
- Mehturt meht...@gmail.com [2013-02-18 14:14:41 +0100] - : I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I tried Mozilla Thunderbird, and the settings which work, are: Authentication method

Re: SASL authentication failed

2013-02-18 Thread Mehturt
On Mon, Feb 18, 2013 at 6:23 PM, James Griffin jmz.grif...@kode5.net wrote: - Mehturt meht...@gmail.com [2013-02-18 14:14:41 +0100] - : I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I tried Mozilla

Re: SASL authentication failed

2013-02-18 Thread Torsten Flammiger
I'm trying to use mutt with my company's SMTP server (IMAP works fine). I always get SASL authentication failed when sending message. I use msmtp. A simple yet effective command line smtp utility. It works fine with SSL/TLS here .muttrc: set sendmail=/usr/bin/msmtp .msmtprc account default

Re: SASL authentication failed

2013-02-18 Thread Kevin J. McCarthy
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