Pavel Urban: > Wietse Venema wrote: > > Pavel Urban: > >> Hello, > >> > >> one of my customers is using buggy MTA that cannot handle 'mail > >> from:...BODY=7BIT' syntax. > >> > >> [r...@hactar tmp]# telnet mail.kiwick.cz 25 > >> Trying 62.24.66.228... > >> Connected to mail.kiwick.cz. > >> Escape character is '^]'. > >> 220 kiwiserver.local.kiwick.cz ready > >> ehlo hactar.pupu.cz > >> 250-kiwiserver.local.kiwick.cz Welcome hactar.pupu.cz > >> 250-8BITMIME > >> 250 HELP > >> mail from:<p...@pupu.cz> BODY=7BIT > >> 501 Syntax Error > >> I've tried to use > > > > Try: man 5 postconf | less +/smtp_discard_ehlo_keyword_address_maps > > and configure Postfix to ignore 8BITMIME. > > > > Wietse > > > > It works, thanks a lot! BTW, what did I wrong with PIX workaround? I > thought it should turn off ESMTP at all for this IP, but I saw my server > still sending EHLO...?
The PIX firewall workaround is, perhaps suprisingly, for PIX firewalls. Wietse