• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

qmail-scanner clamav problem

jnarvaez

Basic Pleskian
Hi,

I'm having trouble installing qmail-scanner with clamav and spamassassin posted by turttle. BTW great job!

I got the message: "451 qq temporary problem (#4.3.0)" everytime i send a message.
The only way I get email service working again, was uninstall clamd (rpm -e clamd) and reconfiguring mail-scanner (qmail-scanner-reconfigure).

If I try again (yum install clamd & qmail-scanner-reconfigure) i get the same problem.

Any idea?
Any help would be apreciated
 
another solution? I think it should be something wrong with permissions or something like that.

thanks anyway
 
Check your permissions of qmail-queue. It could be a small permissions issue with that file and the files it re-writes. ls -al /var/bin/qmail-queue should give us everything we need to give you feedback.
 
now, with clamd uninstalled:

[root@lincl89 ~]# ls -al /var/qmail/bin/qmail-queue
-rwsr-sr-x 1 qmailq qmail 4643 dic 7 13:28 /var/qmail/bin/qmail-queue

thanx!
 
Back
Top