From 4ec6ec92e4c9bc510f5e061508451d966c5efca7 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 10 Sep 2018 11:15:46 +0300 Subject: [PATCH] fixed zonemta config --- setup/09_install_zone_mta.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/09_install_zone_mta.sh b/setup/09_install_zone_mta.sh index 29423c06..2925d9fc 100644 --- a/setup/09_install_zone_mta.sh +++ b/setup/09_install_zone_mta.sh @@ -66,7 +66,7 @@ enabled=["sender"] host="127.0.0.1" port=9050' > /etc/zone-mta/plugins/onion.toml -echo "[\"wildduck\"] +echo "[wildduck] enabled=[\"receiver\", \"sender\"] # which interfaces this plugin applies to @@ -81,7 +81,7 @@ authlogExpireDays=30 # SRS settings for forwarded emails -[srs] +[wildduck.srs] # Handle rewriting of forwarded emails enabled=true # SRS secret value. Must be the same as in the MX side @@ -89,7 +89,7 @@ authlogExpireDays=30 # SRS domain, must resolve back to MX rewriteDomain=\"$MAILDOMAIN\" -[dkim] +[wildduck.dkim] # share config with WildDuck installation # @include \"/etc/wildduck/dkim.toml\" " > /etc/zone-mta/plugins/wildduck.toml