トップ «前の日記(2012-05-02) 最新 次の日記(2012-05-14)» 編集

"yasunori's tedious diary"

2005|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|08|09|10|11|
2011|01|03|04|05|06|07|08|09|10|11|12|
2012|01|03|04|05|08|09|10|
2013|01|02|08|09|10|11|12|
2014|01|03|04|07|08|09|10|
2015|01|07|08|09|10|12|
2016|01|02|03|04|
2017|11|
2026|08|

2012-05-04

_ [コンピュータ] spamassassin

サーバ入れ替えたときに spamassassin の設定ファイルの追加を忘れてた。

/usr/local/etc/mail/spamassassin/local.cf

に以下の二行を追加して sa-spamd を再起動。

#
# disable razor2
#
use_razor2 0
#   Save spam messages as a message/rfc822 MIME attachment instead of
#   modifying the original message (0: off, 2: use text/plain instead)
#
report_safe 0

トップ «前の日記(2012-05-02) 最新 次の日記(2012-05-14)» 編集