Daniel L. Miller wrote:
Here's the other weird thing. If, after I enter the DATA command and
get that bogus 2.1.5, if I enter a second DATA command - it works.
smtpd -v log excerpt - with the first "DATA":
Mar 5 18:54:01 mailserver local/smtpd[25237]: <
smtp-local.amfeslan.local[192.168.0.11]: data
Mar 5 18:54:01 mailserver local/smtpd[25237]: >
inet:192.168.0.10:225: data
Mar 5 18:54:01 mailserver local/smtpd[25237]: <
inet:192.168.0.10:225: 250 2.1.5 Ok
Mar 5 18:54:01 mailserver local/smtpd[25237]: warning: proxy
inet:192.168.0.10:225 rejected "data": "250 2.1.5 Ok"
Mar 5 18:54:01 mailserver local/smtpd[25237]: >
smtp-local.amfeslan.local[192.168.0.11]: 250 2.1.5 Ok
then...
Mar 5 18:54:07 mailserver local/smtpd[25237]: <
smtp-local.amfeslan.local[192.168.0.11]: data
Mar 5 18:54:07 mailserver local/smtpd[25237]: >
inet:192.168.0.10:225: data
Mar 5 18:54:07 mailserver assp/smtpd[25240]: <
smtp-local.amfeslan.local[192.168.0.11]: data
Mar 5 18:54:07 mailserver assp/smtpd[25240]: >
smtp-local.amfeslan.local[192.168.0.11]: 354 End data with
<CR><LF>.<CR><LF>
Mar 5 18:54:07 mailserver local/smtpd[25237]: <
inet:192.168.0.10:225: 354 End data with <CR><LF>.<CR><LF>
Mar 5 18:54:07 mailserver local/smtpd[25237]: >
smtp-local.amfeslan.local[192.168.0.11]: 354 End data with
<CR><LF>.<CR><LF>
Mar 5 18:54:18 mailserver local/smtpd[25237]: > inet:192.168.0.10:225: .
On a whim, I tried something else. I tried telnet'ing to the two
listeners - but used the EHLO command to see what was reported. I do
get different responses. Does this mean anything significant? I notice
that the one that works has added NOOP to the list (probably irrelevant)
- but does not support pipelining. Does this affect what I'm trying to do?
r...@mailserver:/opt/assp# telnet 192.168.0.11 25
Trying 192.168.0.11...
Connected to 192.168.0.11.
Escape character is '^]'.
220 mailserver.amfeslan.local ESMTP Postfix (Ubuntu)
ehlo daniel.amfeslan.local
250-mailserver.amfeslan.local
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.
r...@mailserver:/opt/assp# telnet 192.168.0.10 225
Trying 192.168.0.10...
Connected to 192.168.0.10.
Escape character is '^]'.
220 Postfix-ASSP.amfeslan.local ESMTP for ASSP
ehlo daniel.amfeslan.local
250-Postfix-ASSP.amfeslan.local
250-SIZE 10240000
250-VRFY
250-ETRN
250 NOOP
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
421 <ASSP.nospam> closing transmission channel
Connection closed by foreign host.
--
Daniel