Displaying 1 result from an estimated 1 matches for "8ad51a071a".
2023 Apr 01
2
Wildcard delivery from Postfix to Dovecot LDA issues
...whether to deliver a message to the dovecot LDA, or to
bounce it? In other words, how does postfix decide to bounce foo, and
deliver bar, in these log messages:
postfix/pipe[11857]: 933BCA071A: to=<foo at example.com>, relay=dovecot,
... status=bounced (user unknown)
postfix/pipe[12266]: 8AD51A071A: to=<bar at example.com>, relay=dovecot,
... status=sent (delivered via dovecot service)
The reason I ask is that the obvious answer with the main.cf setup
doesn't appear to be sufficient, and dovecot appears to check whether or
not the recipient exists in the userdb passwd file befor...