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 $@



Reply via email to