今日になって自サーバーからメールを受信することができなくなりました。

ログ(/var/log/messages)を見てみると、

CODE:
  1. Sep 19 14:35:32 ns inetd[9493]: warning: /etc/hosts.allow, line 38: can't verify
  2. hostname: getaddrinfo(aaa-bbb-ccc-ddd-nsw-static.tpgi.com.au, AF_INET) failed
  3. Sep 19 14:35:52 ns inetd[9493]: refused connection from aaa.bbb.ccc.ddd, service i
  4. pop3d (tcp)

とpopが拒否されてます。

/etc/hosts.allowのline38は"PARANOID"です。

CODE:
  1. # Protect against simple DNS spoofing attacks by checking that the
  2. # forward and reverse records for the remote host match. If a mismatch
  3. # occurs, access is denied, and any positive ident response within
  4. # 20 seconds is logged. No protection is afforded against DNS poisoning,
  5. # IP spoofing or more complicated attacks. Hosts with no reverse DNS
  6. # pass this rule.
  7. ALL : PARANOID : RFC931 20 : deny

どうやら、自宅のADSLのIPアドレスが逆引きできなくなっているのが原因のようです。

"ALL : PARANOID : RFC931 20 : deny"の設定をコメントアウトしてとりあえず解決。