Corrected logrotate path
This commit is contained in:
parent
032afdba52
commit
f306961885
|
@ -42,7 +42,7 @@ tools/editconf.py /etc/dovecot/conf.d/10-master.conf \
|
||||||
log_path = /var/log/dovecot.log
|
log_path = /var/log/dovecot.log
|
||||||
|
|
||||||
# Add logrotate entry for dovecot
|
# Add logrotate entry for dovecot
|
||||||
cat > /etc/dovecot/conf.d/90-plugin-fts.conf << EOF;
|
cat > /etc/logrotate.d/dovecot << EOF;
|
||||||
/var/log/dovecot*.log {
|
/var/log/dovecot*.log {
|
||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
|
|
Loading…
Reference in New Issue