• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

SpamAssasin does not filter mails after update

S

svalerie

Guest
Hello as mentioned in http://forum.swsoft.com/showthread.php?t=56922 there is a problem with SpamAssassin after update - i put this issue to a new thread to be handled. We have the same problem in the .qmail files is no reference to SpamAssassin.

If you look in /var/qmail/mailnames/domain.com/mailname/.qmail file it only contains:

| true
| /usr/bin/deliverquota ./Maildir

It used to contain:

| /usr/local/psa/bin/psa-spamc reject
| true
| /usr/bin/deliverquota ./Maildir


SpamAssassin is switched on in the conroll panel ...

Anybody has an idea how to solve?

@Parallels When is there an fix available?
 
Deactivate / Activate

I activated and deactivated for each account the SpamAssassin setting (off/on). Afterwards it seems to work again.

X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ...
 
Hello as mentioned in http://forum.swsoft.com/showthread.php?t=56922 there is a problem with SpamAssassin after update - i put this issue to a new thread to be handled. We have the same problem in the .qmail files is no reference to SpamAssassin.

If you look in /var/qmail/mailnames/domain.com/mailname/.qmail file it only contains:

| true
| /usr/bin/deliverquota ./Maildir

It used to contain:

| /usr/local/psa/bin/psa-spamc reject
| true
| /usr/bin/deliverquota ./Maildir


SpamAssassin is switched on in the conroll panel ...

Anybody has an idea how to solve?

@Parallels When is there an fix available?

Plesk moved this functionality from the .qmail files to a qmail-queue hook. It is compiled in the code so I can tell you exactly how they are doing it but I know that they are calling all the functions like spamassassin as the mail hits the queue and not the .qmail files.
 
Back
Top