preparation for new feature

This commit is contained in:
Christian Haschek 2022-02-10 16:32:17 +01:00
parent bc4a64464f
commit e813a5e991

View file

@ -17,7 +17,7 @@ MAILPORT=25
DISCARD_UNKNOWN=true
; Port number of the !! HIGHLY EXPERIMENTAL !! POP3 server
POP3PORT=110
;POP3PORT=110
[DATETIME]
; The moment.js format you'd like your date to be formatted in
@ -26,3 +26,27 @@ DATEFORMAT="D.M.YYYY HH:mm"
[CLEANUP]
; Emails older than these amount of days will be deleted. false for never
DELETE_OLDER_THAN_DAYS=false
; These settings are related to the forwarding service of incoming emails to
; a single or multiple email addresses
[FORWARDING]
; You can allow email forwarding by setting this to true
;FORWARDING_ENABLED=false
;FORWARDING_SMTP_IP="smtp-relay.google.com"
;FORWARDING_SMTP_PORT=25
;FORWARDING_SMTP_AUTH=false
; Encryption used in communication with the SMTP server
; Can be:
; - false (no encryption)
; - tls
; - ssl
;FORWARDING_SMTP_ENC=false
;FORWARDING_SMTP_USER=""
;FORWARDING_SMTP_PASS=""