16 Mar
2013
16 Mar
'13
11:53 a.m.
On Fri, 2013-03-15 at 13:15 +0100, mourik jan heupink wrote:
dovecot unix - n n - - pipe flags=DROhu user=postfix:postfix argv=/usr/libexec/dovecot/dovecot-lda -f ${sender} -a ${recipient} -d ${user}@${nexthop}
And for what it's worth... here is mine:
dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d ${recipient}
That's the old method, if my hazy memory is serving me half right tonight, that will not permit recipient delimiter processing To accommodate that suggest using - -f ${sender} -d ${user}@${nexthop}
FWIW I also use "-e" was nicer for rejecting unknown users.