Autor: Bernhard Erdmann
Data:
A: Stephen Grier
CC: info-cyrus, exim users
Assumpte: [Exim] Re: empty line Cyrus' reject/vacation messages
Stephen Grier wrote:
[...]
> We created a simple wrapper to exim using the -dropcr option and
> specified this in the sendmail: line of imapd.conf.
Thanks, this does the trick:
- /etc/imapd.conf:
sendmail: /opt/exim/exim_dropcr
- /opt/exim/exim_dropcr:
#!/bin/sh
/opt/exim/exim -dropcr $@