• 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 directory structure

F

fercez

Guest
I have Plesk v7.5.4_build75051209.14 os_FedoraCore 2

By mistake I deleted all directories and subdirectories on queue directory (/var/qmail/queue) when trying to rebuild Qmail’s queue

Because of this mistake I tried to recreate them by doing this:

/etc/init.d/qmail stop

cd /var/qmail/queue

rm -rf info intd local mess remote todo

mkdir mess

for i in `seq 0 22`; do
mkdir mess/$i
done

cp -r mess info
cp -r mess intd
cp -r mess local
cp -r mess remote
cp -r mess todo

chmod -R 750 mess todo
chown -R qmailq:qmail mess todo

chmod -R 700 info intd local remote
chown -R qmailq:qmail intd
chown -R qmails:qmail info local remote

Start Qmail by typing /etc/init.d/qmail start .


After then, when trying to start Qmail it fails, because still there are directories to create and assign the owner and mode. So, I need to know what directories and files (if apply) I have to create and assign owner and mode.

Urgent
 
Back
Top