mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Fix email retriving
With the previous config we have this error: Error while processing incoming emails: could not connect to server 'localhost:993': tls: failed to verify certificate: x509: certificate is valid for domain.tld, not localhost
This commit is contained in:
parent
b402f9038d
commit
0dbe2ed538
@ -46,7 +46,7 @@ FORCE_TRUST_SERVER_CERT = true
|
||||
[email.incoming]
|
||||
ENABLED = true
|
||||
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
|
||||
HOST = localhost
|
||||
HOST = __DOMAIN__
|
||||
PORT = 993
|
||||
USE_TLS = true
|
||||
USERNAME = __APP__
|
||||
|
Loading…
Reference in New Issue
Block a user