I have a couple clients with large mail storage requirements.
If we mount an additional drive whose job it is to store these clients' message stores, is it as simple as this:
mkdir /big/home/example/mail/example.com
mv /home/example/mail/example.com /big/home/example/mail/example.com
ln -s /big/home/example/mail/example.com /home/example/mail/example.com/
Any security or other operational issues to concern myself with?
Is there a wiser approach?
If we mount an additional drive whose job it is to store these clients' message stores, is it as simple as this:
mkdir /big/home/example/mail/example.com
mv /home/example/mail/example.com /big/home/example/mail/example.com
ln -s /big/home/example/mail/example.com /home/example/mail/example.com/
Any security or other operational issues to concern myself with?
Is there a wiser approach?