Fix input imap forlder for dmarc viewer
This commit is contained in:
parent
1ddf34690c
commit
26ef8a0d7d
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
dmarc_report_imap_user: "{{ opentofu.mailcow_data.dmarc_report.address }}"
|
dmarc_report_imap_user: "{{ opentofu.mailcow_data.dmarc_report.address }}"
|
||||||
dmarc_report_imap_pass: "{{ opentofu.mailcow_data.dmarc_report.password }}"
|
dmarc_report_imap_pass: "{{ opentofu.mailcow_data.dmarc_report.password }}"
|
||||||
dmarc_report_imap_host: "{{ mailer.host }}"
|
dmarc_report_imap_host: "{{ mailer.host }}"
|
||||||
|
dmarc_report_imap_folder: Inbox
|
||||||
|
|
||||||
dmarc_report_svc:
|
dmarc_report_svc:
|
||||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||||
|
|
@ -14,6 +15,7 @@ dmarc_report_env:
|
||||||
IMAP_USER: "{{ dmarc_report_imap_user }}"
|
IMAP_USER: "{{ dmarc_report_imap_user }}"
|
||||||
IMAP_PASSWORD: "{{ dmarc_report_imap_pass }}"
|
IMAP_PASSWORD: "{{ dmarc_report_imap_pass }}"
|
||||||
IMAP_HOST: "{{ dmarc_report_imap_host }}"
|
IMAP_HOST: "{{ dmarc_report_imap_host }}"
|
||||||
|
IMAP_FOLDER: "{{ dmarc_report_imap_folder }}"
|
||||||
|
|
||||||
dmarc_report_compose:
|
dmarc_report_compose:
|
||||||
watchtower: update
|
watchtower: update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue