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