File bnc#947707.diff of Package postfix
--- postfix-SuSE/config.postfix.orig 2015-11-25 09:33:16.227516956 +0100
+++ postfix-SuSE/config.postfix 2015-11-25 09:38:31.919511545 +0100
@@ -1096,7 +1096,7 @@
$line = " ".$1;
if( $line !~ /receive_override_options=no_unknown_recipient_checks,no_header_body_checks/ )
{
- $line = " -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_address_mappings";
+ $line = " -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks";
}
}
} elsif ( /^\#?\s\s(-o\s+local_header_rewrite_clients=.*)/) {