ansible/roles/opendmarc/defaults/main.yaml

26 lines
603 B
YAML
Raw Normal View History

opendmarc_short_name: "opendmarc"
2021-01-09 17:54:42 +00:00
opendmarc_default_values:
replicaCount: 1
persistence:
enabled: false
existingClaim: mailboxes
opendmarc:
image:
repository: "instrumentisto/opendmarc"
tag: alpine
2021-01-09 17:54:42 +00:00
configmaps:
opendmarc: |
AuthservID {{ mail_short_name | default('mail') }}.{{ domain }}
2021-01-09 17:54:42 +00:00
Socket inet:8893
SoftwareHeader true
IgnoreAuthenticatedClients true
SPFIgnoreResults false
SPFSelfValidate false
2021-01-09 17:54:42 +00:00
RequiredHeaders true
Syslog true
UserID opendmarc:mail
service:
type: ClusterIP