Adding postmaster address to lmtp configuration

This commit is contained in:
2021-01-14 21:48:35 +01:00
parent fcde8b8eba
commit f874b7f03a

View File

@@ -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"
}