Hello, Jeff.
I have setup Postfix-2.3-20030315 with TLS/SASL to be able to use secure
SMTP and SMTP AUTH for mail relaying.
The problem I am having is that I can't get Outlook 2003 nor OE6 to AUTH
to
the server. I have checked the "my outgoing server (SMTP) requires
authentication" and I have "This server requires and encrypted connection
(SSL)" checked, but I never see AUTH coming from Outlook. I do see it
setup the TLS connection, but it never authenticates.
I downloaded and installed Thunderbird 1.2 just to make sure that Postfix
was working properly and, indeed, I see the TLS setup, then the
authentication working properly and mail is relayed.
Here is a the log entries when using Thunderbird:
Mar 30 14:21:09 barney postfix/smtpd[340638]: connect from 216-117-112-
254.southplainscollege.edu[216.117.112.254]
Mar 30 14:21:09 barney postfix/smtpd[340638]: setting up TLS connection
from 216-117-112-254.southplainscollege.edu[216.117.112.254]
Mar 30 14:21:10 barney postfix/smtpd[340638]: TLS connection established
from 216-117-112-254.southplainscollege.edu[216.117.112.254]: TLSv1 with
cipher DHE-RSA-AES256-SHA (256/256 bits)
Mar 30 14:21:13 barney postfix/smtpd[340638]: 9B273168E:
client=216-117-112-
254.southplainscollege.edu[216.117.112.254], sasl_method=PLAIN,
[email protected]
Mar 30 14:21:13 barney postfix/smtpd[340638]: disconnect from 216-117-112-
254.southplainscollege.edu[216.117.112.254]
and here is the log snippet when connecting with Outlook:
Mar 30 14:09:25 barney postfix/smtpd[336572]: connect from 216-117-112-
254.southplainscollege.edu[216.117.112.254]
Mar 30 14:09:25 barney postfix/smtpd[336572]: setting up TLS connection
from 216-117-112-254.southplainscollege.edu[216.117.112.254]
Mar 30 14:09:25 barney postfix/smtpd[336572]: TLS connection established
from 216-117-112-254.southplainscollege.edu[216.117.112.254]: TLSv1 with
cipher RC4-MD5 (128/128 bits)
Mar 30 14:09:25 barney postfix/smtpd[336572]: NOQUEUE: reject: RCPT from
216-117-112-254.southplainscollege.edu[216.117.112.254]: 550
<
[email protected]>: Relay access denied;
from=<
[email protected]> to=<
[email protected]>
proto=ESMTP helo=<TWINDERSSNIFFER>
Mar 30 14:09:25 barney postfix/smtpd[336572]: disconnect from 216-117-112-
254.southplainscollege.edu[216.117.112.254]
as you can see, the mail server rejects the mail from outlook, because it
hasn't authenticated to the server.
Any suggestions on what to check for / change in Outlook?