Wanderlustも、xemacsもインストールされていなかったので、インストール。
1 2 |
[root@localhost ~]# yum install xemacs [root@localhost ~]# yum install wl-xemacs |
両者ともでいろんなパッケージに関連していますが、yumがよきに計らってくれます。
次に、fetchmailの設定。
~/.fetchmailrcに次のように書きます。
1 2 3 4 5 |
poll POPサーバ protocol pop3 user ユーザ password パスワード mda "/usr/bin/procmail" |
fetchmailからprocmailに渡してフォルダ分けしてます。
で、procmailの設定。
~/.procmalrcに次のように書きます。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
MAILDIR=$HOME/Mail LOCKFILE=$MAILDIR/.lock LOGFILE=$MAILDIR/procmail.log # spam # :0fw *!^X-Spam.* |/usr/bin/spamassassin :0: *^X-Spam-Status: Yes spam/. # # linux-users # :0 *^X-ML-Name: linux-users linux-users/. : < メーリングリストふりわけ設定沢山> : # # etc # :0 inbox/. |
spamassassinはすでにインストールされていました。