Skip to content
Snippets Groups Projects
Commit 73c2f4f9 authored by Marius Burkard's avatar Marius Burkard
Browse files

- prevent issue when using smtp binding in postfix

parent 9bcd2fd5
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,9 @@ $log_level = 0; # (defaults to 0)
$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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment