mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-29 06:18:34 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
bd2650e94d
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ jobs:
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
- name: 'Run the Anchore Grype scan action'
|
- name: 'Run the Anchore Grype scan action'
|
||||||
uses: anchore/scan-action@v6.4.0
|
uses: anchore/scan-action@v6.5.0
|
||||||
id: scan
|
id: scan
|
||||||
with:
|
with:
|
||||||
image: mailserver-testing:ci
|
image: mailserver-testing:ci
|
||||||
|
|
|
@ -137,7 +137,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
|
||||||
|
|
||||||
If you have multiple domains, you need to:
|
If you have multiple domains, you need to:
|
||||||
|
|
||||||
- Create a key wth `docker exec -it <CONTAINER NAME> setup config dkim domain <DOMAIN>` for each domain DMS should sign outgoing mail for.
|
- Create a key with `docker exec -it <CONTAINER NAME> setup config dkim domain <DOMAIN>` for each domain DMS should sign outgoing mail for.
|
||||||
- Provide a custom `dkim_signing.conf` (for which an example is shown below), as the default config only supports one domain.
|
- Provide a custom `dkim_signing.conf` (for which an example is shown below), as the default config only supports one domain.
|
||||||
|
|
||||||
!!! info "About the Helper Script"
|
!!! info "About the Helper Script"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue