Laurent Frigault: > Hi, > > Is there any way to have some smtpd_access_maps with > parent_domain_matches_subdomains and some other without it ?
There currently is no syntax to force some lookups with and some without. However, parent_domain_matches_subdomains does not apply to pcre:, regexp:, tcp:, and socketmap: tables and check_policy lookups. These always get the full domain. Maybe you can handle check_sender_access that way. Wietse > I have : > smtpd_recipient_restrictions = > permit_mynetworks > reject_non_fqdn_sender > reject_unknown_sender_domain > reject_unauth_destination > check_sender_access hash:$config_directory/sender_access > check_recipient_access hash:$config_directory/rcpt_recipient_access > .... > > I would like to have parent_domain_matches_subdomains in > rcpt_recipient_access and not in sender_access > > Regards, > -- > Laurent Frigault | <url:http://www.agneau.org/> >