forked from External/ergo
clarify mta configuration in manual
This commit is contained in:
parent
725bb7213d
commit
2f5484a673
1 changed files with 3 additions and 1 deletions
|
|
@ -336,7 +336,9 @@ By default, account registrations complete immediately and do not require a veri
|
||||||
key-file: "dkim.pem"
|
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
|
## Channel Registration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue