Skip to content

Commit

Permalink
apps(dms): add DKIM_DOMAIN key
Browse files Browse the repository at this point in the history
  • Loading branch information
jdum committed Dec 22, 2023
1 parent 7cb4463 commit 10259e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/draft-real-apps/docker-mailserver/nua-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ base-image = "mailserver/docker-mailserver:{version}"
[env]
###############################################################
# General
DKIM_DOMAIN = "example.com"
OVERRIDE_HOSTNAME = "mail.example.com"
POSTMASTER_ADDRESS = "[email protected]"
POSTMASTER_PASSWD = ""
Expand Down Expand Up @@ -167,7 +168,7 @@ RELAY_PASSWORD = ""
post-run = ["setup email add {POSTMASTER_ADDRESS} {POSTMASTER_PASSWD}",
"setup config dkim",
"postfix restart",
"cat /tmp/docker-mailserver/opendkim/keys/avallaka.net/mail.txt"]
"cat /tmp/docker-mailserver/opendkim/keys/{DKIM_DOMAIN}/mail.txt"]
post-run-status = "created"

# [port.web]
Expand Down

0 comments on commit 10259e5

Please sign in to comment.