[ トラックバック(0) ]
Counter: 20366,
today: 1,
yesterday: 0
破損したメールボックスの修復
メールが受信できないときに
Unable to process From lines (envelope), change recognition modes
Unable to process From lines (envelopes), change recognition modes or check for corrupted mail drop.
のようなエラーが吐かれた場合は、メールボックスが壊れている可能性があります。
formailコマンドで修復を行うと直る可能性があります。
1.修復したメールボックスの作成
# cd /var/spool/mail # formail -b <ユーザ名> /tmp/newspool
2.現在のメールボックスのバックアップ
cp ユーザ名 ユーザ名.bak
3.修復したメールボックスで上書き
cp /tmp/newspool ユーザ名
(例)hasonユーザのメールボックスを修復
# cd /var/spool/mail # formail -b <hason> /tmp/newspool ;cp hason hason.bak ;cp /tmp/newspool hason