You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Add logwatch maillog.conf file to support /var/log/mail/ (#2112)
* Add logwatch maillog.conf file to support /var/log/mail/ * Simpliied after reviewing logwatch doc Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
10
target/logwatch/maillog.conf
Normal file
10
target/logwatch/maillog.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Extensions for docker-mailserver /var/log/mail/. log path
|
||||
#
|
||||
|
||||
# Mail log files
|
||||
LogFile = mail/mail.log
|
||||
LogFile = mail/mail.log.1
|
||||
|
||||
# Support Archives
|
||||
Archive = mail/mail.log.*.gz
|
Reference in New Issue
Block a user