| 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 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 Woo hoo! |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|