• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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