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:
Josué Tille 2024-01-24 22:57:48 +01:00
parent b402f9038d
commit 0dbe2ed538
No known key found for this signature in database
GPG Key ID: 5F259226AD51F2F5

View File

@ -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__