diff --git a/example.config.ini b/example.config.ini index 57b6f31..fb03c58 100644 --- a/example.config.ini +++ b/example.config.ini @@ -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 @@ -25,4 +25,28 @@ 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 \ No newline at end of file +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="" \ No newline at end of file