Eugene Vilensky wrote:
According to your problem report, the trading application sends:

   MAIL FROM:'<usern...@example.com>'

The correct SMTP protocol syntax is:

   MAIL FROM:<usern...@example.com>

Not even Sendmail accepts the incorrect syntax.

You can easily view the command by logging the SMTP commands (main.cf:
debug_peer_list = address of client) or by sniffing the network.


Sorry to resurrect what might be an irrelevant thread, but if am
testing by trying to send to an IP address rather than a domain, how
can I accept the illegal syntax of mail TO usern...@ipaddress?

Thank you!
-Eugene


http://www.postfix.org/postconf.5.html#resolve_numeric_domain



Reply via email to