mirror of
https://github.com/cmur2/munin-postfix.git
synced 2025-06-29 00:30:29 +02:00
Update README
This commit is contained in:
@ -55,6 +55,7 @@ spool directory. Is postconf is not available in the $PATH then
|
||||
|
||||
[postfix_mailqueue]
|
||||
env.spooldir /var/spool/postfix
|
||||
env.maillog /var/log/mail.log
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
@ -78,7 +79,7 @@ munin-node.
|
||||
|
||||
=cut
|
||||
|
||||
MAILLOG="/var/log/mail.log"
|
||||
MAILLOG=${maillog:-/var/log/mail.log}
|
||||
|
||||
# atempt to get spooldir via postconf, but environment overrides.
|
||||
|
||||
|
Reference in New Issue
Block a user