26 lines
559 B
YAML
26 lines
559 B
YAML
opendmarc_default_values:
|
|
replicaCount: 1
|
|
persistence:
|
|
enabled: false
|
|
existingClaim: mailboxes
|
|
|
|
opendmarc:
|
|
image:
|
|
repository: "instrumentisto/opendmarc"
|
|
tag: alpine
|
|
pullPolicy: Always
|
|
configmaps:
|
|
opendmarc: |
|
|
AuthservID mail.{{ domain }}
|
|
Socket inet:8893
|
|
SoftwareHeader true
|
|
IgnoreAuthenticatedClients true
|
|
SPFIgnoreResults false
|
|
SPFSelfValidate false
|
|
RequiredHeaders true
|
|
Syslog true
|
|
UserID opendmarc:mail
|
|
service:
|
|
type: ClusterIP
|
|
|