Hi,
On a CentOS 6.5 box with a virtual_mailbox_domains,
virtual_mailbox_maps, virtual_alias_maps setup all accessing openldap I
added in main.cf (and restarted postfix afterwards):
recipient_delimiter = +
with the goal to get patrick+...@example.org working. Unfortunately
there is a problem delivering the email:
On the postfix server:
Jan 22 16:16:52 test postfix/smtpd[11463]: NOQUEUE: reject: RCPT from
smtp-vbr8.xs4all.nl[194.109.24.28]: 550 5.1.1 <patrick+...@example.org>:
Recipient address rejected: undeliverable address: Recipient address
verification failed; from=<foo...@xs4all.nl>
to=<patrick+...@example.org> proto=ESMTP helo=<smtp-vbr8.xs4all.nl>
The postfix docs say that postfix first tries patrick+foo@... and then
patrick@... but I don't see two queries in the openldap logs. Just one
query for patrick+foo@... and that email address does not exist in
openldap. Why is there no 2nd query for patrick@...?
What am I missing?
Thanks for any pointers.
Regards,
Patrick