From iRedMail
This is a DRAFT, still working in progress. Don't try it on production server.
Summary
Requirements
- iRedMail-0.8.2 or later releases.
Prepare Jail
| Terminal:
|
# cd /usr/ports/sysutils/ezjail/
# make install clean
|
- Add below setting in /etc/rc.conf:
| File: /etc/rc.conf
|
jail_sysvipc_allow="YES"
|
- Create Jail.
- In Jail, update /etc/resolv.conf with valid DNS server address(es).
- In Jail, install bash:
| Terminal:
|
# pkg_add -r bash-static
|
- Start iRedMail installer with your Jail ip address:
{{cmd|
# bash
bash # cd /root/iRedMail/
bash # LOCAL_ADDRESS='192.168.1.2' bash iRedMail.sh