Topic: Correct installation procedure Centos 7 64 bit with Apache/MYSQL
==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: iRedMail-0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: Amazon, EC2, Centos 7 64 bit
- Related log if you're reporting an issue:
====
Hi,
I have read plenty of forum post about issues with iRedMail installation. It made me to create this thread so that I can avoid some of those errors.
MY GOAL:
My domain : www.adiss.com.my
Expected email ID's : postmaster@adiss.com.my or user@adiss.com.my
My server public IP : 52.74.93.18X
What is correct MX Record ?
mail.adiss.com.my or mx.adiss.com.my
Quote from another post:
"Your server FQDN should be servername.domainname.com"
What is the server name refers here ? if my domain is adiss.com.my then server name comes from where ? where do I set this ?
Is below setup is correct ?
/etc/hosts
127.0.0.1 mx.example.com mx localhost localhost.localdomain
mail.adiss.com.my or mx.adiss.com.my -- to be created as subdomain ? must have A record with public IP ? any CNAME required ?
How do I create pop.adiss.com.my or imap.adiss.com.my or smtp.adiss.com.my ? to use with other email client (Andriod)
Do I need to create VirtualHost in "Apache, Sites-Available" for any of these mail server related domain ?
<VirtualHost *:80>
ServerName mail.adiss.com.my
DocumentRoot /var/www/html/iredimail
DirectoryIndex index.php
<Directory /var/www/html/iredimail>
AllowOverride All
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.