Skip to content

Commit da53888

Browse files
author
Till Brehm
committed
Merge branch '6670-mynets-originating' into 'develop'
Amavis: Add originating=1 for MYNETS to enable dkim signing of local mails,... Closes #6670 See merge request ispconfig/ispconfig3!1966
2 parents c910fa2 + 2bced4c commit da53888

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

install/dist/tpl/gentoo/amavisd-ispconfig.conf.master

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ $policy_bank{'ORIGINATING'} = {
105105
originating => 1,
106106
smtpd_discard_ehlo_keywords => ['8BITMIME'],
107107
};
108+
$policy_bank{'MYNETS'} = {
109+
originating => 1,
110+
};
108111

109112
# IP-Addresses for internal networks => load policy MYNETS
110113
# - requires -o smtp_send_xforward_command=yes in postfix master.cf

install/tpl/amavisd_user_config.master

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ $interface_policy{'10026'} = 'ORIGINATING';
8585
$policy_bank{'ORIGINATING'} = {
8686
originating => 1,
8787
};
88+
$policy_bank{'MYNETS'} = {
89+
originating => 1,
90+
};
8891

8992
# IP-Addresses for internal networks => load policy MYNETS
9093
# - requires -o smtp_send_xforward_command=yes in postfix master.cf

0 commit comments

Comments
 (0)