We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcd2fd commit 73c2f4fCopy full SHA for 73c2f4f
install/tpl/amavisd_user_config.master
@@ -77,9 +77,9 @@ $log_level = 0; # (defaults to 0)
77
78
$inet_socket_port = [10024,10026];
79
80
-# *:* = send to IP/HOST:incoming Port + 1
81
-$forward_method = 'smtp:*:*';
82
-$notify_method = 'smtp:*:*';
+# :* = send to incoming Port + 1
+$forward_method = 'smtp:127.0.0.1:*';
+$notify_method = 'smtp:127.0.0.1:*';
83
$interface_policy{'10026'} = 'ORIGINATING';
84
$policy_bank{'ORIGINATING'} = {
85
originating => 1,
0 commit comments