nextcloud: use port 465 and TLS/SSL for mail transfer
All checks were successful
Flake checks / Check (pull_request) Successful in 3m56s
All checks were successful
Flake checks / Check (pull_request) Successful in 3m56s
This commit is contained in:
parent
d3fedd84e9
commit
e2691988bf
|
@ -61,10 +61,10 @@
|
||||||
mail_smtpauthtype = "PLAIN";
|
mail_smtpauthtype = "PLAIN";
|
||||||
mail_domain = "pub.solar";
|
mail_domain = "pub.solar";
|
||||||
mail_smtpname = "admins@pub.solar";
|
mail_smtpname = "admins@pub.solar";
|
||||||
mail_smtpsecure = "tls";
|
mail_smtpsecure = "ssl";
|
||||||
mail_smtpauth = 1;
|
mail_smtpauth = true;
|
||||||
mail_smtphost = "mail.pub.solar";
|
mail_smtphost = "mail.pub.solar";
|
||||||
mail_smtpport = "587";
|
mail_smtpport = "465";
|
||||||
|
|
||||||
# This is to allow connections to collabora and keycloak, among other services
|
# This is to allow connections to collabora and keycloak, among other services
|
||||||
# running on the same host
|
# running on the same host
|
||||||
|
|
Loading…
Reference in a new issue