• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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