• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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