Linode Forum
https://forum.linode.com/

Sending from Outlook Express, AUTH LOGIN mechanism
https://forum.linode.com/viewtopic.php?f=11&t=8692
Page 1 of 1

Author:  flibble [ Sat Apr 14, 2012 4:11 pm ]
Post subject:  Sending from Outlook Express, AUTH LOGIN mechanism

Hi,

I've setup my postfix mail server successfully using the linode guides. It's working almost perfectly except my users cannot send email using outlook express.

I've done some googling and it seems the problem is related to the fact the LOGIN auth method is not 'offered' by postfix upon EHLO.

Code:
220 athena.mammaf.it ESMTP Postfix
EHLO me
250-athena.mammaf.it
250-PIPELINING
250-SIZE 30720000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN
250-AUTH=PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN


It just offers PLAIN.

How can I offer LOGIN type, I can't find the right setting

Thanks

Author:  flibble [ Sat Apr 14, 2012 4:55 pm ]
Post subject: 

OK, found the setting. My SASL is configured with dovecot so I needed to add the following line to the dovecot.conf

Code:
auth_mechanisms = plain login cram-md5


I restarted dovecot and looked like it didn't work but then a subsequent reload of postfix picked up the new setting:

Code:
250-AUTH PLAIN LOGIN CRAM-MD5
250-AUTH=PLAIN LOGIN CRAM-MD5


Woo hoo!

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/