1 (edited by wotw 2015-05-19 04:06:26)

Topic: iRedMail-0.9.1 on CentOS 7

==== Required information ====
- iRedMail version:  iRedMail-0.9.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB (MySQL)
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: CentOS 7
- Related log if you're reporting an issue:
====

I installed a fresh iRedMial-0.9.1 on a CentOS 7 server and had a issues, everything running but not accessible in browsers after rebooting and little to go on in the logs. Long story short the firewall was to blame. I was upgrading from CentOS 6 and figured a fresh install was easiest. I can only conclude the issue (not experienced on CentOS 6) is with firewalld (need to learn more)

Anyway I wanted to share that I had to add a local firewall rule for the database for iRedMail to work:

firewall-cmd --permanent --zone=trusted --add-source=127.0.0.1/32
firewall-cmd --permanent --zone=trusted --add-port=3306/tcp
firewall-cmd --reload

This may help others trying to install on CentOS7/RHEL7 with MariaDB/MySQL.

----

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

2

Re: iRedMail-0.9.1 on CentOS 7

Thanks for sharing. CentOS 6 and 7 have too many differences.