[Netfilter] Disable aborted login without auth as fail2ban trigger

[Dovecot] passdb query ignored active attribute in mailbox table
[PHP-FPM] Add default release format for spam
This commit is contained in:
andryyy
2018-12-06 16:49:14 +01:00
parent fe95852f45
commit 2a6320b86e
3 changed files with 9 additions and 5 deletions

View File

@@ -14,6 +14,10 @@ until [[ $(redis-cli -h redis-mailcow PING) == "PONG" ]]; do
sleep 2
done
if [[ -z $(redis-cli --raw -h redis-mailcow GET Q_RELEASE_FORMAT) ]]; then
redis-cli --raw -h redis-mailcow SET Q_RELEASE_FORMAT raw
fi
# Trigger db init
echo "Running DB init..."
php -c /usr/local/etc/php -f /web/inc/init_db.inc.php