This is a discussion on transport problems within the mailing.postfix.users forums, part of the Mail Servers and Related category; I have a transport table that looks like: tacocat.net : ..tacocat.net : * smtp:smtp-server.twmi.rr.com And yet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a transport table that looks like:
tacocat.net : ..tacocat.net : * smtp:smtp-server.twmi.rr.com And yet I keep getting errors like this: (host mailin-01.mx.aol.com[205.188.159.57] refused to talk to me: 554- (RTR:BB) http://postmaster.info.aol.com/errors/554rtrbb.html 554- AOL does not accept e-mail transactions from dynamic or residential 554- IP addresses. 554 Connecting IP: 69.133.95.206) I thought I had this set up correctly. The connecting IP is me. And yes, I did run postmap transport. But things are backing up all over the place at this end. Ugh! (note: access has entries to clear delivery of aol.com as well) cling:/etc/postfix# postconf -n address_verify_map = btree:/var/spool/postfix/verify alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = yes biff = no command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix debug_peer_list = postgresql.org mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain mydomain = tacocat.net myhostname = cling.tacocat.net mynetworks = 127.0.0.0/8 192.168.0.0/24 192.168.1.0/24 myorigin = /etc/mailname notify_classes = resource, software, policy, protocol recipient_delimiter = + relayhost = setgid_group = postdrop smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) smtpd_client_restrictions = permit_mynetworks check_client_access hash:/etc/postfix/helo reject_unauth_pipelining reject_multi_recipient_bounce reject_rbl_client relays.ordb.org reject_unknown_client smtpd_helo_restrictions = permit_mynetworks check_helo_access hash:/etc/postfix/helo reject_invalid_hostname reject_non_fqdn_hostname reject_unknown_hostname smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/helo reject_non_fqdn_sender reject_unknown_sender_domain reject_unverified_sender cling:/etc/postfix# |