diff options
author | Sergei Fedosoff <eleksir@gmail.com> | 2018-05-25 22:14:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-25 22:14:41 +0700 |
commit | 0499dcf219f636ad9f81cf8ba79f2b2584f77693 (patch) | |
tree | ef1109ae5e59a940cbad46e10019a59fbd3ea7b9 /network/dbmail/dbmail.logrotate | |
parent | c17f1628cc9894fdd554dfbd46888f05f3c76c5e (diff) |
network/dbmail: Added (IMAP and POP3 Server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dbmail/dbmail.logrotate')
-rw-r--r-- | network/dbmail/dbmail.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/dbmail/dbmail.logrotate b/network/dbmail/dbmail.logrotate new file mode 100644 index 0000000000000..40538d5b65673 --- /dev/null +++ b/network/dbmail/dbmail.logrotate @@ -0,0 +1,9 @@ +/var/log/dbmail.log /var/log/dbmail.err { + daily + missingok + notifempty + rotate 10 + compress + delaycompress + copytruncate +} |