Displaying 2 results from an estimated 2 matches for "sphnu9".
2007 Mar 30
2
Using Dovecot LDA with Sendmail
...bute 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
The location of deliver will of course vary for each OS and distro,
etc, but this redefines the "procmail" mailer in the resulting
sendmail.cf to use deliver instead, with the correct flags. For most
setups, I believe this...
2009 Oct 16
0
Sendmail and Dovecot Delivery to Virtual Users
...able', `hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(`local_procmail', `/usr/libexec/dovecot/deliver', `deliver -f $g -d
$u', `SPhnu9')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
FEATURE(`accept_unresolvable_domains')dnl
LOCAL_DOMAIN(`mydomain.com')dnl
MODIFY_MAILER_FLAG...