summaryrefslogtreecommitdiffstats
path: root/network/dbmail/dbmail.logrotate
diff options
context:
space:
mode:
author Sergei Fedosoff2018-05-25 17:14:25 +0200
committer Willy Sudiarto Raharjo2018-05-25 17:14:41 +0200
commit0499dcf219f636ad9f81cf8ba79f2b2584f77693 (patch)
treeef1109ae5e59a940cbad46e10019a59fbd3ea7b9 /network/dbmail/dbmail.logrotate
parentc17f1628cc9894fdd554dfbd46888f05f3c76c5e (diff)
downloadslackbuilds-0499dcf219f636ad9f81cf8ba79f2b2584f77693.tar.gz
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.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/dbmail/dbmail.logrotate b/network/dbmail/dbmail.logrotate
new file mode 100644
index 0000000000..40538d5b65
--- /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
+}