On 4/26/2010 4:57 AM, mohamad rahimi wrote:
*From:* Noel Jones <njo...@megan.vbhcs.org>
>Instructions for testing your server, which includes
>displaying mechanisms offered, can be found here:
http://www.postfix.org/SASL_README.html#server_test
>Note: if you configured your server to offer different
>mechanisms to an encrypted connection, test with openssl
>rather than telnet:
>% openssl s_client -connect server.example.com:25 -starttls smtp
I tested authentication with telnet and openssl and I received this
error " 535 5.7.0 Error: authentication failed: authentication failure"
what should I do?
Start here:
http://www.postfix.org/DEBUG_README.html
and here:
http://www.postfix.org/SASL_README.html
The first thing is to check your postfix logs for errors and
warnings. Often these will tell you exactly what the problem
is. http://www.postfix.org/DEBUG_README.html#logging
If this problem started after a reboot, an obvious thing is to
make sure all the services related to your sasl started.
If you need further help from the list, please see:
http://www.postfix.org/DEBUG_README.html#mail
-- Noel Jones