• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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