Made fetch mail configurable

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2020-02-03 19:55:25 +01:00
parent defb3461c8
commit 040ba754ea
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,10 @@ services:
- MAIL_HOST={{ rt_mail_host }}
- MAIL_USER={{ rt_mail_user }}
- MAIL_PASS={{ rt_mail_password }}
- MAIL_FETCH_LOGIN={{ rt_fetch_mail_user }}
- MAIL_FETCH_PASSWORD={{ rt_fetch_mail_password }}
- MAIL_FETCH_FOLDER={{ rt_fetch_folder }}
- MAIL_FETCH_COMMENT_FOLDER={{ rt_fetch_comment_folder }}
- MAIL_PORT=587
- CORRESPOND_ADDRESS={{ rt_correspond_address }}
- COMMENT_ADDRESS={{ rt_comment_address }}

View File

@ -7,3 +7,7 @@ rt_mail_user: alice
rt_mail_pass: unreliable
rt_correspond_address: rt@example.com
rt_comment_address: rt-comment@example.com
rt_fetch_mail_user: alice
rt_fetch_mail_password: unreliable
rt_fetch_folder: Something
rt_fetch_comment_folder: anotherThing