• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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