• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Blank emails/psa-spamassassin reinstall

O

Obviously

Guest
Plesk 7.5.4, FedoraCore 2

I have exactly the problem specified in this KB article:

http://kb.odin.com/en/1022

The proposed solution:

psa-spamassassin package should be reinstalled forcibly with the "rpm -Uvh --force PACKAGE_NAME" command

I tried:

rpm -Uvh --force psa-spamassassin

error: open of psa-spamassassin failed: No such file or directory

Had a look for an rpm package for this and couldn't find anything, any ideas?
 
Never mind, found the rpm using

find / -name "psa-s*" -print

Reinstalled and it fixed the problem.
 
Back
Top