Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - diegos

Pages: [1]
1
E-Mail / Re: Move "/var/vmail" to "/home/vmail"
« on: September 09, 2016, 10:12:18 AM »
Hello,

I need to move the folder where the emails are storaged.

What is the best solution for that?

I don't test it, but:

Code: [Select]
/etc/init.d/postfix stop && mv /var/vmail/ /home/vmail && ln /home/vmail /var/vmail && /etc/init.d/postfix start

Pages: [1]