• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problem with Spamassassin

C

CesarV

Guest
Hi.

I have several domains registered in Plesk 9.2.3 Linux. When any of these domains send e-mails, these messages are classified as SPAM.
The detail is that the domain is making the sending of these emails is registered in Plesk and use SMTP authentication.

I need to include all domains in the White List of Spam Filter Settings, or is there another solution?

Thank you.
 
Running sa-update should resolve this for you. I highly recommend running this regularly for general rule improvements, if you are using the atomic repo version of spamassassin (3.2 or 3.3) this is already set to run automatically every night.
 
Thanks a lot for the help.

I manually changed the value of 20[1-9][0-9] to 20[2-9][0-9]

This solved the immediate problem.

However, I'm not sure why sa-update is not updating my rules.

I did this:

1. # sa-update -V

Reply was

sa-update version svn607589
running on Perl version 5.8.8


2. # sa-update -D

Reply was

[3612] dbg: logger: adding facilities: all
[3612] dbg: logger: logging level is DBG
[3612] dbg: generic: SpamAssassin version 3.2.5
[3612] dbg: config: score set 0 chosen.
[3612] dbg: dns: is Net::DNS::Resolver available? yes
[3612] dbg: dns: Net::DNS version: 0.61
[3612] dbg: generic: sa-update version svn607589
[3612] dbg: generic: using update directory: /var/lib/spamassassin/3.002005
[3612] dbg: diag: perl platform: 5.008008 linux
[3612] dbg: diag: module installed: Digest::SHA1, version 2.11
[3612] dbg: diag: module installed: HTML::parser, version 3.56
[3612] dbg: diag: module installed: Net::DNS, version 0.61
[3612] dbg: diag: module installed: MIME::Base64, version 3.07
[3612] dbg: diag: module installed: DB_File, version 1.815
[3612] dbg: diag: module installed: Net::SMTP, version 2.29
[3612] dbg: diag: module not installed: Mail::SPF ('require' failed)
[3612] dbg: diag: module not installed: Mail::SPF::Query ('require' failed)
[3612] dbg: diag: module not installed: IP::Country::Fast ('require' failed)
[3612] dbg: diag: module not installed: Razor2::Client::Agent ('require' failed)
[3612] dbg: diag: module not installed: Net::Ident ('require' failed)
[3612] dbg: diag: module installed: IO::Socket::INET6, version 2.51
[3612] dbg: diag: module installed: IO::Socket::SSL, version 1.18
[3612] dbg: diag: module installed: Compress::Zlib, version 2.005
[3612] dbg: diag: module installed: Time::HiRes, version 1.86
[3612] dbg: diag: module not installed: Mail::DomainKeys ('require' failed)
[3612] dbg: diag: module not installed: Mail::DKIM ('require' failed)
[3612] dbg: diag: module installed: DBI, version 1.58
[3612] dbg: diag: module installed: Getopt::Long, version 2.35
[3612] dbg: diag: module installed: LWP::UserAgent, version 2.036
[3612] dbg: diag: module installed: HTTP::Date, version 1.47
[3612] dbg: diag: module installed: Archive::Tar, version 1.34
[3612] dbg: diag: module installed: IO::Zlib, version 1.07
[3612] dbg: diag: module not installed: Encode::Detect ('require' failed)
[3612] dbg: gpg: Searching for 'gpg'
[3612] dbg: util: current PATH is: /usr/kerberos/sbin:/usr/kerberos/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
[3612] dbg: util: executable for gpg was found at /usr/bin/gpg
[3612] dbg: gpg: found /usr/bin/gpg
[3612] dbg: gpg: release trusted key id list: 5E541DC959CB8BAC7C78DFDC4056A61A5244EC45 26C900A46DD40CD5AD24F6D7DEE01987265FA05B 0C2B1D7175B852C64B3CDC716C55397824F434CE
[3612] dbg: channel: attempting channel updates.spamassassin.org
[3612] dbg: channel: update directory /var/lib/spamassassin/3.002005/updates_spamassassin_org
[3612] dbg: channel: channel cf file /var/lib/spamassassin/3.002005/updates_spamassassin_org.cf
[3612] dbg: channel: channel pre file /var/lib/spamassassin/3.002005/updates_spamassassin_org.pre
[3612] dbg: channel: metadata version = 895075
[3612] dbg: dns: 5.2.3.updates.spamassassin.org => 895075, parsed as 895075
[3612] dbg: channel: current version is 895075, new version is 895075, skipping channel
[3612] dbg: diag: updates complete, exiting with code 1


3. # sa-update -V

Reply was

sa-update version svn607589
running on Perl version 5.8.8


(i.e. same as before)

Do you have any ideas about this?

Thanks again for your help.
 
Thanks for your help. My second question was just me not reading things properly, so please ignore it. My sa-update is working fine.
 
Back
Top