2025-01-20 18:27:27 +01:00
|
|
|
# databse host address
|
|
|
|
|
DB_HOST=
|
|
|
|
|
|
|
|
|
|
# the database type mysql or pgsql
|
|
|
|
|
DB_TYPE=
|
|
|
|
|
|
|
|
|
|
# the datbase port (mysql 3306) (pqsql 5432)
|
|
|
|
|
DB_PORT=
|
|
|
|
|
|
|
|
|
|
# the databse name
|
|
|
|
|
DB_NAME=
|
|
|
|
|
|
|
|
|
|
# the databse name
|
|
|
|
|
DB_USER=
|
|
|
|
|
|
2024-08-27 18:23:15 +02:00
|
|
|
# mysql root password. Irrelevant if you are using postgres
|
|
|
|
|
ROOT_DB_PASSWORD=
|
|
|
|
|
|
2025-01-20 18:27:27 +01:00
|
|
|
# database password for the database user
|
|
|
|
|
DB_PASSWORD=
|
2024-08-27 18:23:15 +02:00
|
|
|
|
|
|
|
|
# the email address receiving the DMARC reports
|
2025-01-20 18:27:27 +01:00
|
|
|
IMAP_USER=
|
2024-08-27 18:23:15 +02:00
|
|
|
|
|
|
|
|
# the password for the email address receiving the DMARC reports
|
2025-01-20 18:27:27 +01:00
|
|
|
IMAP_PASSWORD=
|
2024-08-27 18:23:15 +02:00
|
|
|
|
|
|
|
|
# the server the email address is hosted on
|
|
|
|
|
IMAP_SERVER=
|
|
|
|
|
|
2025-01-20 18:27:27 +01:00
|
|
|
# optional: default is 993 ( or 143)
|
2024-08-27 18:23:15 +02:00
|
|
|
IMAP_PORT=
|
|
|
|
|
|
2025-01-20 18:27:27 +01:00
|
|
|
# optional: default is "Inbox"
|
|
|
|
|
IMAP_READ_FOLDER
|
|
|
|
|
|
2024-08-27 18:23:15 +02:00
|
|
|
# optional: default is "processed"
|
|
|
|
|
IMAP_MOVE_FOLDER=
|
|
|
|
|
|
|
|
|
|
# optional: default is "error"
|
|
|
|
|
IMAP_MOVE_FOLDER_ERR=
|