Displaying 1 result from an estimated 1 matches for "933bca071a".
2023 Apr 01
2
Wildcard delivery from Postfix to Dovecot LDA issues
...postfix/dovecot cross-post]
How, exactly, do postfix and dovecot communicate when postfix attempts
to determine 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 t...