Thanks for the fast reply. Peter Rabbitson wrote: > Just my 2c - I have never seen this error, as I do not blindly accept mail > for my subdomains (unlike the default): > > r...@arzamas:~# 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,smtpd_access_maps > r...@arzamas:~# postconf -n | grep parent_domain_matches_subdomains > parent_domain_matches_subdomains = > > With this settings the user gets a 554 Relay Denied unless the domain > is explicitly listed in <whatever delivery method you use>_domains=
Ok, I set the parent_domain_matches_subdomains to blank. # postconf -n | grep parent_domain_matches_subdomains parent_domain_matches_subdomains = # netcat localhost 25 220 mail.krediidiinfo.ee ESMTP Postfix HELO mail.krediidiinfo.ee 250 mail.krediidiinfo.ee MAIL FROM:<[email protected]> 250 Ok RCPT TO:<[email protected]> 250 Ok QUIT 221 Bye Still accepted the address. All *_domains settings are the default, that is empty. The domains I receive mail for are defined in mydestination. Yes, I reloaded and restarted postfix, the settings are definitely in effect. Why does postfix still accept the address? I looked at my postfix settings and couldn't find anything useful. PS: In my previous mail I forgot to mention I'm using mysql: local_recipient_maps = proxy:mysql:/etc/postfix/sql-recipients.cf Regards, -- Aleksander Kamenik System Administrator Krediidiinfo AS an Experian Company Phone: +372 665 9649 Email: [email protected] http://www.krediidiinfo.ee/ http://www.experiangroup.com/ _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
