This is a discussion on Why am I getting recipient maps checked when that IP is listed in mynetworks? within the mailing.postfix.users forums, part of the Mail Servers and Related category; Hello Everyone, I need help in trying to figure out why I am still getting snagged by the "check_recipient_maps&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Everyone,
I need help in trying to figure out why I am still getting snagged by the "check_recipient_maps" restriction in smtpd_recipient_restrictions. The IP I am connecting from is listed in mynetworks. As you can see in "helo" and "mail from", I can get away with invalid domain and non-FQDN addresses. However, when I specified an email address to the testing.com domain that is not on the relay_recipient_maps list, I got stopped. If anyone can shed some light into this, I'd really appreciate it. Thank you. postfix version 2.1.4 ******* snippets from my main.cf ********** mydomain = testing.com mynetworks = 206.54.53.0/28, 127.0.0.0/8 smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_hostname, reject_unknown_hostname smtpd_client_restrictions = permit_mynetworks, warn_if_reject reject_unknown_client smtpd_sender_restrictions = permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, check_recipient_maps ******** a telnet from a trusted IP ******** [root@test01 root]# telnet 206.54.53.2 25 Trying 206.54.53.2... Connected to 206.54.53.2. Escape character is '^]'. 220 ns15.testing.com ESMTP Postfix helo sfsdofwe.com 250 ns15.testing.com mail from: megonow 250 Ok rcpt to: everuyone@testing.com 550 <everuyone@testing.com>: Recipient address rejected: User unknown in relay recipient table quit 221 Bye Connection closed by foreign host. Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintouch.html |