From 10c046a078527606d84d1bff5a1e6511525e448b Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Apr 11 2020 10:14:28 +0000 Subject: Set email defaults --- diff --git a/salt/profile/matrix/files/homeserver.yaml b/salt/profile/matrix/files/homeserver.yaml index b82b67e..2667401 100644 --- a/salt/profile/matrix/files/homeserver.yaml +++ b/salt/profile/matrix/files/homeserver.yaml @@ -1375,11 +1375,11 @@ password_config: email: # The hostname of the outgoing SMTP server to use. Defaults to 'localhost'. # - #smtp_host: mail.server + smtp_host: localhost # The port on the mail server for outgoing SMTP. Defaults to 25. # - #smtp_port: 587 + smtp_port: 25 # Username/password for authentication to the SMTP server. By default, no # authentication is attempted.