• 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

qmail-scanner broke qmail

Ah interesting, I have qmail-scanner-2.02-1.el5.art

How come I've not got 2.05 when I'm all yum up to date? Is it 'cos I'm playing with fire on Plesk 9.0.1? :) Or am I being a bit dim?
 
Hi all
i have centos 5.2 and plesk 9.0.1
i had similar messages:
Mar 11 16:49:19 host76 qmail-queue-handlers[303]: Unable to change group ID: Operation not permitted
Mar 11 16:49:19 host76 X-Qmail-Scanner-2.02st: [host76123678655279132758] Unable to open pipe to /var/qmail/bin/qmail-queue.orig [16777215] (#4.3.0) - Broken pipe
Mar 11 16:49:19 host76 X-Qmail-Scanner-2.02st: [host76123678655279132758] Unable to close pipe to /var/qmail/bin/qmail-queue.orig [255] (#4.3.0) - Illegal seek


thanks to atomicturtle i upgraded to qmail-scanner-2.05 from [atomic-testing] and everything works now!!
thanks again to all and specially to atomicturtle :)
 
looks like in Plesk 9 the new qmail-scanner (1:2.05-2.el5.art) doesn't work with SMTP auth (port 587)
When users try to send mail they get an temporary error message:
"451 qq temporary problem (#4.3.0)"

maillog says:
Mar 22 15:58:29 mooi-04 smtp_auth: SMTP connect from (null)@abcdef.abcdef.nl [12.345.678.90]
Mar 22 15:58:29 mooi-04 smtp_auth: smtp_auth: SMTP user [email protected] : logged in from (null)@abcdef.abcdef.nl [12.345.678.90]
Mar 22 15:58:29 mooi-04 X-Qmail-Scanner-2.05st: [abcdef.abcdef.nl12377339097928972] clamdscan: corrupt or unknown clamd scanner error or memory/resource/perms problem - exit status 512/2

Clamd is running and normal SMTP doesn't give any problems..

Anyone (maybe art) knows how to fix this?
 
In my case whas only qmail-queue permitions.

Changed this way:
#:/var/qmail/bin # chown mhandlers-user.popuser qmail-queue
#:/var/qmail/bin # chmod 777 qmail-queue (just to reset perms, don't know if needed, but work with me)
#:/var/qmail/bin # chmod +s qmail-queue
#:/var/qmail/bin # chmod u+r-w+x-s,g-r-w,o-r-w+x qmail-queue

"ls -la" must show file like:
-r-x--s--x 1 mhandlers-user popuser 54672 May 28 14:24 qmail-queue

Regards
 
Back
Top