psad icon indicating copy to clipboard operation
psad copied to clipboard

How to disable sendmail in psad.conf

Open cscli opened this issue 6 years ago • 1 comments
trafficstars

Hi, I don‘t need mail alert s, and There is no /bin/mail(don't want ti install mail) So, How can I close mail in psad.conf. ThkU.

cscli avatar May 05 '19 09:05 cscli

You can set that in the configuration file. I know the question was long ago but if someone else is looking for it.


### Allow reporting methods to be enabled/restricted.  This keyword can
### accept values of "nosyslog" (don't write any messages to syslog),
### "noemail" (don't send any email messages), or "ALL" (to generate both
### syslog and email messages).  "ALL" is the default.  Both "nosyslog"
### and "noemail" can be combined with a comma to disable all logging
### and alerting.
ALERTING_METHODS            noemail;

libellux avatar Jul 28 '20 12:07 libellux