|
Last change
on this file since 14250 was 14250, checked in by rick, 7 years ago |
|
Fix mailbox not trimmed causing disk issues in long run
It is not very elegant to rotate the files like this,
how-ever it will work (most of the time). Some mails might
be lost/scrambled, yet this is not a very big issue.
Fixes nodefactory#242
|
|
File size:
719 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # WL NanoBSD Custom Log Files. As-rule-of-thumb, use syslog(4) instead custom
|
|---|
| 3 | # created logfile because of locking issues.
|
|---|
| 4 | #
|
|---|
| 5 | /var/log/wlportal.log 664 3 100 * JC /var/run/wlportal.pid
|
|---|
| 6 | /var/log/snmpd.log 644 3 100 * JC
|
|---|
| 7 | /var/log/thttpd.log 644 3 100 * JC
|
|---|
| 8 | /var/log/openvpn.log 644 3 100 * JC
|
|---|
| 9 | /var/log/nsd.log 644 3 100 * JC
|
|---|
| 10 | /var/log/unbound.log 644 3 100 * JC
|
|---|
| 11 | /var/log/tinyproxy.log 644 3 100 * JC
|
|---|
| 12 | /var/log/httpd.log root:wheel 640 3 100 * BJG /var/run/httpd.pid 30
|
|---|
| 13 | /var/mail/root root:mail 640 3 500 * BJN
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.