• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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