Wietse Venema:
> Philip McGaw:
> > >> Mar 11 17:48:08 njoror postfix/pipe[32605]: 1BAF055AB6:
> > >> to=<[email protected]>, relay=dovecot, delay=0.43,
> > >> delays=0.34/0.01/0/0.09, dsn=4.1.1, status=SOFTBOUNCE (user unknown)
>
> Hint: >>>DOVECOT<<< says "user unknown:".
As Viktor pointed out (I am not familiar with Dovecot configuration):
Dovecot documentation shows recommended command-line syntax for
the LDA:
http://wiki.dovecot.org/LDA/Postfix
For example:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail
argv=/usr/local/libexec/dovecot/dovecot-lda
-f ${sender} -d ${user}@${nexthop} -m ${extension}
And correctly points out the need for:
main.cf:
dovecot_destination_recipient_limit = 1
Some users want to preserve case in the address extension:
http://dovecot.org/pipermail/dovecot/2015-April/100503.html
Good luck.
Wietse