Strange email / spamassissin error in mail que

Mik3yZ

Verified User
Joined
Mar 29, 2006
Messages
55
Location
Eindhoven, The Netherlands
Hello,

at the moment my mail que is growing very hard (already 14 pages), and this is after the upgrade to DA 1.29.2

in the mailque almost every message has the following text:

2007-02-28 18:18:22 Received from [email protected] U=mail P=spam-scanned S=18318 id=000a01c75b5c$ffe36540$09aa3552@kikko45xl0qkne T="*****SPAM***** concealed powerful"
2007-02-28 18:18:22 /home/atn/.spamassassin/spam <[email protected]> R=domain_filter T=address_file defer (-6): mailbox /home/atn/.spamassassin/spam has wrong uid (0 != 8)

Does someone know how to fix this?

- Mike
 
That entry is telling you the problem:
Code:
mailbox /home/atn/.spamassassin/spam has wrong uid (0 != 8)
What do you get as the result of:
Code:
ls -ald /home/atn/.spamassassin/spam/
The directory needs to be owned by mail.

Jeff
 
Back
Top