View Single Post

  #2 (permalink)  
Old 10-10-2006
Greg Hackney
 
Posts: n/a
Default Re: Testing the access tables (check_*_access)

Matthew X. Economou wrote:
> I should be able to match on the domain part of a
> particular email address using
> .intruguarddevices.com REJECT
> should match this rule look like this:
> webinar@intruguarddevices.com
> Yet, Postfix does not block these addresses



..domain.com
matches on anything.domain.com, but not domain.com

If parent_domain_matches_subdomains has smtpd_access_maps in it
(run this to see: postconf parent_domain_matches_subdomain)

then
domain.com
matches both anything.domain.com and domain.com

if smtpd_access_maps is not in it, then these 2
will match everything:
..domain.com
domain.com

--
Greg






Reply With Quote