mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-28 13:58:22 +02:00
move restart required to both odkim and rspamd
This commit is contained in:
parent
179a4a8176
commit
c1cf41dcb3
1 changed files with 4 additions and 3 deletions
|
@ -120,9 +120,6 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
|
|||
|
||||
After running `setup config dkim`, your new DKIM key files (_and OpenDKIM config_) have been added to `/tmp/docker-mailserver/opendkim/`.
|
||||
|
||||
!!! info "Restart required"
|
||||
|
||||
After restarting DMS, outgoing mail will now be signed with your new DKIM key(s) :tada:
|
||||
|
||||
=== "Rspamd"
|
||||
|
||||
|
@ -224,6 +221,10 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
|
|||
|
||||
If there is a mismatch, a warning will be emitted to the Rspamd log `/var/log/mail/rspamd.log`.
|
||||
|
||||
!!! info "Restart required"
|
||||
|
||||
After restarting DMS, outgoing mail will now be signed with your new DKIM key(s) :tada:
|
||||
|
||||
### DNS Record { #dkim-dns }
|
||||
|
||||
When mail signed with your DKIM key is sent from your mail server, the receiver needs to check a DNS `TXT` record to verify the DKIM signature is trustworthy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue