On 11/3/2010 11:07 PM, Vincent Lefevre wrote:
BTW, so, there is no way to match only subdomains (by that, I mean all possible subdomains, but not the domain itself) without changing parent_domain_matches_subdomains?
That's correct with indexed tables. With regexp or pcre tables there is no automatic subdomain search; you control the scope of the search with your expression.
To answer your other question, when parent_domain_matches_subdomains includes smtpd_access_maps (the default), the form ".domain.tld" is never searched for. As a result, the entry is silently ignored.
-- Noel Jones