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