I am trying to allow a certain host through to my mail server. I put the 
domain name inside of my access file, ran postmap on it, and it's still 
being denied. It is not a valid host, but I need to let it through. The 
"reject_unknown_sender_domain"  option is blocking it. Here is what I have 
in my main.cf :
smtpd_client_restrictions = check_client_access hash:/etc/postfix/access,
                             hash:/etc/postfix/access,
                             permit_mynetworks,
                             reject_unauth_pipelining,
                             reject_non_fqdn_sender,
                             reject_non_fqdn_recipient,
                             check_sender_access hash:/etc/postfix/no_send.map,
                             check_client_access,
                             hash:/etc/postfix/maps_ok.map,
                             reject_unknown_recipient_domain,
                             reject_unknown_sender_domain

Any ideas? I'm stumped!


Billy Kimble, System Administrator
ebase, LLC 


-- Attached file included as plaintext by Ecartis --


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.573 / Virus Database: 363 - Release Date: 1/28/2004



Reply via email to