Marius Burkard
2016-07-08 73c2f4f9253638a4f21e323e48242217276e3e50
- prevent issue when using smtp binding in postfix
1 files modified
6 ■■■■ changed files
install/tpl/amavisd_user_config.master 6 ●●●● patch | view | raw | blame | history
install/tpl/amavisd_user_config.master
@@ -77,9 +77,9 @@
$inet_socket_port = [10024,10026];
# *:* = send to IP/HOST:incoming Port + 1
$forward_method = 'smtp:*:*';
$notify_method = 'smtp:*:*';
# :* = send to incoming Port + 1
$forward_method = 'smtp:127.0.0.1:*';
$notify_method = 'smtp:127.0.0.1:*';
$interface_policy{'10026'} = 'ORIGINATING';
$policy_bank{'ORIGINATING'} = {
  originating => 1,