Daniel L. Miller wrote:
OK - here's what I see now using telnet. First, connecting directly to the ASSP listener via telnet:

r...@mailserver:/etc/postfix# 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 Postfix (Ubuntu)
helo abc.com
250 Postfix-ASSP.amfeslan.local
mail from:dmil...@amfes.com
250 2.1.0 Ok
rcpt to:fireexp...@hotmail.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>

This looks - and works - fine. Now try the same thing connecting to the Postfix listener that proxies to ASSP:

r...@mailserver:/etc/postfix# 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)
helo abc.com
250 mailserver.amfeslan.local
mail from:dmil...@amfes.com
250 2.1.0 Ok
rcpt to:fireexp...@hotmail.com
250 2.1.5 Ok
data
250 2.1.5 Ok
subject:subject test
221 2.7.0 Error: I can break rules, too. Goodbye.
Connection closed by foreign host.

Am I looking at a mis-configured Postfix? Or is ASSP interfering with the smtp communication?
For clarification, when I say "ASSP listener", I mean I'm connecting to ASSP, which is supposed to be a transparent proxy back to Postfix. I do not have a Postfix process listening at 192.168.0.10:225. However, the Postfix listener at 192.168.0.11:25 is a Postfix process, which is supposed to relay to 192.168.0.10:225.

--
Daniel

Reply via email to