Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417973 - net-mail/dovecot add logrotate file
Summary: net-mail/dovecot add logrotate file
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 11:55 UTC by Florian Steinel
Modified: 2012-05-28 14:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Steinel 2012-05-28 11:55:30 UTC
dovecot is missing a logrotate file :-)

/var/log/dovecot*.log {
        dateext
        delaycompress
        rotate 4
        weekly
        missingok
        notifempty
        postrotate
                /bin/rc-status dovecot reload
        endscript
}
Comment 1 Eray Aslan gentoo-dev 2012-05-28 14:27:20 UTC
Ugh, no.  Dovecot default is to log to syslog using mail facility.  If you change the defaults, you will have to make the necessary changes in logrotate as well.