summaryrefslogtreecommitdiff
path: root/debian/sendmail-base.sendmail.logrotate
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2005-02-04 19:22:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:45 +0200
commite6b88b4e82cb1d7b6750d610b11b5036a5f5ab2a (patch)
tree59abae220654f385bb12c4e4323b0d8a198e4dee /debian/sendmail-base.sendmail.logrotate
parenta11b1747c62954b929131fe6fc82db36692618c3 (diff)
downloadsendmail-e6b88b4e82cb1d7b6750d610b11b5036a5f5ab2a.tar.gz
Imported Debian patch 8.13.3-6debian/8.13.3-6
Diffstat (limited to 'debian/sendmail-base.sendmail.logrotate')
-rw-r--r--debian/sendmail-base.sendmail.logrotate94
1 files changed, 94 insertions, 0 deletions
diff --git a/debian/sendmail-base.sendmail.logrotate b/debian/sendmail-base.sendmail.logrotate
new file mode 100644
index 0000000..2c212e6
--- /dev/null
+++ b/debian/sendmail-base.sendmail.logrotate
@@ -0,0 +1,94 @@
+# Sample Logrotate file for sendmail
+#
+# C A V E A T E M P T O R
+#
+# If you're using the stock syslog package, do *NOT* enable anything
+# in this file, doing so may result in dual rotations of the logfiles
+# and/or loss of logged data. The syslog package, by default, will
+# rotate standard log files based upon various critera !!!
+#
+#/var/log/mail/mail.alert {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.crit {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.debug {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.emerg {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.err {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.info {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.log {
+# create 0660 root mail
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+# postrotate
+# /etc/init.d/sysklogd reload
+# endscript
+#}
+#
+#/var/log/mail/mail.notice {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+#
+#/var/log/mail/mail.warn {
+# notifempty
+# rotate 4
+# size 100k
+# weekly
+# compress
+# missingok
+#}
+