<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — My feedback on iRedMail]]></title>
		<link>https://forum.iredmail.org/topic21059-my-feedback-on-iredmail.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic21059.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in My feedback on iRedMail.]]></description>
		<lastBuildDate>Wed, 24 Dec 2025 01:49:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<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>
	</channel>
</rss>
