I think the issue is that I am already doing lookups on the parent domain. Is there a way to exclude specific subdomains?
-----Original Message----- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Monday, May 16, 2016 1:40 PM To: Postfix users <postfix-users@postfix.org> Subject: Re: Exclude a sub domain from LDAP? 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