I have a user that cannot authenticate. What I am getting is:
did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
I have SASL installed for plaintext passwords. Can someone please point me in the right direction? What am I missing?
|
I have a user that cannot authenticate. What I am getting is:
I have SASL installed for plaintext passwords. Can someone please point me in the right direction? What am I missing? | |||
feedback
|
|
The error message means that the client opens up a connection to port 25 on your server, but does not issue any other commands. I will make a wild guess here and will suspect that this is a TCP window scaling problem. If the client is a Windows Vista / 7 machine try something like:
or
from a command prompt that you have started as an administrator. If your server is a linux machine you can try adding these at the bootom of your /etc/sysctl.conf:
Run "sysctl -p" as root for the changes to take effect. Depending the case you may need both. However this is a workaround and not a solution to the problem, and like I said a wild guess since I've seen such behaviour coupled with the error message that you describe too many times. | |||
|
feedback
|