• 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

Problem reinstall qmail

JuanCar

Regular Pleskian
I need reinstall qmail after spam atack and follows the post

http://kb.parallels.com/en/252

It says:

rpm -Uvh --force psa-qmail

but my system return an error message

error: opening psa-qmail failed: it does not existe file or directory

(error: la apertura de psa-qmail falló: No existe el fichero o el directorio)

rpm -q psa-qmail

return

psa-qmail-1.03-cos5.build1013120126.11

And my system is CentOS

Any solution?

Thanks
 
Qmail version rpm

Read carefully

# man rpm

You need to have downloaded psa-qmail package for

# rpm -Uvh --force psa-qmail

command. For CentOS 5 x86 it should be http://autoinstall.plesk.com/PSA_11...sa-qmail-1.03-cos5.build115130805.16.i386.rpm package.

Well, I found a file named
psa-qmail-1.03-cos5.build1013120126.11.rpm
in my server, the name of qmail returned by
rpm -q psa-qmail

Then I wrote

rpm -Uvh --force psa-qmail-1.03-cos5.build1013120126.11.rpm

and the system didn't give any error message.

Now my mail server is working again and the spam has dissapeared (well there is another kind of spam, but I'll write another post about it)

But you say the package is psa-qmail-1.03-cos5.build115130805.16.i386.rpm, then my versión, is old ?, Does I need to make an update?

Thanks
 
If you have CentOS 5 x86 it would be better to use newer build.
 
Back
Top