I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
It looks like Outlook don't sent login and password for SMTP.
On Tue, 6 Sep 2005, Dominik Sk?adanowski wrote:
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
I use Sendmail, not Postfix, but...
It's my experience that the most recent versions of Outlook (the one bundled with MS Office) no longer handle TLS gracefully. I've had to reconfigure Outlook to send with straight SSL over port 465.
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
I use Sendmail, not Postfix, but...
It's my experience that the most recent versions of Outlook (the one bundled with MS Office) no longer handle TLS gracefully. I've had to reconfigure Outlook to send with straight SSL over port 465.
It could be. I use TLS.
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
I use Sendmail, not Postfix, but...
It's my experience that the most recent versions of Outlook (the one bundled with MS Office) no longer handle TLS gracefully. I've had to reconfigure Outlook to send with straight SSL over port 465.
I have disabled TLS and still the same.
On Tue, 6 Sep 2005, Dominik Skadanowski wrote:
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
It's my experience that the most recent versions of Outlook (the one bundled with MS Office) no longer handle TLS gracefully. I've had to reconfigure Outlook to send with straight SSL over port 465.
I have disabled TLS and still the same.
You disabled it where? On the client? On the server? Chances are, there are tweaks necessary on both sides:
client -> use SSL and port 465 server -> open SSL-only (smtps) port 465
At this point, however, I'll have to let a real Postfix admin answer questions...
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
It's my experience that the most recent versions of Outlook (the one bundled with MS Office) no longer handle TLS gracefully. I've had to reconfigure Outlook to send with straight SSL over port 465.
I have disabled TLS and still the same.
You disabled it where? On the client? On the server? Chances are, there are tweaks necessary on both sides:
client -> use SSL and port 465 server -> open SSL-only (smtps) port 465
At this point, however, I'll have to let a real Postfix admin answer questions...
"smtpd_use_tls = no" in /etc/postfix/main.cf
I have mail server on CentOS 4.1. Sasl authorization for SMTP is enabled. Thunderbird sends mail, but Outlook get an error 554, Relay access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when Outlook try to send mail.
Resolved:
Outlook don't use PLAIN authorization. I have added LOGIN to "mech_list" in /usr/lib/sasl2/smtpd.conf
/usr/lib/sasl2/smtpd.conf is below: ----------------------------------------------------------------------- pwcheck_method: saslauthd mech_list: plain login saslauthd_path: /var/run/saslauthd/mux -----------------------------------------------------------------------
And Outlook started to use SMTP/SASL, both - over TLS and without TLS.
Regards