mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-23 20:56:44 +00:00
Extended config, deprecated TEMPLATE_
This commit is contained in:
parent
4f520985d7
commit
0081cc4bce
@ -27,8 +27,6 @@ dmarc-report:
|
|||||||
hostname: dmarc-report
|
hostname: dmarc-report
|
||||||
container_name: dmarc-report
|
container_name: dmarc-report
|
||||||
environment:
|
environment:
|
||||||
- "TEMPLATE_NGINX_HTML=1"
|
|
||||||
- "TEMPLATE_PERL_CONF=1"
|
|
||||||
- "REPORT_DB_HOST=mysql"
|
- "REPORT_DB_HOST=mysql"
|
||||||
- "REPORT_DB_NAME=dmarc_report"
|
- "REPORT_DB_NAME=dmarc_report"
|
||||||
- "REPORT_DB_USER=dmarc_report"
|
- "REPORT_DB_USER=dmarc_report"
|
||||||
@ -40,3 +38,10 @@ dmarc-report:
|
|||||||
- "PARSER_IMAP_MOVE_FOLDER=processed"
|
- "PARSER_IMAP_MOVE_FOLDER=processed"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Optional extended configuration
|
||||||
|
Use SSL instead of default TLS. Set both to 0 to turn off encryption. (not recommended)
|
||||||
|
```
|
||||||
|
- "PARSER_IMAP_SSL=1"
|
||||||
|
- "PARSER_IMAP_TLS=0"
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user