update mail - migrate from opendkim and opendmarc to rspamd
This commit is contained in:
@ -6,16 +6,17 @@ opendmarc_default_values:
|
||||
|
||||
opendmarc:
|
||||
image:
|
||||
repository: "{{ docker_registry }}/opendmarc"
|
||||
tag: latest
|
||||
repository: "instrumentisto/opendmarc"
|
||||
tag: alpine
|
||||
pullPolicy: Always
|
||||
configmaps:
|
||||
opendmarc: |
|
||||
AuthservID mail.{{ domain }}
|
||||
Socket inet:8893
|
||||
SoftwareHeader true
|
||||
SPFIgnoreResults true
|
||||
SPFSelfValidate true
|
||||
IgnoreAuthenticatedClients true
|
||||
SPFIgnoreResults false
|
||||
SPFSelfValidate false
|
||||
RequiredHeaders true
|
||||
Syslog true
|
||||
UserID opendmarc:mail
|
||||
|
Reference in New Issue
Block a user