Manuel Mely wrote:
mouss wrote:
[EMAIL PROTECTED] wrote:
[snip]
My domain is example.com, and i have some subdomains (ie
ldap.example.com).
So the problem is: If i send a message with RCPT TO
[EMAIL PROTECTED],
check_recipient_access rules starts checking this subdomain, but since i
don't have this subdomain in my ldap lookup table and directory, it must
finish with a reject right?
No. it depends on parent_domain_matches_subdomains. see
http://www.postfix.org/access.5.html
I'm using postfix default values for parent_domain_matches_subdomains.
See postconf -d |grep parent_domain_matches_subdomains
parent_domain_matches_subdomains =
debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
'postconf -d' output is useless here.
Anyway, try
$ postconf -e parent_domain_matches_subdomains=
to understand what this does, read the docs, including the already cited
access.5.html, as well as the postconf man page (which is also available
on the postfix site).