Gomes, Rich:
> I have postfix performing LDAP verification and it is working out great.
> Except... I am running into an issue with a subdomain that should
> be excluded from the LDAP verification.
What is LDAP verification?
> It is a sub-domain of one of the domains I am doing lookups on.
>
> Is there a way to exclude this specific domain from LDAP verification?
> (my googling has not turned up any results on this)
According to the ldap_table(5) manpage, you can specify a list of
domain names with the "domain" parameter, such that Postfix will
look up only email addresses with a domain that matches the list.
Wietse