On Mon, 2007-04-02 at 10:12 +0200, Rene Luria wrote:
Scott Peron wrote:
After looking at the LDA/Sendmail page in the dovecot wiki, I wanted to contribute another method to easily configure Sendmail to use deliver. Instead of adding a new mailer definition, as already suggested, one can simply use the following line in their sendmail.mc file instead:
FEATURE(
local_procmail',/usr/libexec/dovecot/deliver',deliver -d $u',SPhnu9')dnlAnd further on, still use:
MAILER(procmail)dnl
That's right, it's the easiest way to configure it.
FEATURE(
local_procmail',/opt/dovecot/libexec/dovecot/deliver',deliver -d $u') MODIFY_MAILER_FLAGS(LOCAL', `-f') MAILER(procmail)
Well, I've no idea how to modify the wiki page to contain this information without removing something important. So anyone is welcome to go and edit it directly. :)