diff options
Diffstat (limited to 'debian/sendmail-base.sendmail.logrotate')
-rw-r--r-- | debian/sendmail-base.sendmail.logrotate | 94 |
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 +#} + |