using a seperate file for the DKIM key configuration enables the user to easily configure with their settings. MR !4
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
|
|
$enable_dkim_signing = 1;
|
|
|
|
$interface_policy{'10023'} = 'SUBMISSION';
|
|
|
|
$policy_bank{'SUBMISSION'} = {
|
|
originating => 1,
|
|
smtpd_discard_ehlo_keywords => ['8BITMIME']
|
|
};
|