• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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