mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-21 19:24:46 +02:00
- added DMARC (opendmarc) support with basic setup
This commit is contained in:
parent
364748ab83
commit
07ec823f45
6 changed files with 42 additions and 3 deletions
|
@ -61,5 +61,5 @@ content_filter = smtp-amavis:[127.0.0.1]:10024
|
|||
# Milters used by DKIM
|
||||
milter_protocol = 2
|
||||
milter_default_action = accept
|
||||
smtpd_milters = inet:localhost:12301
|
||||
non_smtpd_milters = inet:localhost:12301
|
||||
smtpd_milters = inet:localhost:12301,inet:localhost:54321
|
||||
non_smtpd_milters = inet:localhost:12301,inet:localhost:54321
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue