ソースを参照

Merge pull request #318 from mikeashley/fixes/autoconfig

Correct SMTP port number in mail autoconfig
Luke Cyca 10年前
コミット
05a37b8c0b
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,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>

読み込み中…
キャンセル
保存