Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Apr 14, 2012 4:11 pm 
Offline
Senior Newbie

Joined: Sun Jan 29, 2012 2:34 pm
Posts: 15
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


Top
   
 Post subject:
PostPosted: Sat Apr 14, 2012 4:55 pm 
Offline
Senior Newbie

Joined: Sun Jan 29, 2012 2:34 pm
Posts: 15
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!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group