Merge pull request #1435 from Drakulix/master

amavis: fix config permission
This commit is contained in:
Erik Wramner 2020-04-05 08:43:47 +02:00 committed by GitHub
commit 04777fdb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ function _setup_security_stack() {
fi
echo "1; # ensure a defined return" >> $dms_amavis_file
chmod 444 $dms_amavis_file
# Fail2ban
if [ "$ENABLE_FAIL2BAN" = 1 ]; then