• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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