ログをチェックしてみる
Modified: 1 August 2005
"Mailbox vulnerable -"というメッセージが出ている
warning: the "check_relay_domains" restriction is going away; use "reject_unauth_destination" instead
" Mailbox vulnerable -"というメッセージが出ている
Jul 31 16:43:46 dsetcmail ipop3d[9838]: pop3 service init from 192.168.83.57
Jul 31 16:43:46 dsetcmail ipop3d[9838]: Mailbox vulnerable - directory /var/spool/mail must have 1777 protection
Jul 31 16:43:46 dsetcmail ipop3d[9838]: Login user=tomo host=[192.168.83.57] nmsgs=0/0
Jul 31 16:43:46 dsetcmail ipop3d[9838]: Mailbox vulnerable - directory /var/spool/mail must have 1777 protection
Jul 31 16:43:46 dsetcmail ipop3d[9838]: Logout user=tomo host=[192.168.83.57] nmsgs=0 ndele=0メッセージのとおり、アクセス権を設定します。
# chmod 1777 /var/spool/mail すると、以下のように出なくなります。
Jul 31 16:43:46 dsetcmail ipop3d[9838]: pop3 service init from 192.168.83.57
Jul 31 16:43:46 dsetcmail ipop3d[9838]: Login user=tomo host=[192.168.83.57] nmsgs=0/0
Jul 31 16:43:46 dsetcmail ipop3d[9838]: Logout user=tomo host=[192.168.83.57] nmsgs=0 ndele=0
Jul 31 17:01:16 dsetcmail postfix/smtpd[9902]: warning: the "check_relay_domains" restriction is going away; use "reject_unauth_destination" instead
Jul 31 17:01:16 dsetcmail postfix/smtpd[9902]: warning: restriction `reject' after `check_relay_domains' is ignoredこれは、"check_relay_domains"でなくて、"reject_unauth_destination"を使えということです。