Explorar el Código

Merge pull request #318 from mikeashley/fixes/autoconfig

Correct SMTP port number in mail autoconfig
Luke Cyca hace 10 años
padre
commit
05a37b8c0b

+ 1
- 1
roles/mailserver/templates/var_www_autoconfig_mail_config-v1.1.j2 Ver fichero

@@ -20,7 +20,7 @@
20 20
         </incomingServer>
21 21
         <outgoingServer type="smtp">
22 22
             <hostname>{{ mail_server_hostname }}</hostname>
23
-            <port>587</port>
23
+            <port>465</port>
24 24
             <socketType>SSL</socketType>
25 25
             <authentication>password-cleartext</authentication>
26 26
             <username>%EMAILADDRESS%</username>

Loading…
Cancelar
Guardar