Mike Cathey wrote: > On Mon, 2003-06-23 at 08:35, Andrzej Filip wrote: >> Ramprasad A Padmanabhan wrote: >> > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: host >> > /var/imap/socket/lmtp[/var/imap/socket/lmtp] >> > said: 554 5.6.0 Message contains NUL characters (in reply to end of >> > DATA command) >> If you use sendmail as your MTA then you can add F=1 flag to cyrusv2 mailer >> specification. >> >> MODIFY_MAILER_FLAGS(`CYRUSV2',`+1')dnl > > Anyone have any idea how to work around this with postfix?
I did it by 'transport_filter = /usr/bin/tr -d \\000' on exim -- Dimitry