On Sun, Aug 24, 2014 at 02:08:00PM -0500, Chad M Stewart wrote: > 127.0.0.1:10026/inet/receive_override_options = > no_address_mappings,no_header_body_checks,no_unknown_recipient_checks > 127.0.0.1:10026/inet/smtpd_authorized_xforward_hosts = 127.0.0.0/8 > 127.0.0.1:10026/inet/smtpd_client_restrictions = > 127.0.0.1:10026/inet/smtpd_helo_restrictions = > 127.0.0.1:10026/inet/smtpd_milters = > 127.0.0.1:10026/inet/smtpd_recipient_restrictions = permit_mynetworks,reject > 127.0.0.1:10026/inet/smtpd_sender_restrictions = > smtp/inet/soft_bounce = no > smtpd/pass/smtpd_client_connection_count_limit = 10 > smtpd/pass/smtpd_proxy_filter = 127.0.0.1:10025 > smtpd/pass/smtpd_proxy_options = speed_adjust > > You're correct on the re-injection port, localhost:10026, but > nothing like that on the normal :25 though I am also using postscreen, > but that shouldn't have anything to do with it either.
The is no "re-injection", because the mail does not the queue prior to "smtpd_proxy_filter". This is just a real-time-chain of SMTP conversations, with no virtual rewriting anywhere because you've disabled it at the last link. -- Viktor.