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

Change /var/qmail/mailnames to another partition ?

S

schani@

Guest
Hello it try to change the location of the emails to another bigger partition on the System.

But change the /etc/psa/psa.conf from
Code:
QMAIL_MAILNAMES_D       /var/qmail/mailnames
to
Code:
QMAIL_MAILNAMES_D       /home/qmail/mailnames
doesent work.

What have i to change too ?

Christian
 
You must move /var/qmail/mailnames to /home/qmail/mailnames and simlink the directories:

ln -s /var/qmail/mailnames /home/qmail/mailnames
 
Back
Top