20 lines
648 B
YAML
20 lines
648 B
YAML
---
|
|
dmarc_report_imap_user: "{{ opentofu.mailcow_data.dmarc_report.address }}"
|
|
dmarc_report_imap_pass: "{{ opentofu.mailcow_data.dmarc_report.password }}"
|
|
dmarc_report_imap_host: "{{ mailer.host }}"
|
|
|
|
dmarc_report_svc:
|
|
domain: "{{ all_services | service_get_domain(role_name) }}"
|
|
port: 8080
|
|
caddy_extra: import vpn_only
|
|
|
|
dmarc_report_env:
|
|
HTTP_SERVER_PORT: "{{ dmarc_report_svc.port }}"
|
|
HTTP_SERVER_PASSWORD: ""
|
|
IMAP_USER: "{{ dmarc_report_imap_user }}"
|
|
IMAP_PASSWORD: "{{ dmarc_report_imap_pass }}"
|
|
IMAP_HOST: "{{ dmarc_report_imap_host }}"
|
|
|
|
dmarc_report_compose:
|
|
watchtower: update
|
|
image: "ghcr.io/cry-inc/dmarc-report-viewer"
|