From 2f5484a6736cbfd07a1b096c85253db2864c65f0 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 13 Jun 2021 14:15:03 -0400 Subject: [PATCH] clarify mta configuration in manual --- docs/MANUAL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index d570ba66..4d7c29ba 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -336,7 +336,9 @@ By default, account registrations complete immediately and do not require a veri key-file: "dkim.pem" ``` -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. +You must create the corresponding TXT record `20200229._domainkey.my.network` to hold your public key. + +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. ## Channel Registration