Bernhard Schmidt:
> Hi,
> 
> long story short, there is a bug in recent Seamonkey builds that emits
> an empty hostname in EHLO on Windows platforms with IPv6, see
> https://bugzilla.mozilla.org/show_bug.cgi?id=858540
> 
> This is extremely hard to debug when a user complains, because while
> Postfix rejects it with 501
> 
> EHLO
> 501 Syntax: EHLO hostname
> 
> it does not log anything at all in the default loglevel

Indeed. The logfile would be useless if Postfix logged ALL crap on
the network. Instead, increase the logging selectively.

In this case you could use smtpd_command_filter to correct such
mistakes. See the first example in

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

for how to deal with buggy HELO commands.

        Wietse

Reply via email to