• 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.

Problems with qmail

T

tincup

Guest
Hi. Hope this is not off-topic in here but as I'm using Plesk 7.5 with qmail it's worth a try:

My Plesk license does not include spamassassin so I installed SA manually and am now trying to have qmail scan all emails with SA before delivery to the mailboxes.

My first attempt was to replace the qmail-queue binary by a shell script which first calls spamassassin. This does not seem to work, mails are delivered but not scanned.


Then I tried to work with the .qmail files the mailboxes. I tried to use the following script:

| true
| spamassassin -P
./Maildir/

in /var/qmail/mailnames/domain.org/alias/.qmail


Again, all mails are delivered but not scanned.

Any ideas?
 
Back
Top