mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
reduce rkhunter logging
This commit is contained in:
parent
c8a3699a3b
commit
519fef288e
@ -26,12 +26,16 @@ cat > /root/.forward << EOF;
|
|||||||
administrator@$PRIMARY_HOSTNAME
|
administrator@$PRIMARY_HOSTNAME
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Adapt rkhunter cron job to reduce log file production
|
||||||
|
sed -i "s/--cronjob --report-warnings-only --appendlog/--cronjob --report-warnings-only --no-verbose-logging --appendlog/g" /etc/cron.daily/rkhunter
|
||||||
|
|
||||||
# Install fake mail script
|
# Install fake mail script
|
||||||
if [ ! -f /usr/local/bin/mail ]; then
|
if [ ! -f /usr/local/bin/mail ]; then
|
||||||
hide_output install -m 755 tools/fake_mail /usr/local/bin
|
hide_output install -m 755 tools/fake_mail /usr/local/bin
|
||||||
mv -f /usr/local/bin/fake_mail /usr/local/bin/mail
|
mv -f /usr/local/bin/fake_mail /usr/local/bin/mail
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Adapt rkhunter configuration
|
||||||
tools/editconf.py /etc/rkhunter.conf \
|
tools/editconf.py /etc/rkhunter.conf \
|
||||||
UPDATE_MIRRORS=1 \
|
UPDATE_MIRRORS=1 \
|
||||||
MIRRORS_MODE=0 \
|
MIRRORS_MODE=0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user