Install iRedMail (Mail Server) on CentOS 7 & RHEL 7
iRedMail is a full-featured mail server solution, it provides basic features like unlimited virtual mail accounts, POP3/IMAP/SMTP, AJAX webmail. Below are some highlights :
Highlight features
- Works on 7 Major Linux/BSD Distributions
- Fast Deployment, Low Maintenance, Unlimited Accounts
- Stores Mail Accounts in one of supported 4 backends: OpenLDAP, MySQL, MariaDB and PostgreSQL
- Calendar service (CalDAV) and Contact service (CardDAV)
- Service Restrictions
- Sender & Recipient Throttling
- Anti-Spam & Anti-Virus
- WebMail: AJAX, Global LDAP Address Book, Vacation, Filter
- Misc
- Main components and working process
In this article we will demonstrate how to install and configure iRedMail on CentOS 7 & RHEL 7.
- OS = CentOS 7 or RHEL 7
- Domain = hackthesec.co.in
- Server Hostname = mail.hackthesec.co.in
In case if you want mails from your mail server to be delivered in inbox not in spam folder then update the DNS records like A & PTR before installation and TXT ( SPF & DKIM ) after installation.
Step:1 Set hostname and disable Selinux.
Set the proper hostname using hostnamectl command if it is not set.
Update the /etc/hosts file
Disable Selinux
Edit the file /etc/sysconfig/selinux , set the parameter “SELINUX=disabled” , Reboot the server to disable selinux completely.
Step:2 Download the tar file of iRedmail.
Download the latest version of iRedmail from their Official Web Site or use below wget command to download from terminal.
Step:3 Extract the tar file & execute installation Script.
After couple of seconds , below screen will appear , Select yes and press enter.
Define the folder or directory where users mailbox will be stored.
Select the web Server for iRedmail. Default is Nginx.
Select the database of your choice which will store domain names and mail accounts. In my case i am using MariaDB.
Define the domain name for your mail server. In my case domain name is “hackthesec.co.in”
Set Password for postmaster account.
Select Optional Components of iRedmail installation
Press “y” to continue installation, Mail Server info & Credentials are kept in the file “/root/iRedMail-0.9.4/config”. Please keep this file in secure place.
As per instructions , reboot the server to enable all mail services.
Postfix mail logs and iRedmail logs are stored in “/var/log/maillog” and “/var/log/iredapd/iredapd.log” respectively.
Note : Default administrator name is “postmaster@hackthesec.co.in”
Following are the Important URLs after the Installation is completed , replace the domain name as per your setup in mentioned URLs.
iRedAdmin – official web-based admin panel:
https://mail.hackthesec.co.in/iredadmin/
Username: postmaster@hackthesec.co.in, password: 123456
Roundcube webmail URL :
http://mail.hackthesec.co.in/mail/
SOGo Groupware
https://mail.hackthesec.co.in/SOGo/
Step:4 Create Users & domain from Admin Panel.
To create users first login to admin panel. Use user name as “postmaster@<domain>” and password that we set during installation.
After Login Done. Create a user...
Add a new Domain :
From the admin Panel , Select “Domain & accounts” option and then click on Add domain
Step:5 Access Roundcube (Webmail).
Open the url in the browser “https://mail.hackthesec.co.in/mail/” , replace the domain name as per your setup.
0 comments:
Post a Comment