mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
continue to write the log information in the newly created file after rotating the old log file
This commit is contained in:
parent
dc796ea9f2
commit
082577f27b
|
@ -224,6 +224,8 @@ sed -i "/^findtime *=/c\findtime = 10800" /etc/fail2ban/jail.conf
|
||||||
# avoid warning on startup
|
# avoid warning on startup
|
||||||
echo "ignoreregex =" >> /etc/fail2ban/filter.d/postfix-sasl.conf
|
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"
|
echo "Starting daemons"
|
||||||
cron
|
cron
|
||||||
|
|
Loading…
Reference in a new issue