ソースを参照

clarify mta configuration in manual

tags/v2.8.0-rc1
Shivaram Lingamneni 3年前
コミット
2f5484a673
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      docs/MANUAL.md

+ 3
- 1
docs/MANUAL.md ファイルの表示

@@ -336,7 +336,9 @@ By default, account registrations complete immediately and do not require a veri
336 336
                 key-file: "dkim.pem"
337 337
 ```
338 338
 
339
-You must create the corresponding TXT record `20200229._domainkey.my.network` to hold your public key. You can also use an MTA ("relay" or "smarthost") to send the email, in which case DKIM signing can be deferred to the MTA; see the example config for details.
339
+You must create the corresponding TXT record `20200229._domainkey.my.network` to hold your public key.
340
+
341
+You can also use an external SMTP server ("MTA", "relay", or "smarthost") to send the email, in which case DKIM signing can be deferred to that server; see the `mta` section of the example config for details.
340 342
 
341 343
 
342 344
 ## Channel Registration

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