rkhunter not using root external email on ubuntu
Posted
by
Zen
on Server Fault
See other posts from Server Fault
or by Zen
Published on 2012-09-03T16:06:42Z
Indexed on
2012/11/13
23:05 UTC
Read the original article
Hit count: 478
i have installed rkhunter on ubuntu 10.04 LTS
when i try to test rkhunter report it doesn't send email to my external root email recipient.
i can send email only editing /etc/default/rkhunter by replacing this row
REPORT_EMAIL="root"
with the desired recipient
REPORT_EMAIL="[email protected]"
These are my config file settings:
/root/.forward
[email protected]
and /etc/aliases
root: [email protected]
But it doesn't work with root recipient.
Any suggestion?
© Server Fault or respective owner