• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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