• 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

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