[Dovecot] Using Dovecot LDA with Sendmail
Rene Luria
operator at infomaniak.ch
Mon Apr 2 11:12:39 EEST 2007
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')dnl
>
> And 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)
More information about the dovecot
mailing list