forked from pool/mailgraph
- added mailgraph-1.14-tracking.patch to stop requesting an image from http://oss.oetiker.ch every time the mailgraph.cgi is opened including new source: rrdtool.gif - added mailgraph-1.14-add_postgrey_and_greylisting_support.patch which adds support (graphs) to postgrey and greylisting - added mailgraph-1.14-add_postscreen_support.patch which handles postscreen in the same way as smtpd - added mailgraph.service file -> use systemd OBS-URL: https://build.opensuse.org/package/show/server:monitoring/mailgraph?expand=0&rev=9
15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
/var/log/mailgraph/mailgraph.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
sharedscripts
|
|
postrotate
|
|
/usr/sbin/rcmailgraph restart
|
|
endscript
|
|
}
|