mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Use localhost instead of domain for mail server address
This commit is contained in:
parent
1a620afa86
commit
676d283d14
@ -35,7 +35,7 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
|
|||||||
|
|
||||||
[mailer]
|
[mailer]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
SMTP_ADDR = __DOMAIN__
|
SMTP_ADDR = localhost
|
||||||
SMTP_PORT = 587
|
SMTP_PORT = 587
|
||||||
PROTOCOL = smtp+starttls
|
PROTOCOL = smtp+starttls
|
||||||
FROM = "Gitea" <__APP__@__DOMAIN__>
|
FROM = "Gitea" <__APP__@__DOMAIN__>
|
||||||
@ -46,7 +46,7 @@ FORCE_TRUST_SERVER_CERT = true
|
|||||||
[email.incoming]
|
[email.incoming]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
|
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
|
||||||
HOST = __DOMAIN__
|
HOST = localhost
|
||||||
PORT = 993
|
PORT = 993
|
||||||
USE_TLS = true
|
USE_TLS = true
|
||||||
USERNAME = __APP__
|
USERNAME = __APP__
|
||||||
|
Loading…
Reference in New Issue
Block a user