On 11/3/2010 9:36 PM, Vincent Lefevre wrote:
On 2010-11-03 21:21:24 -0500, /dev/rob0 wrote:
On Thu, Nov 04, 2010 at 03:08:03AM +0100, Vincent Lefevre wrote:
On 2010-11-03 22:00:21 -0400, Wietse Venema wrote:
Vincent Lefevre:
As .twitter.com matches subdomains, it should have matched
What documentation supports this?
The access(5) man page says:
domain.tld
Matches domain.tld.
The pattern domain.tld also matches subdomains, but only
when the string smtpd_access_maps is listed in the Postfix
parent_domain_matches_subdomains configuration setting.
Otherwise, specify .domain.tld (note the initial dot) in
order to match subdomains.
See the last sentence.
See the one before that. :) What is your setting of
parent_domain_matches_subdomains?
You should read my message again. The setting of
parent_domain_matches_subdomains matters only for domain.tld.
But my config file has the form ".domain.tld".
Your interpretation is incorrect.
".domain.tld" only works if parent_domain_matches_subdomains
does NOT include smtpd_access maps.