mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 21:16:59 +02:00
Added config volumes note back, removed link ref
This commit is contained in:
parent
e29ae37a20
commit
e2d2b55a65
@ -55,6 +55,7 @@ You'll need to repeat this process if you add any new domains.
|
|||||||
You should have:
|
You should have:
|
||||||
|
|
||||||
- At least one [email account setup][docs-accounts]
|
- At least one [email account setup][docs-accounts]
|
||||||
|
- Attached a [volume for config][docs-volumes-config] to persist the generated files to local storage
|
||||||
|
|
||||||
!!! example "Creating DKIM Keys"
|
!!! example "Creating DKIM Keys"
|
||||||
|
|
||||||
@ -147,7 +148,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
In case you have not already provided a default DKIM signing configuration, the script will create one and write it to `/tmp/docker-mailserver/rspamd/override.d/dkim_signing.conf` (which will be persisted with the default volume mounts). If this file already exists, it will not be overwritten.
|
In case you have not already provided a default DKIM signing configuration, the script will create one and write it to `/tmp/docker-mailserver/rspamd/override.d/dkim_signing.conf`. If this file already exists, it will not be overwritten.
|
||||||
|
|
||||||
An example of what a default configuration file for DKIM signing looks like can be found by expanding the example below.
|
An example of what a default configuration file for DKIM signing looks like can be found by expanding the example below.
|
||||||
|
|
||||||
@ -361,7 +362,6 @@ volumes:
|
|||||||
[docs-env-opendkim]: ../environment.md#enable_opendkim
|
[docs-env-opendkim]: ../environment.md#enable_opendkim
|
||||||
[docs-env-rspamd]: ../environment.md#enable_rspamd
|
[docs-env-rspamd]: ../environment.md#enable_rspamd
|
||||||
[docs-env-spf-policyd]: ../environment.md#enable_policyd_spf
|
[docs-env-spf-policyd]: ../environment.md#enable_policyd_spf
|
||||||
[docs-rspamd-config-dropin]: ../security/rspamd.md#manually
|
|
||||||
[cloudflare-dkim-dmarc-spf]: https://www.cloudflare.com/learning/email-security/dmarc-dkim-spf/
|
[cloudflare-dkim-dmarc-spf]: https://www.cloudflare.com/learning/email-security/dmarc-dkim-spf/
|
||||||
[rfc-8301]: https://datatracker.ietf.org/doc/html/rfc8301#section-3.2
|
[rfc-8301]: https://datatracker.ietf.org/doc/html/rfc8301#section-3.2
|
||||||
[gh-discussion::dkim-key-rotation-expiry]: https://github.com/orgs/docker-mailserver/discussions/4068#discussioncomment-9784263
|
[gh-discussion::dkim-key-rotation-expiry]: https://github.com/orgs/docker-mailserver/discussions/4068#discussioncomment-9784263
|
||||||
|
Loading…
Reference in New Issue
Block a user