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