forked from infra/ansible
mail: fix DKIM/ARC for mailman3
This commit is contained in:
parent
1541f5c7a8
commit
45cb1623cf
@ -57,6 +57,8 @@ admin_user: restadmin
|
|||||||
admin_pass: {{ mailman3_restadminpass }}
|
admin_pass: {{ mailman3_restadminpass }}
|
||||||
|
|
||||||
[mta]
|
[mta]
|
||||||
|
remove_dkim_headers: yes
|
||||||
|
dmarc_mitigate_action: wrap_message
|
||||||
incoming: mailman.mta.postfix.LMTP
|
incoming: mailman.mta.postfix.LMTP
|
||||||
outgoing: mailman.mta.deliver.deliver
|
outgoing: mailman.mta.deliver.deliver
|
||||||
smtp_host: localhost
|
smtp_host: localhost
|
||||||
|
@ -3,5 +3,7 @@ sign_networks = [127.0.0.1, ::1, {{ mail_trusted | join(", ") }}];
|
|||||||
check_pubkey = true;
|
check_pubkey = true;
|
||||||
try_fallback = false;
|
try_fallback = false;
|
||||||
use_esld = false;
|
use_esld = false;
|
||||||
|
allow_hdrfrom_mismatch = true;
|
||||||
|
use_domain = "envelope";
|
||||||
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
|
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
|
||||||
selector_map = "/etc/rspamd/local.d/arc_selectors.map";
|
selector_map = "/etc/rspamd/local.d/arc_selectors.map";
|
||||||
|
@ -3,5 +3,7 @@ sign_networks = [127.0.0.1, ::1, {{ mail_trusted | join(", ") }}];
|
|||||||
check_pubkey = true;
|
check_pubkey = true;
|
||||||
try_fallback = false;
|
try_fallback = false;
|
||||||
use_esld = false;
|
use_esld = false;
|
||||||
|
allow_hdrfrom_mismatch = true;
|
||||||
|
use_domain = "envelope";
|
||||||
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
|
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
|
||||||
selector_map = "/etc/rspamd/local.d/dkim_selectors.map";
|
selector_map = "/etc/rspamd/local.d/dkim_selectors.map";
|
||||||
|
Loading…
Reference in New Issue
Block a user