1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-26 00:59:32 +02:00

Merge pull request #108 from dominikbechstein/logrotate_fix

fixed log rotate
This commit is contained in:
Thomas VIAL 2016-03-26 10:13:18 +01:00
commit 8c6464d430

View File

@ -244,6 +244,8 @@ sed -i "/^findtime *=/c\findtime = 10800" /etc/fail2ban/jail.conf
# avoid warning on startup
echo "ignoreregex =" >> /etc/fail2ban/filter.d/postfix-sasl.conf
# continue to write the log information in the newly created file after rotating the old log file
sed -i -r "/^#?compress/c\compress\ncopytruncate" /etc/logrotate.conf
echo "Starting daemons"
cron