Skip to content

Commit 73c2f4f

Browse files
author
Marius Burkard
committed
- prevent issue when using smtp binding in postfix
1 parent 9bcd2fd commit 73c2f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/tpl/amavisd_user_config.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ $log_level = 0; # (defaults to 0)
7777

7878
$inet_socket_port = [10024,10026];
7979

80-
# *:* = send to IP/HOST:incoming Port + 1
81-
$forward_method = 'smtp:*:*';
82-
$notify_method = 'smtp:*:*';
80+
# :* = send to incoming Port + 1
81+
$forward_method = 'smtp:127.0.0.1:*';
82+
$notify_method = 'smtp:127.0.0.1:*';
8383
$interface_policy{'10026'} = 'ORIGINATING';
8484
$policy_bank{'ORIGINATING'} = {
8585
originating => 1,

0 commit comments

Comments
 (0)