mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
New command: generate-dkim-domain
This command can be used for generating DKIM key for a domain, which is not included in any configuration files. For example, when using SQL database for transport maps.
This commit is contained in:
parent
97e296162f
commit
984537526a
5 changed files with 103 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -220,4 +220,5 @@ clean:
|
|||
-sudo rm -rf test/onedir \
|
||||
test/config/empty \
|
||||
test/config/without-accounts \
|
||||
test/config/without-virtual
|
||||
test/config/without-virtual \
|
||||
test/config/with-domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue