1

Topic: USA, Florida/Orlando, Atlantic.net, MySQL, 17700+ users

==== Required information ====
- iRedMail version: 8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Linux/BSD distribution name and version: CentOS 6.6
- Related log if you're reporting an issue:
====

Well done, the support is the best part.

We're running +4000 domains and about 20,000 users, ~2 years strong.
No hiccups

Hyper-V Gen1 Virtual Machine
X7DCA-L
Xeon L5420 @ 2.5ghz
8-Cores
16gig mem
RAID 10 - Intel SSD's x 4

----

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

2

Re: USA, Florida/Orlando, Atlantic.net, MySQL, 17700+ users

Would you mind sharing more details? we have a template for you:

Subject: Country, State/City, Company Name/Web Site, Backend

Detailed info:

- Country:
- State/City:
- Company:
- Web Site: http://
- Backend (OpenLDAP, MySQL, or PostgreSQL):
- Manage mail accounts with (iRedAdmin-Pro, phpMyAdmin, phpLDAPadmin):
- Total Users:
- Basic Hardware info (CPU/RAM/Storage):
- Comment/Story/Migration tips:

3

Re: USA, Florida/Orlando, Atlantic.net, MySQL, 17700+ users

Detailed info:

- Country: USA
- State/City: Florida/Orlando
- Company: Atlantic.Net
- Web Site: http://webmail.atlantic.net
- Backend (OpenLDAP, MySQL, or PostgreSQL): MYSQL
- Manage mail accounts with (iRedAdmin-Pro, phpMyAdmin, phpLDAPadmin): iRedAdmin-Pro
- Total Users: 17704
- Basic Hardware info (CPU/RAM/Storage): Xeon L5420 @ 2.50GHz / 16GB / 1TB
- Comment/Story/Migration tips:

Migrated to iRedmail from 35+ server Qmail cluster.
Support is superb, and from what it looks like it's expanding a bit now.
Easy spin up
Easy administration/maintenance
Steady Update and Upgrade cycle(fast bug fixes if any)

TIPS:
- Run fast disks or offload your SPAM/Virus scanning elsewhere. Amavisd is IO intensive.
- If you're running with a large set of users, turn off Quarantining or you'll burn through disk space very quickly.
- If you're running with a large set of domain(I run +2000 domains), redirect your Iredadmin-Pro page to "System" upon login instead of "Dashboard". If you don't' do this, it'll take almost a minute to load the "Dashboard". To be honest, I don't even use the Dashboard, I go directly into the database to query information sets.
I think I did this with:
sed -i 's:/domains:/system:g' /var/www/iredadmin/controllers/mysql/basic.py
- If you're IO is to intense for your disks try: http://www.iredmail.org/docs/disable.sp … mails.html
- Be careful of YUM UPDATE! I did this recently Jumping from CentOS 6.4 - 6.6 and it broke awstats, broke permissions on ClamAV and Freshclam. I fixed all of it manually, but it was annoying.
- Use fail2ban best you can, and set it to jail IPs permanently. You'll get a user once in a while that blocks himself out, but it's not bad, again, I have 17K users, you might a blocked user once a day.
- Do NOT expose your phpMyadmin to the world, either remove it or, isolate it to IP's.
- Use RBLs to kill off spammers, namely: b.barracudacentral.org
- Make sure you're using good DNS servers(internal and on your network if you can, avoid using google) or your MTA will slow to a crawl an queue emails very badly.

4

Re: USA, Florida/Orlando, Atlantic.net, MySQL, 17700+ users

Thanks for your sharing.

amora wrote:

- If you're running with a large set of domain(I run +2000 domains), redirect your Iredadmin-Pro page to "System" upon login instead of "Dashboard". If you don't' do this, it'll take almost a minute to load the "Dashboard". To be honest, I don't even use the Dashboard, I go directly into the database to query information sets.
I think I did this with:
sed -i 's:/domains:/system:g' /var/www/iredadmin/controllers/mysql/basic.py

You can redirect to page 'Domains and Accounts' with below setting in iRedAdmin-Pro config file `settings.py`:

REDIRECT_TO_DOMAIN_LIST_AFTER_LOGIN = True

5

Re: USA, Florida/Orlando, Atlantic.net, MySQL, 17700+ users

Yes I found that directive a ways back:
http://www.iredmail.org/forum/topic5141 … times.html

It was a matter of preference, I prefer my employees default login page be the System page, plus, it load the quickest.