From f874b7f03a12b6b4173d3ddcd6e853b29e2765af Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Thu, 14 Jan 2021 21:48:35 +0100 Subject: [PATCH] Adding postmaster address to lmtp configuration --- seqs/mailserver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/seqs/mailserver.sh b/seqs/mailserver.sh index 9a77710..425290e 100755 --- a/seqs/mailserver.sh +++ b/seqs/mailserver.sh @@ -296,6 +296,7 @@ step_25() { echo echo "# Enable sieve for lmtp" echo " [$mdaConfDir/20-lmtp.conf]" + echo " postmaster_address = postmaster@$MAS_DOMAIN" echo " mail_plugins = $mail_plugins sieve" }