> 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,
So you put them in that first file? With an OK? And what did you put in? Their IP, Domain, what? > 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! The log of the reject might give a little more information, but if it really is reject_unknown_sender_domain, then they are not being OKed properly before that point. --Eric
