• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

plesk - qmail - spamassassin and spam

K

kpimichael

Guest
i have read every page in this forum trying to do the following: I want to take mail that is identified as spam by spamassassin and force it to one mailbox per domain. Following all the tips here are the changes i made...but it doesnt seem to work...so i obviously missed something. Any help would be much appreciated...

I changed the .qmail-default file for a domain
PHP:
/var/qmail/mailnames/domain.com/.qmail-default
to look like this
PHP:
| /var/qmail/bin/preline /usr/bin/spamc -f | bouncesaying 'This address no longer accepts mail'

I then put in a default procmail.rc file
PHP:
/etc/procmail.rc
that contained the following:
  • LOGFILE=/var/log/procmail
  • SHELL=/bin/sh
  • :0 fw
  • *<256000
  • |/usr/bin/spamc -f
  • MAILDIR $HOME/mail
  • :0:
  • *^X-Spam_Status: Yes
  • spam

From what i had read i thought it would work...but spam still goes to the normal inbox. Thanks in advance for advice.
 
Back
Top