[Postfix] Remove smtpd_last_auth service; replaced by SASL logging in Dovecot LUA auth process

This commit is contained in:
andryyy
2021-06-04 14:29:28 +02:00
parent 6d22ae8d02
commit 51e3521aac
5 changed files with 0 additions and 30 deletions

View File

@@ -395,9 +395,6 @@ if [[ ! -f /opt/postfix/conf/custom_postscreen_whitelist.cidr ]]; then
EOF
fi
# Fix SMTP last login on slaves
sed -i "s/__REDIS_SLAVEOF_IP__/${REDIS_SLAVEOF_IP}/g" /usr/local/bin/smtpd_last_login.sh
# Fix Postfix permissions
chown -R root:postfix /opt/postfix/conf/sql/ /opt/postfix/conf/custom_transport.pcre
chmod 640 /opt/postfix/conf/sql/*.cf /opt/postfix/conf/custom_transport.pcre