最近、SSHへの不正アクセスの痕跡が見られるのでdenyhostsをインストール。
epelのレポジトリにあったので、yumでインストール。
[text]
yum install denyhosts.noarch
service denyhosts start
chkconfig denyhosts on
[/text]
サービスを起動したときに、
[text]
Error sending email
(553, ‘5.5.4 <nobody@localhost>… Real domain name required for sender address’, ‘DenyHosts <nobody@localhost>’)
[/text]
と怒られる人は、「/etc/denyhosts.conf」内の「SMTP_FROM =」を適切なドメインへ書き換えましょう。
参考:
http://blog.degoo.org/2011/04/denyhosts%E5%B0%8E%E5%85%A5/