<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Success Stories]]></title>
		<link>https://forum.iredmail.org/</link>
		<atom:link href="https://forum.iredmail.org/posts_feed-rss-forum7.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedMail.]]></description>
		<lastBuildDate>Tue, 24 Feb 2026 01:29:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Pleasantly surprised]]></title>
			<link>https://forum.iredmail.org/post91706.html#p91706</link>
			<description><![CDATA[<p>Thanks for sharing. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 24 Feb 2026 01:29:24 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91706.html#p91706</guid>
		</item>
		<item>
			<title><![CDATA[Pleasantly surprised]]></title>
			<link>https://forum.iredmail.org/post91699.html#p91699</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): <strong>2026020901 (Backend: mariadb, Date: 2026-02-11 18:15:36) iRedMail Enterprise Edition</strong> <br />- Deployed with iRedMail Easy or the downloadable installer? <strong>Yes</strong><br />- Linux/BSD distribution name and version:&nbsp; <strong>Ubuntu 24.04.4 LTS</strong><br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <strong>MariaDB/mySQL</strong><br />- Web server (Apache or Nginx): <strong>Nginx</strong><br />- Manage mail accounts with iRedAdmin-Pro? <strong>Yes</strong><br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hello everyone,</p><p>I&#039;m happy to have discovered iRedMail and the community surrounding it.&nbsp; We&#039;re a small hosting company located in Florida, USA and have had issues with our upstream email host for several years now.&nbsp; I&#039;ll not mention them here, but message me if you want the details.&nbsp; Recently they decided to triple our wholesale cost for mail services, which pretty much made it a loss to host email.&nbsp; I decided to set up a trial version of iRedMail EE on Amazon Web Services and have been very happy with the system so far.&nbsp; We only have basic features enabled for our clients, but we plan to offer the full SoGo experience in the future as we become more acquainted with iRedMail and how it interfaces with AWS.</p><p>We used imapsync to move our client emails over to the new server.&nbsp; I&#039;ll just put the idea out here that it would be really keen if this was built into iRedMail to migrate in new accounts. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>So far everyone&#039;s been pleased with the performance of their mail hosting and my support staff is very happy with the well-made admin interface.</p><p>Great job!</p>]]></description>
			<author><![CDATA[null@example.com (ThreeLabs)]]></author>
			<pubDate>Mon, 23 Feb 2026 17:17:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91699.html#p91699</guid>
		</item>
		<item>
			<title><![CDATA[Re: Question about Mail Queue Delay After Recent Setup]]></title>
			<link>https://forum.iredmail.org/post91644.html#p91644</link>
			<description><![CDATA[<p>Perhaps I&#039;m missing a setting in iRedMail that regulates the speed of the message queue. too</p>]]></description>
			<author><![CDATA[null@example.com (liyot39887)]]></author>
			<pubDate>Tue, 10 Feb 2026 04:20:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91644.html#p91644</guid>
		</item>
		<item>
			<title><![CDATA[My feedback on iRedMail]]></title>
			<link>https://forum.iredmail.org/post91576.html#p91576</link>
			<description><![CDATA[<p>I finally checked out this product after sticking with containerized solution for few months. And the fact i can have even lighter load on my server by not having docker&#039;s overhead is a plus. So here it is, my suggestions for iRedMail:<br />1. I wish IPv6 is enabled by default on all of Nginx, Postfix, and Dovecot.<br />2. Since the upcoming Roundcube 1.7 explicitly states that instances of it must point to public_html directory, i made changes in roundcube.tmpl file:<br /></p><div class="codebox"><pre><code>#
# Running Roundcube as a subfolder on an existing virtual host
#
# Block access to default directories and files under these directories

#Tiffany: Delete block rules because in Roundcube 1.7, public_html directory becomes the explicit default.

# Redirect URI `/mail` to `/mail/`.
location = /mail {
    return 301 /mail/;
}

location ~ ^/mail/(.*\.php)$ {
    include /etc/nginx/templates/hsts.tmpl;
    include /etc/nginx/templates/fastcgi_php.tmpl;
    fastcgi_param SCRIPT_FILENAME /opt/www/roundcubemail/public_html/$1;
}

location ~ ^/mail/(.*) {
    alias /opt/www/roundcubemail/public_html/$1;
    index index.php;
}</code></pre></div><p>And yes, Roundcube works fine after that.<br />3. I did get another domain working that i want to use to access Roundcube and iRedAdmin with following in `/etc/nginx/sites-available/tranz.conf`:<br /></p><div class="codebox"><pre><code>server {
server_name tranzhex.net;
listen [::]:443 ssl http2;
ssl_certificate /opt/cfcerts/tranz.crt;
ssl_certificate_key /opt/cfcerts/tranz.key;
    include /etc/nginx/templates/misc.tmpl;
#    include /etc/nginx/templates/ssl.tmpl;
    include /etc/nginx/templates/iredadmin.tmpl;
    include /etc/nginx/templates/roundcube.tmpl;
    include /etc/nginx/templates/sogo.tmpl;
    include /etc/nginx/templates/netdata.tmpl;
    include /etc/nginx/templates/php-catchall.tmpl;
    include /etc/nginx/templates/stub_status.tmpl;
}</code></pre></div><p>4. In the attached photo, the ipv6 address field is overflown with the iredadmin promo. you might need to reduce the left and right padding on the page.<br />That&#039;s all for my feedback, props to iRedMail developers for making self-hosters life easier, and see you if i ever have any problems <img src="https://forum.iredmail.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (thinkorchid)]]></author>
			<pubDate>Wed, 24 Dec 2025 01:49:22 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91576.html#p91576</guid>
		</item>
		<item>
			<title><![CDATA[Question about Mail Queue Delay After Recent Setup]]></title>
			<link>https://forum.iredmail.org/post91545.html#p91545</link>
			<description><![CDATA[<p>I am new to iRedMail and I have small issue with my server and hope you can help. After I configured domain and mailboxes everything seem working, but sometimes outgoing mail go to queue and delay for few minutes before delivery. I check logs but I not sure what exactly cause the delay. I read some guides about performance and queue settings, but I not find clear answer why sometimes slow. I do some mep estimates for my server capacity settings (like CPU, memory, and expected message load), but maybe I miss some setting inside iRedMail that control mail queue speed? Can someone share idea what parameters to check for mail queue delay? Maybe related to DNS reverse lookup or too strict policy? I use Postfix with iRedMail defaults. Thank you for help!</p>]]></description>
			<author><![CDATA[null@example.com (alaricelowen)]]></author>
			<pubDate>Fri, 12 Dec 2025 07:10:54 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91545.html#p91545</guid>
		</item>
		<item>
			<title><![CDATA[Mailing List admin-by-mail]]></title>
			<link>https://forum.iredmail.org/post90672.html#p90672</link>
			<description><![CDATA[<p>I&#039;ve been running iRedMail for nearly 6 years, hosting several domains for myself and others (pro bono). I set up a couple of mailing lists for one of the nonprofits I host for. The &quot;admins&quot; for this amateur radio project aren&#039;t very computer-literate (and their list subscribers are less-so) so when they want to e.g. add people to the mailing list or see who&#039;s on there, they have to ask me.</p><p>They wanted to be a little more &quot;self-service&quot; but need serious hand-holding and are afraid of using a terminal emulator (or I&#039;d whip up a quick little menu-driven front-end for maillist_admin.py), so I created <br />a system whereby they can send a limited set of commands by email and get responses back.</p><p>I am pleased with the result, and thought I&#039;d share it here.<br />A copy of the script (with installation instructions in the comments) is attached.<br />For security, any command but &quot;help&quot; requires that the requester be registered as a moderator,owner,etc. for that list.</p><p>Obviously, you shouldn&#039;t blindly follow my instructions and install stuff on your server if you can&#039;t understand what it&#039;s doing.&nbsp; Certainly this could be abused (esp. since it executes shell commands with little filtering), though I think that the way I&#039;ve set it up the risk is minimal if you trust your moderators. (If you have ideas for improvement, please feel free to share them with me.)</p><p>The Pro version of iRedMail has a great Web UI&nbsp; for managing mailing lists, including viewing/updating membership.&nbsp; Even were I using that, though (I&#039;m on the free version), I don&#039;t think I want to give these folks that much power to shoot themselves in the foot -- to view/maintain list membership they&#039;d need to be a domain admin and they&#039;d be able to mess w/ email accts and list settings. (I don&#039;t think there&#039;s granular enough security to let them only do what I want to allow and nothing else.)</p>]]></description>
			<author><![CDATA[null@example.com (charlesb)]]></author>
			<pubDate>Sat, 05 Apr 2025 02:05:54 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90672.html#p90672</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asking for possibility before asking for help]]></title>
			<link>https://forum.iredmail.org/post90671.html#p90671</link>
			<description><![CDATA[<p>As Zhang said, the port 25 blocking hampers outgoing connections, both direct and through a simple TCP proxy (Unlike incoming connections, which address-wise are many--&gt;one, outgoing is one--&gt;many; you could connect to your proxy on a nonstandard port, but it would have no way of know what the real server is that you want to reach).&nbsp; What you could do, though, is to set up a very lightweight SMTP-only server that you send all of the outgoing mail from your &quot;big&quot; system through.</p><p>I am doing this with the reverse setup of yours -- my main server is &quot;in the cloud&quot; and my relay at home.</p><p>In 2019, after running my own from-scratch server at home for 15 years, I installed iRedMail on a hosted VM because I was going to be traveling for a few months and didn&#039;t want to chance hardware problems w/ house-sitters.&nbsp; It&#039;s been great! Nice compromise between ease of installation/maintenance and flexibility.</p><p>3 years ago, Microsoft kept blacklisting my IP address block at Linode, but unlike many big email providers, they don&#039;t mind mail coming from my home address w/ a small-town ISP.&nbsp; So, I built a VM at home running opensmtpd (no -extras), and any of my mail destined for MS-owned domains gets relayed through that server, while everything else is sent directly from my iRM server.&nbsp; It&#039;s worked well ever since.</p>]]></description>
			<author><![CDATA[null@example.com (charlesb)]]></author>
			<pubDate>Sat, 05 Apr 2025 01:32:55 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90671.html#p90671</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asking for possibility before asking for help]]></title>
			<link>https://forum.iredmail.org/post90629.html#p90629</link>
			<description><![CDATA[<p>You get me wrong. What i mean is, the server connects to internet directly must open port 25.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 28 Mar 2025 03:24:47 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90629.html#p90629</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asking for possibility before asking for help]]></title>
			<link>https://forum.iredmail.org/post90624.html#p90624</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Port 25 on WAN must be open, because it&#039;s used for communication between email servers.</p></blockquote></div><p>Hi Zhang, thanks for the prompt answer and glad to see that the server and installation process has much improved in the last 7 years. Keep up the great work.</p><p>I&#039;m opening port 2525 and mapping it to port 25 on the server that iRedMail is listening to.<br />So the transports in PMG is set to homelab.my.domain:2525, that is the CNAME that points to the my local router dynamic IP. Everything that gets to port 2525 is then mapped to port 25 on server mail.home.</p><p>In theory, iRedMail is listening to port 25, as if it was in the Internet.</p><p>My concern is that if the different host/domain names are going to be an issue, since the packages are sent to homelab.my.domain, but the actual server is mail.home. I´m concerned that this mismatch could somehow impact mail delivery.</p>]]></description>
			<author><![CDATA[null@example.com (Alvaro Rodrigues)]]></author>
			<pubDate>Thu, 27 Mar 2025 14:52:40 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90624.html#p90624</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asking for possibility before asking for help]]></title>
			<link>https://forum.iredmail.org/post90620.html#p90620</link>
			<description><![CDATA[<p>Port 25 on WAN must be open, because it&#039;s used for communication between email servers.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 27 Mar 2025 13:50:59 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90620.html#p90620</guid>
		</item>
		<item>
			<title><![CDATA[Asking for possibility before asking for help]]></title>
			<link>https://forum.iredmail.org/post90619.html#p90619</link>
			<description><![CDATA[<p>The scenario is attached, but in the end is this:</p><p>I want to move all my mail to be managed in my homelab, instead of the cloud, but since I use broadband, port 25 is blocked and also have a dynamic public IP. Have to PMAP incoming 2525 WAN side to 25 LAN side.</p><p>The idea is to have my own Relay in the Internet with a fixed IP that would be a proxy for all the incoming and outgoing emails.</p><p>Proxmox Mail Gateway will be the frontend (MX) and iRedMail to be the backend.<br />I added a DDNS service and mapped the DDNS domain to a CNAME in my DNS. All mail services, except the MTA &lt;&gt; MTA, will be provided only internally (iMAP, POP3...) accessing the iRedMail via VPN services.</p><p>In my homelab I have my own local domain and iRedMail have it&#039;s own host and domain, that is not the on in the public DNS.</p><p>The question is, does the iRedMail host/domain configured in the server must be the same defined in the CNAME record as the relay destination?</p>]]></description>
			<author><![CDATA[null@example.com (Alvaro Rodrigues)]]></author>
			<pubDate>Thu, 27 Mar 2025 11:53:28 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90619.html#p90619</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail Enterprise Edition - the greatest iRed release to exist]]></title>
			<link>https://forum.iredmail.org/post90566.html#p90566</link>
			<description><![CDATA[<p>Thanks for sharing. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 19 Mar 2025 00:50:47 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90566.html#p90566</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail Enterprise Edition - the greatest iRed release to exist]]></title>
			<link>https://forum.iredmail.org/post90563.html#p90563</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): </p><p>2025031101 (Backend: mariadb, Date: 2025-03-18 11:41:40) iRedMail Enterprise Edition: <a href="https://www.iredmail.org/easy.html">https://www.iredmail.org/easy.html</a><br />1.7.2 MARIADB edition.</p><p>- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: </p><p>Ubuntu 22.04.5 LTS</p><p>- Store mail accounts in which backend (LDAP/MySQL/PGSQL): </p><p>MySQL</p><p>- Web server (Apache or Nginx):</p><p>NGINX</p><p>- Manage mail accounts with iRedAdmin-Pro?</p><p>YES</p><p>- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Our agency has used numerous solutions over the years and had been on the lookout for an email system that combined robust features, seamless scalability, and uncompromising security. Enter iRedMail, an exceptional open-source email platform that has truly revolutionized the way we manage and operate email services.</p><p>From the moment we deployed iRedMail in 2013, its streamlined setup and intuitive interface stood out as a breath of fresh air. The ease of use, coupled with its comprehensive documentation, ensured a smooth integration into our infrastructure. This simplicity belies its underlying capability to handle demanding loads at scale, making it a powerhouse solution for organizations of any size.</p><p>Security is at the forefront of iRedMail’s design, providing a highly secure environment that instills confidence, especially when handling sensitive data across public, private, and critical sectors. The platform offers maximum control over configurations, empowering administrators to tailor the system to their precise needs while maintaining peak performance.</p><p>But what truly sets iRedMail apart are its outstanding features, from robust spam filtering to multi-domain hosting. Its versatility and reliability ensure uninterrupted communication, a critical requirement for both day-to-day operations and high-stakes scenarios.</p><p>As a tool trusted in diverse sectors, iRedMail has proven itself to be a reliable companion for businesses, non-profits, and governmental institutions alike. Whether it’s the public sector seeking mission-ready email solutions or private entities aiming for operational efficiency, iRedMail consistently exceeds expectations.</p><p>In summary, iRedMail is an amazing open-source tool that successfully merges user-friendliness with enterprise-grade functionality. We couldn&#039;t be more satisfied with its performance and recommend it wholeheartedly to anyone in need of a robust, secure, and scalable email platform.</p><p>Thanks to Huangbin and the iRed team for all they do!</p>]]></description>
			<author><![CDATA[null@example.com (subarticThrone)]]></author>
			<pubDate>Tue, 18 Mar 2025 16:17:55 +0000</pubDate>
			<guid>https://forum.iredmail.org/post90563.html#p90563</guid>
		</item>
		<item>
			<title><![CDATA[Re: Happy Birthday: POSTFIX]]></title>
			<link>https://forum.iredmail.org/post87935.html#p87935</link>
			<description><![CDATA[<p>I started iRedMail in late 2007, it&#039;s been 16 years. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 20 Dec 2023 06:19:55 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87935.html#p87935</guid>
		</item>
		<item>
			<title><![CDATA[Happy Birthday: POSTFIX]]></title>
			<link>https://forum.iredmail.org/post87919.html#p87919</link>
			<description><![CDATA[<p>At last week we have had an anniversary about postfix:</p><div class="quotebox"><cite>Wietse wrote:</cite><blockquote><p>That was a long time ago. Postfix has evolved as the Internet has changed. I am continuing the overhaul of this software, motivated by people like you on this mailing list.</p></blockquote></div><p><a href="https://marc.info/?l=postfix-users&amp;m=170256002601828&amp;w=2">Mailinglist</a><br />(inside an interesting link for some literature, famous NY Times articel too)</p><br /><p>Congratulations!</p><p>Regarding me, by the incredible script of iRedMail I&#039;m using postfix at private mail server since over 14 years and switched over to my new installation right last week... ;-)</p><p>(fresh installations at 2009, 2013, 2017...(new world)...2023)</p>]]></description>
			<author><![CDATA[null@example.com (Bronko)]]></author>
			<pubDate>Tue, 19 Dec 2023 15:26:51 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87919.html#p87919</guid>
		</item>
	</channel>
</rss>
