• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Qmail issue with temporary file

J

JimC

Guest
I am getting the following error when I try to send an email:
Dec 15 21:48:16 xx qmail-queue-handlers[22057]: Handlers Filter before-queue for qmail started ...
Dec 15 21:48:16 xx qmail-queue-handlers[22057]: cannot create temporary file - (2) No such file or directory
Dec 15 21:48:16 xx qmail-queue-handlers[22057]: cannot read message from stdin

Any ideas what directory is missing or how I can fix this problem?
 
Last edited by a moderator:
Make sure that you have correct permissions there

# cd /var/qmail/bin
# ll qmail-queue qmail-local qmail-remote
-r-xr-xr-x 1 root qmail 29952 2009-09-12 08:46 qmail-local
-r-s--x--x 1 root qmail 30336 2009-09-12 08:46 qmail-queue
-r-xr-xr-x 1 root qmail 30216 2009-09-12 08:46 qmail-remote

Also you can just reinstall with force psa-qmail package.
 
I am trying to use this to rebuild qmail: http://kb.odin.com/252

But what is psa-qmail... supposed to be? i tried putting in psa-qmail and psa-qmail-1.03-cos5.build86080930.08 (which is what rpm -q psa-qmail gave me) and both gave me errors.

What is the full rpm command I need to use to rebuild qmail?
 
Make sure that you have correct permissions there



Also you can just reinstall with force psa-qmail package.

Igor,

My permissions are the exact same as what you are showing.

Can you be more specific about 'force psa-qmail package'? Thanks.
 
Back
Top