Will Yardley:
> Ah, but in my case, I am using '.domain.tld' vs. 'domain.tld', so I
> guess my original question really was, does .domain.tld match subdomains
> for $mynetworks / $smtpd_client_event_limit_exceptions when specified in
> that way?
In the case of mynetworks, it depends on the presence or absence of
"mynetworks" in the parent_domain_matches_subdomains parameter value.
In the case of smtpd_client_event_limit_exceptions, it depends on
the presence or absence of "smtpd_client_event_limit_exceptions"
in the parent_domain_matches_subdomains parameter value (Postfix
2.12 as of today). Earlier Postfix versions behave as if
"smtpd_client_event_limit_exceptions" is not present.
Wietse