Results 1 to 1 of 1
I'm using a security audit tool which gives the following requirement for mail logging:
Code:
mail.* /var/log/maillog
mail.none /var/log/maillog
mail.crit /var/log/maillog
mail.debug /var/log/maillog
From what I understand the above basically ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-20-2010 #1Linux Enthusiast
- Join Date
- Aug 2006
- Location
- Portsmouth, UK
- Posts
- 539
syslogger query
I'm using a security audit tool which gives the following requirement for mail logging:
From what I understand the above basically tells sysloger to send:Code:mail.* /var/log/maillog mail.none /var/log/maillog mail.crit /var/log/maillog mail.debug /var/log/maillog
I would have thought that mail.* would suffice, and absolutly no need for mail.none!Code:mail.* All Mail Messages. mail.none NO mail messages. mail.crit Critical mail messages. mail.debug Debugging mail messages.
RHCE #100-015-395
Please don't PM me with questions as no reply may offend, that's what the forums are for.


Reply With Quote
