• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk and SpamAssassain

M

MFromH

Guest
Hi Forum,

my server works with SuseLinux 10.0, Plesk 8.4 and SpamAssassin 3.1.3. I know, that these are not the latest versions, but I'm totally new to this server and I don't dare to update yet.

We receive a lot of spam like "Your Order", "Your E-Mail-Account has been cancelled", "Delivery Status Notification (Failure)", "RE: Message". E-Mail-Headers look like this:

DomainKey-Status: no signature
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on
xxxx.xxxxx.xxxxx
X-Spam-Level:
X-Spam-Status: No, score=-75.4 required=2.0 tests=BAYES_40,HTML_90_100,
HTML_IMAGE_ONLY_04,HTML_MESSAGE,HTML_SHORT_LINK_IMG_1,MIME_HTML_ONLY,
NO_REAL_NAME,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SBL,
URIBL_SC_SURBL,URIBL_WS_SURBL,USER_IN_WHITELIST autolearn=no
version=3.1.3
DomainKey-Status: no signature
Received: (qmail 17839 invoked from network); 8 Dec 2008 18:26:28 +0100
Received: from 226-230.speede.golden.net (216.59.226.230)
by xxxxx.xx with SMTP; 8 Dec 2008 18:26:27 +0100
Received-SPF: none (xxxxx.xx: domain at xxxxx.xx does not designate permitted sender hosts)
To: <[email protected]>
Subject: Delivery Status Notification (Failure)
From: <[email protected]>
MIME-Version: 1.0
Importance: High
Content-Type: text/html
X-AVK-Virus-Check: AVK 19.1831;F1206

Here is /etc/mail/spamassassin/local.cf
rewrite_header subject *****SPAM*****
required_score 7
whitelist_from [email protected]

Is it possible, to change these settings using Plesk?
Will any changes on local.cf influence the systemwide behavior of SpamAssassin?
How can a score become negative (see example above)?

Thanks in advance for your support.

--
Bye for now
Michael
 
Hello Michael,

Spam assassin score settings can be configured on 2 levels:
On server-wide: Plesk CP > Spam Filter
/etc/mail/spamassassin/local.cf is changed in accordance.

and particularly for every mailbox (these settings take precedence):
Plesk CP > Domains > Mail > mailbox > Spam filter.

Spam filter settings made is Plesk CP are spread in SpamAssassin configuration on the server.
 
Hi, all. I had a similar problem. Thanks a lot for solution.
 
@Satoriya
On server-wide: Plesk CP > Spam Filter
/etc/mail/spamassassin/local.cf is changed in accordance.
Yes and no. You can configure blacklist and whitelist and how Q-Mail deals with Spam-Levels. But you can't configure the waste amount of parameters, that determine spamassassins behaviour during E-Mail-check. In particular, you can't configure network options like skip_rbl_checks, use_razor2, use_dcc, use_pyzor.

Our spamassassin was a "toothless tiger", until I configured these settings manually.
 
Back
Top