Mein anderes problem mit der Berechtigung etc. habe ich mitlerweilen gelöst.
Jetzt habe ich da noch ein problem. Und zwar hat Procmail irgend ein Problem mit dem Lockfile.
Folgendes sagt mir das Log:
Code: Select all
[root@sh3-0527 mailbox]# tail /var/log/procmail.log
procmail: Locking ".lock"
procmail: Error while writing to "_LsE.wFemBB.sh3-0527.soft-sol"
procmail: Lock failure on ".lock"
procmail: Executing " /bin/sed 1d | /usr/bin/spamassassin -d | $SPAMIT"
procmail: [19211] Tue Nov 16 12:16:02 2004
procmail: Assigning "LASTFOLDER= /bin/sed 1d | /usr/bin/spamassassin -d | $SPAMIT"
procmail: Notified comsat: "crivelli.soft-solutions.ch@:/ /bin/sed 1d | /usr/bin/spamassassin -d | $SPAMIT"
From crivi@gmx.ch Tue Nov 16 12:16:00 2004
Subject: *****SPAM***** lasdlo
Folder: /bin/sed 1d | /usr/bin/spamassassin -d | $SPAMIT 4716
Mein procmail Config File sieht so aus:
Code: Select all
DROPPRIVS=yes
VERBOSE=on
LOGFILE=/var/log/procmail.log
SHELL=/bin/sh
LANGUAGE=de
LANG=de_DE
:0fw
* < 256000
#| /usr/bin/spamc -u $LOGNAME
| /usr/bin/spamc -f
:0:
* ^X-Spam-Status: Yes
| /bin/sed 1d | /usr/bin/spamassassin -d | $SPAMIT
#
#
:0 H
* ! ^From[ ]
* ^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e 's/^rom /From /'
}
Vielen Dank
Gruss Raffi