On 01/03/2013 02:28 PM, Wietse Venema wrote: >> Currently, a custom policy script (domainalias-aware) verifies the >> > recipient in LDAP, then Postfix queries the LDAP again for possible SMTP >> > forwards (virtual_alias_maps). If found, then forwards the message via >> > SMTP, else if passes the message to the LMTP server. > You should not need a policy script for this. To validate an RCPT > TO address, it's sufficient to have a virtual alias. You can use > the ldap_table(5) domain feature to limit the queries.
Ah indeed, I should've spotted. Thanks! Do you have any tips for envelope address rewriting for the LMTP server, which is not domainalias-aware? (My first question.) Kristof