change smtp port to 587 to bypass hcloud restrictions

Hetzner block port 25 and 465 by default on all cloud servers.
https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server
This commit is contained in:
Oli
2023-03-04 11:01:54 +00:00
parent ae2010e259
commit a0fef30464
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ pgsql_server_port: 5432
mariadb_server_ip: "10.0.0.3"
mariadb_server_port: 3306
smtp_hostname: "smtp.ionos.de"
smtp_port: 465
smtp_port: 587
turn_server: "turn.ows.cx"
turn_port: 443
vault_turn_secret: !vault |