Added a command that will download Dovecot logrotate script

This commit is contained in:
dpeca 2016-11-22 16:15:35 +01:00
parent 6b8be44b04
commit 9ab813feee
5 changed files with 9 additions and 0 deletions

View file

@ -94,3 +94,6 @@ if [ -f "$file" ] && [ $( grep -ic "NAT=''" $file ) -eq 1 ]; then
v-change-sys-ip-nat $ip $pub_ip
fi
fi
# Dovecot logrorate script
wget $vestacp/logrotate/dovecot -O /etc/logrotate.d/dovecot

View file

@ -132,3 +132,6 @@ if [ -f "/lib/systemd/system/clamav-daemon.service" ]; then
service clamav-daemon restart > /dev/null 2>&1
fi
fi
# Dovecot logrorate script
wget $vestacp/logrotate/dovecot -O /etc/logrotate.d/dovecot