• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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