投稿

ラベル(epel)が付いた投稿を表示しています

[memo] CentOS サーバーの rkhunter で Undelivered Mail Returned to Sender が届き始めたらしい。

古めの CentOS サーバーの rkhunter で Undelivered Mail Returned to Sender が届き始めたらしい。 root@localhost.mail.example.com 宛に送ろうとして失敗している。 localhost が解決できないってことで rkhunter Daily Run on example.com tcsh のアップデートで Warning: The file properties have changed: Warning については、 [root@example ~]# /etc/cron.daily/prelink [root@example ~]# rkhunter --propupd 問題は、Undelivered Mail Returned to Sender rkhunter の 通知メール設定で root@localhost が設定されている箇所なんかあったかな? [root@example ~]# cd /etc/ [root@example etc]# find . -type f | xargs grep "root@localhost" | less [root@example etc]# less /etc/rkhunter.conf [root@example etc]# less /etc/cron.daily/rkhunter [root@example etc]# vim /etc/sysconfig/rkhunter ありました。 後任が epel から入れ直した?とのこと。初期では epel で入れていないのだから記憶にないよ。 [root@example ~]# rpm -ql rkhunter /etc/cron.daily/rkhunter /etc/logrotate.d/rkhunter /etc/rkhunter.conf /etc/sysconfig/rkhunter /usr/bin/rkhunter /usr/share/doc/rkhunter-1.4.2 /usr/share/doc/rkhunter-1.4.2/CHANGELOG /usr/share/doc/rkhunter-...