mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Fix imap mail config
This commit is contained in:
parent
5f7b535237
commit
7064c0c7a4
@ -46,9 +46,10 @@ FORCE_TRUST_SERVER_CERT = true
|
||||
[email.incoming]
|
||||
ENABLED = true
|
||||
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
|
||||
HOST = __DOMAIN__
|
||||
HOST = localhost
|
||||
PORT = 993
|
||||
USE_TLS = true
|
||||
SKIP_TLS_VERIFY = true
|
||||
USERNAME = __APP__
|
||||
PASSWORD = __MAIL_PWD__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user