1

Topic: Move Mail Store

==== Required information ====
- iRedMail version = 0.9.7 + AdminPro:
- Linux/BSD distribution name and version: Centos 7
- Store mail accounts in which backend MySQL:
- Web server Nginx
- Manage mail accounts with iRedAdmin-Pro? YES
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
===
We are new with iRedMail Pro, we have to move the mail store from /var/vmail to /home/vmail, is possible?

Thanks for support

Riccardo

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Move Mail Store

Sure, it's easy:

*) Stop Postfix + Dovecot services first.
*) Move /var/vmail to /home/vmail.
*) Create symbol link: /home/vmail -> /var/vmail
*) Start Postfix + Dovecot.

WARNING: Please make sure "/var/vmail/vmail1" directory is owned by user/group "vmail:vmail", with permission 0700.
Some other directories under /var/vmail/ may have different owner/group and permission, please do not change it.