30.3.2014 14:38, li...@rhsoft.net wrote: > > Am 30.03.2014 13:13, schrieb Sami Mäntysaari: >> The plan is to have srv #1 to send email to srv #2 and srv #2 gets rid >> of the sender server IP address so it only shows srv #2 IP address. >> >> >> How can I acomblish it? > > header_checks = regexp:/etc/postfix/header_checks.cf > nested_header_checks = > mime_header_checks = > > cat /etc/postfix/header_checks.cf: > /^Received: from .* \(unknown \[10\.0\.0\./ IGNORE > /^Received: from .* \(localhost/ IGNORE > /^Received: from .* \[localhost/ IGNORE > /^Received: from .* \(127\.0\.0\.1/ IGNORE > /^Received: from .* \[127\.0\.0\.1/ IGNORE >
Thanks.