Hi people: I'm trying to set up a catch-all feature in my Postfix server based on LDAP. Here's my scenario:
- Mail Accounts with VirtualMailAccount object class - Alias with VirtualAlias object class How can I tell Postfix to look for users/alias and return the catch-all address when the original destination isn't found? I have i...@domain.com as a alias. When I send an email to non-existant-acco...@domain.com then the catch-all address receives the message correctly. But when I send to i...@domain.com the catch-all is being recognized before the real alias, so my i...@domain.com alias never works. What's the right order to query alias or accounts databases stored in LDAP? Thanks