Nykomling
|
|
Reg.datum: Feb 2006
Inlägg: 23
|
|
Nykomling
Reg.datum: Feb 2006
Inlägg: 23
|
Konf. debian procmail postfix spamassassin
Hej !
Är någon bra på konfigurering av spamassassin ?
Kör på Debian, procmail, postfix, spamassassin..
har följt konfig och fått det att rulla och den klassar mail etc. men före inst så låg e-posten som separata filer ~$user/mail/ men nu ligger dessa /var/mail/$user och i en sammanhängande fil!
Jag skulle vilja de hamnade som innan då ja bla kör horde som hämtar där ...
Bifogar lite dumpar av config filer nedan...
Christer
*** ~/.forward ***
"|IFS=' ' && exec /usr/bin/procmail || exit 75 <NAMN>"
*** ~/.procmailrc ***
VERBOSE=off
MAILDIR=$HOME/mail # elm users might use $HOME/Mail instead
PMDIR=$HOME/.procmail
DEFAULT=/var/spool/mail/<SERVER_NAME>
LOGFILE=$PMDIR/log
INCLUDERC=$PMDIR/general.rc
# INCLUDERC=$PMDIR/other.rc
# add as many INCLUDERC's as you like
# end of .procmailrc
*** ~/.procmail/general.rc ***
:0fw: spamassassin.lock
| /usr/bin/spamassassin
*** /etc/default/spamassassin ***
# /etc/default/spamassassin
# Duncan Findlay
# WARNING: please read README.spamd before using.
# There may be security risks.
# Change to one to enable spamd
ENABLED=1
# Options
# See man spamd for possible options. The -d option is automatically added.
# SpamAssassin uses a preforking model, so be careful! You need to
# make sure --max-children is not set to anything higher than 5,
# unless you know what you're doing.
OPTIONS="--create-prefs --max-children 5 --helper-home-dir"
# Pid file
# Where should spamd write its PID to file? If you use the -u or
# --username option above, this needs to be writable by that user.
# Otherwise, the init script will not be able to shut spamd down.
PIDFILE="/var/run/spamd.pid"
# Set nice level of spamd
#NICE="--nicelevel 15"
# Cronjob
# Set to anything but 0 to enable the cron job to automatically update
# spamassassin's rules on a nightly basis
CRON=0
|