1

Topic: migrate form postfix

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====
I just installed iRedMail 0.9.6 MYSQL edition in ubuntu 16.04 with apache web server in order to move from postfix-dovecote-mysql to iRedMail.I did the following changes in  /opt/www/iredadmin/libs/default_settings.py:
MAILDIR_HASHED = False
MAILDIR_PREPEND_DOMAIN = True
MAILDIR_APPEND_TIMESTAMP = False
and in /etc/dovecot/dovecot.conf:
mail_location = maildir:%Lh/:INDEX=%Lh/
location = maildir:%%Lh/:INDEX=%%Lh/Shared/%%Ld/%%Ln
in order to make mailbox directory look like the old server, and it looks fine but the maildir field in mailbox table still look xxx.yyy/user instead of user@xxx.yyy..so i need to know how to do it.
I need to be sure of movement possibility from old postfix/dovecot to iRedMail before I move to second step which having license so any help will be much appreciated

----

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

2

Re: migrate form postfix

If you need to change any settings in /opt/www/iredadmin/libs/default_settings.py, please copy the parameters to /opt/www/iredadmin/settings.py with new value, then restart Apache or uwsgi (if you're running Nginx) service to load new changes.