Why is a blank line added in the middle of the header lines in vacation and rejection notices when using exim?

This problem results from Cyrus using CRLF sequences to denote line breaks in its pipe to the sendmail process, which normal Sendmail handles just fine. However, exim does not handle these sequences ok.

Exim 4.20 and later has a drop_cr option which you can use, the following wrapper script was suggested by Bernhard Erdmann (be@berdmann.de):

- /etc/imapd.conf:
sendmail: /opt/exim/exim_dropcr

- /opt/exim/exim_dropcr:
#!/bin/sh
/opt/exim/exim -dropcr $@

-- RobSiemborski? - 24 Jul 2003

Topic revision: r24 - 31 Aug 2005 - 12:39:18 - TWikiGuest
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback