瀏覽代碼

Correct SMTP port number

Mike Ashley 10 年之前
父節點
當前提交
cf5d98c505
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      roles/mailserver/templates/var_www_autoconfig_mail_config-v1.1.j2

+ 1
- 1
roles/mailserver/templates/var_www_autoconfig_mail_config-v1.1.j2 查看文件

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

Loading…
取消
儲存