• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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 abcdef@abcdef.nl : 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