本文可在 http://zhouer.org/work/UNIX/fetchmail 取得 email: zhouer at zhouer dot tfcis dot org 執行 fetchmailconf 可以幫你產生設定檔, 或是自己在 home 擺一個 .fetchmailrc 範例如下: poll pop3.your.net user 'remote_account' there with password 'your_password' is 'local_account' here 然後就可以直接打 fetchmail 收信了。 可以再搭配一個 mail filter 過濾垃圾信件, 比較有名的就是 procmail,我個人則是用 p5-Mail-Audit, 最後再用 crontab 定時收信,就是一個很方便的系統了。