fugeeohu: > Jul 30 11:32:13 mail postfix/submission/smtpd[5039]: connect from > msg.sys5.org[5.45.103.173] > Jul 30 11:32:13 mail dovecot: auth: Debug: Loading modules from directory: > /usr/lib/dovecot/modules/auth > Jul 30 11:32:13 mail dovecot: auth: Debug: Read auth token secret from > /var/run/dovecot/auth-token-secret.dat > Jul 30 11:32:13 mail dovecot: auth: Debug: auth client connected (pid=0) > Jul 30 11:32:32 mail postfix/submission/smtpd[5039]: lost connection after > EHLO from msg.sys5.org[5.45.103.173] > Jul 30 11:32:32 mail postfix/submission/smtpd[5039]: disconnect from > msg.sys5.org[5.45.103.173]
The client connects, sends an EHLO command, and goes away withuot sending any other command. Try: 1) Execute shell command: telnet address-of-server 587 2) Wait for the '220' server greeting 3) Send SMTP command: ehlo whatever And report the response to the ehlo command. Wietse