<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedAdmin-Pro Support]]></title>
		<link>https://forum.iredmail.org/</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-forum6.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at iRedMail.]]></description>
		<lastBuildDate>Fri, 04 Sep 2026 08:18:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Spam settings]]></title>
			<link>https://forum.iredmail.org/topic21214-spam-settings-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release):&nbsp; &nbsp;EE&nbsp; -&nbsp; v1.8.3<br />- Deployed with iRedMail Easy or the downloadable installer?&nbsp; downloaded and installed in a container<br />- Linux/BSD distribution name and version:&nbsp; Debian 12<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; MariaDB<br />- Web server (Apache or Nginx):&nbsp; <br />- Manage mail accounts with iRedAdmin-Pro?&nbsp; YES<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue. - No error<br />====</p><p>I manage SPAM/AntiVIRUS before my EE until now&nbsp; (disabled spam and virus scanning).</p><p>I decided to add another step of protection for viruses and enabled it.&nbsp; Is this setting correct or do I have to enable SPAM scanning in the 1st paragraph?</p>]]></description>
			<author><![CDATA[null@example.com (dalex)]]></author>
			<pubDate>Fri, 04 Sep 2026 08:18:34 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21214-spam-settings-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Error when trying to edit users...]]></title>
			<link>https://forum.iredmail.org/topic21212-error-when-trying-to-edit-users-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): &nbsp; &nbsp; 1.8.5<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable installer<br />- Linux/BSD distribution name and version: Ubuntu 24.04.4 LTS<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL<br />- Web server (Apache or Nginx): Nginx<br />- Manage mail accounts with iRedAdmin-Pro? Yes<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p> Error: ConnectionError(MaxRetryError(&quot;HTTPConnectionPool(host=&#039;127.0.0.1&#039;, port=7790): Max retries exceeded with url: /api/subscriber/eddiegarner@progressiveelectricalservices.com/subscribed?query_all_lists=no&amp;email_only=yes (Caused by NewConnectionError(&#039;&lt;urllib3.connection.HTTPConnection object at 0x7ae08f37ad20&gt;: Failed to establish a new connection: [Errno 111] Connection refused&#039;))&quot;))</p><p>I have tried restarting mlmmjadmin.service, when status is checked it is failed to start. </p><p>What am I missing?</p>]]></description>
			<author><![CDATA[null@example.com (dtruesdale)]]></author>
			<pubDate>Mon, 31 Aug 2026 16:41:08 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21212-error-when-trying-to-edit-users-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[no python multipart rpm package for RHEL8/CentOS8]]></title>
			<link>https://forum.iredmail.org/topic21198-no-python-multipart-rpm-package-for-rhel8centos8-new-posts.html</link>
			<description><![CDATA[<p>Running RHEL8 and working on upgrading iredapd from 5.8.1 to latest (which appears to be 6.x)<br />And python3.6 supplied by Redhat.</p><p>Looks like someplace in between iredapd versions it now wants python-multipart ... there is not a distro multipart package for RHEL8 as best I can tell.</p><p>So, while I can probably &quot;pip install&quot; this someplace and modify the PYTHONPATH in the systemd service file, it might be good for EL8 to simply include this in iredapd with a &quot;pip install --prefix=/opt/iredapd...&quot; if we&#039;re running on EL8.</p><p>thanks!</p>]]></description>
			<author><![CDATA[null@example.com (dwbotsch)]]></author>
			<pubDate>Thu, 13 Aug 2026 19:14:18 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21198-no-python-multipart-rpm-package-for-rhel8centos8-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[RESTful API spam_score parameter rejects decimal values (e.g. 4.5)]]></title>
			<link>https://forum.iredmail.org/topic21197-restful-api-spamscore-parameter-rejects-decimal-values-eg-45-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release):&nbsp; 1.6.0<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable installer<br />- Linux/BSD distribution name and version:&nbsp; Almalinux 8<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL<br />- Web server (Apache or Nginx): nginx<br />- Manage mail accounts with iRedAdmin-Pro? yes<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi,<br />I&#039;m trying to set a fractional spam score via the RESTful API (PUT /api/spampolicy/user/&lt;mail&gt;, same for domain and global), e.g.:<br />spam_score=4.5<br />According to the docs docs.iredmail.org/iredadmin-pro.restful.api.html#spam-policy , the spam_score parameter is described just as &quot;spam score&quot;, with the sample using an integer (spam_score=4), but it&#039;s not explicitly stated that decimals are disallowed.</p><p>I checked the source and found the relevant code in libs/amavisd/spampolicy.py.</p><p>str.isdigit() returns False for any string containing a decimal point, so spam_score=4.5 silently fails the if check — the block is skipped entirely, no error is returned, and spam_tag2_level/spam_kill_level are simply left unset. The API still responds with {&quot;_success&quot;: true}, which is misleading since the value wasn&#039;t actually applied.</p><p>Interestingly, the code itself calls float(v) right after the isdigit() check, which suggests decimal support was intended but blocked by the wrong guard condition (should probably be a try/except around float(v) directly, rather than isdigit()).</p><p>Questions:</p><p>1. Is integer-only spam_score an intentional limitation, or is this a bug in the input validation?<br />2. Through the iRedAdmin-Pro web GUI, decimal spam score values are accepted and correctly applied/stored — so this inconsistency seems specific to the RESTful API input handling. Can you confirm the API is meant to behave the same way as the GUI here?<br />3. If it&#039;s a bug, could it be fixed in an upcoming release? Happy to test a patch if provided.</p>]]></description>
			<author><![CDATA[null@example.com (msitarz90)]]></author>
			<pubDate>Thu, 13 Aug 2026 11:11:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21197-restful-api-spamscore-parameter-rejects-decimal-values-eg-45-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Domain Alias to SoGO identity]]></title>
			<link>https://forum.iredmail.org/topic21190-domain-alias-to-sogo-identity-new-posts.html</link>
			<description><![CDATA[<p>I&#039;ve added several domains as aliases in iredadmin-pro. I&#039;m unable to add them as alternate identities in SoGO (settings -&gt; Mail -&gt; IMAP Accounts -&gt; Pencil -&gt; NEW Identity) . what&#039;s the magic to this? I just get red text for the email address when I try and add it and the OK button is grey&#039;ed out so all I can do is cancel.</p><p>iRedMail&nbsp; &nbsp; 1.8.3<br />iRedAdmin-Pro&nbsp; &nbsp; 5.9 (LDAP)<br />ubuntu 22.04</p><br /><br /><p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): <br />- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Web server (Apache or Nginx):<br />- Manage mail accounts with iRedAdmin-Pro?<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p>]]></description>
			<author><![CDATA[null@example.com (soapee01)]]></author>
			<pubDate>Wed, 29 Jul 2026 22:03:39 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21190-domain-alias-to-sogo-identity-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail EE - Whitelists/Blacklists]]></title>
			<link>https://forum.iredmail.org/topic21187-iredmail-ee-whitelistsblacklists-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): iRedMail EE 1.8.1<br />- Deployed with iRedMail Easy or the downloadable installer? Enterprise Edition<br />- Linux/BSD distribution name and version: Ubuntu 24.04<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP<br />- Web server (Apache or Nginx):<br />- Manage mail accounts with iRedAdmin-Pro? Enterprise Edition<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>I know the release notes say that 1.8.0 has a &quot;breaking change&quot; that whitelists and blacklists are handled by milter now instead of amavisd, but this note should be more explicit about what that means! It&#039;s not just a syntactical breaking change - after upgrading from 1.7.4 to 1.8.1 I found my whitelists and blacklists empty in the iRedMail EE interface.</p><p>Thankfully, the data was still there in the amavisd database, but it would have been nice if this data&nbsp; was converted automatically since it is stored in different tables.</p><p>I was able to select the entries out to a text file using mysql, edit them to reflect the new syntax, and add them in via the EE interface. I did it this way rather than scripting it or using SQL in case the EE interface did more than add the entries into milter:wblist.</p><p>Can the release notes be clarified, and a migration tool be provided for others? My server-wide lists were only a few dozen entries, but I can imagine that more active servers might have larger lists.</p>]]></description>
			<author><![CDATA[null@example.com (tomierna)]]></author>
			<pubDate>Wed, 22 Jul 2026 00:26:51 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21187-iredmail-ee-whitelistsblacklists-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail EE - Alias Delivery Restrictions?]]></title>
			<link>https://forum.iredmail.org/topic21185-iredmail-ee-alias-delivery-restrictions-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): iRedMail EE 1.7.4<br />- Deployed with iRedMail Easy or the downloadable installer? Enterprise Edition<br />- Linux/BSD distribution name and version: Ubuntu 24.04<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP <br />- Web server (Apache or Nginx): <br />- Manage mail accounts with iRedAdmin-Pro? Enterprise Edition<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Newly created alias accounts show &quot;Moderators&quot; for &quot;Mail Deliver Restriction&quot;, where old alias accounts show &quot;Unrestricted&quot;.</p><p>I created a new alias today, first one in a long while. I don&#039;t want to create these throwaway aliases as mailing lists because they are effectively single-use. All of my previously created aliases show &quot;Unrestricted&quot; and the new one says &quot;Moderators&quot; under the column &quot;Mail Deliver Restriction&quot;.</p><p>I tried sending an email to this alias from an external account, and it went through fine.</p><p>Is this just a cosmetic error?</p>]]></description>
			<author><![CDATA[null@example.com (tomierna)]]></author>
			<pubDate>Tue, 21 Jul 2026 15:08:14 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21185-iredmail-ee-alias-delivery-restrictions-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail EE -- Enhancement Request ACME DNS-01]]></title>
			<link>https://forum.iredmail.org/topic21184-iredmail-ee-enhancement-request-acme-dns01-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 2026071501&nbsp; &nbsp;EE v1.8.1<br />- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: Ubuntu 22.04.05<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB 1.7.2<br />- Web server (Apache or Nginx): NGINX<br />- Manage mail accounts with iRedAdmin-Pro? EE<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====<br />Huangbin,</p><p>iRedMail Enterprise Edition currently provides a convenient SSL Certificate interface that allows administrators to add multiple server and web hostnames, issue a Let’s Encrypt certificate, and have iRedMail manage deployment and renewal automatically.</p><p>Are there plans for adding support for ACME DNS-01 validation as an alternative to the current IP/web based validation (HTTP-01) method?</p><p>A possible implementation could include:</p><p>Selection of the ACME challenge method:<br />&nbsp; &gt;&gt; HTTP-01<br />&nbsp; &gt;&gt; DNS-01</p><p>Initial DNS provider support for Cloudflare / GoDaddy</p><p>Secure storage of a restricted Cloudflare / GoDaddy API token</p><p>DNS zone and credential validation before certificate issuance<br />Continued automatic certificate installation and renewal through the existing Enterprise Edition workflow</p><p>Support for wildcard names, such as *.domain.tld</p><p>A provider or hook interface that could later support additional DNS services</p><p>The current Enterprise Edition certificate management works well. DNS-01 support would extend that functionality for environments where:</p><p>&nbsp; &gt;&gt; Port 80 is unavailable or intentionally restricted<br />&nbsp; &gt;&gt; A hostname cannot point directly to the mail server during validation<br />&nbsp; &gt;&gt; Wildcard certificates are required<br />&nbsp; &gt;&gt; Multiple DNS zones are managed centrally<br />&nbsp; &gt;&gt; Administrators want certificate validation to remain independent of web path</p><p>Ideally, the Enterprise Edition would remain responsible for the complete certificate lifecycle, including issuance, renewal, installation, service reloads, status reporting, and expiration warnings. This would avoid competing external ACME clients or administrator written deployment scripts modifying certificates managed by iRedMail.</p><p>For Cloudflare, the integration could use a restricted API token limited to DNS record editing and zone access for the selected zones.</p><p>Would be great if considered <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (subarticThrone)]]></author>
			<pubDate>Tue, 21 Jul 2026 14:03:58 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21184-iredmail-ee-enhancement-request-acme-dns01-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[DKIM Annoyance in Web GUI]]></title>
			<link>https://forum.iredmail.org/topic21183-dkim-annoyance-in-web-gui-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 2026071501&nbsp; &nbsp;EE v1.8.1<br />- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: Ubuntu 22.04.05<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB 1.7.2<br />- Web server (Apache or Nginx): NGINX<br />- Manage mail accounts with iRedAdmin-Pro? EE<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====<br />I think this behavior occurred when we upgraded to v 1.8.0</p><p>The DKIM for the display indicates is does not match, however, when sending emails and verifying the headers, we do see DKIM pass when checking Thunderbird or AquaMail so the DKIM keys do appear to be working, just want to understand what happened in the GUI? </p><p>Everything else appears to be functional, we are currently in process of reviewing just to be sure. </p><p>Please advise</p>]]></description>
			<author><![CDATA[null@example.com (subarticThrone)]]></author>
			<pubDate>Thu, 16 Jul 2026 11:17:59 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21183-dkim-annoyance-in-web-gui-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Ordered the wrong product]]></title>
			<link>https://forum.iredmail.org/topic21179-ordered-the-wrong-product-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): <br />- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Web server (Apache or Nginx):<br />- Manage mail accounts with iRedAdmin-Pro?<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hello!</p><p>I ordered a new license for I RedAdmin-Pro when I should have ordered a renewal. On Friday I sent an email to both info@iredmail.org and zhb@iredmail.org, but I have not yet received a response. Please contact me asap to resolve this. Thanks.</p><p>Linda Pagillo<br />Mail&#039;s Best Friend<br />linda.pagillo@mailsbestfriend.com</p>]]></description>
			<author><![CDATA[null@example.com (lindapagillo13)]]></author>
			<pubDate>Mon, 13 Jul 2026 15:04:04 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21179-ordered-the-wrong-product-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Allowing Users to set Quota to less than Mailbox Size]]></title>
			<link>https://forum.iredmail.org/topic21178-allowing-users-to-set-quota-to-less-than-mailbox-size-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): <br /> 1.6.1 OPENLDAP</p><p>- Deployed with iRedMail Easy or the downloadable installer?<br /> Downloadable installer</p><p>- Linux/BSD distribution name and version: <br />AlmaLinux release 8.10</p><p>- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br /> LDAP</p><p>- Web server (Apache or Nginx):<br />NGINX</p><p>- Manage mail accounts with iRedAdmin-Pro?<br />Yes</p><p>- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi</p><p>I have a customer with 3 email accounts on his domain. We allow 6GB per domain. One of his accounts (manager@) has 2.96GB of mail, and he was running low on another account (info@), so he has set manager@ to only 1MB, even though it has almost 3GB of emails in the mailbox) and increased the info@ mailbox to almost 6GB effectively meaning that they can take up 8.9GB of space by technically disabling manager@ (set to 1MB so it won&#039;t receive any further mail)</p><p>Is there any way to stop this currently?</p>]]></description>
			<author><![CDATA[null@example.com (sbignell)]]></author>
			<pubDate>Mon, 13 Jul 2026 00:22:03 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21178-allowing-users-to-set-quota-to-less-than-mailbox-size-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[IRedMail Upgrade Question]]></title>
			<link>https://forum.iredmail.org/topic21175-iredmail-upgrade-question-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.6.0<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable installer<br />- Linux/BSD distribution name and version: Ubuntu 20.04 LTS<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP<br />- Web server (Apache or Nginx): Nginx<br />- Manage mail accounts with iRedAdmin-Pro? Yes<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hello. Quick question. We are running iRedMail version 1.6.0. Can I upgrade directly to the latest version (1.8.3) or do I have to first upgrade from 1.6.0 to 1.6.1 then to 1.6.2 and so on?</p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (lindapagillo13)]]></author>
			<pubDate>Tue, 07 Jul 2026 16:47:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21175-iredmail-upgrade-question-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[split domain mlmmj mailing list]]></title>
			<link>https://forum.iredmail.org/topic21169-split-domain-mlmmj-mailing-list-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail pro 4.4 (MySQL)&nbsp; <br />- Deployed with iRedMail Easy or the downloadable installer? no<br />- Linux/BSD distribution name and version:&nbsp; debian<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; mysql<br />- Web server (Apache or Nginx): nginx<br />- Manage mail accounts with iRedAdmin-Pro? yes and via shell<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>hi</p><p>I configured split domain with the mx record pointing to o365<br /><a href="https://gist.github.com/iredmail/fda90a4fd0fc4453f6a2c6c18638e047">https://gist.github.com/iredmail/fda90a … c18638e047</a></p><p>in settings.py and iptables firewall i added ips to allow incoming emails on port 25 (without authentication) only via o365 ips. Entire server communicates on port 25 only with o365 ips.</p><p>for a domain abc.com</p><p>in vmail/domain table COLUMN split_transport i put entry <br />smtp:abc-com.mail.protection.outlook.com:25</p><p>split domain mail communications in works correctly both ways between o365 and our server</p><p>however I am facing issues with MLMMJ mailing list</p><p>example below</p><p>mailing list created on our server : saleslist@abc.com<br />user@abc.com (moderator) sends email to saleslist@abc.com</p><p>we get bounced error message from 0365 as follows</p><p>#############<br />Original Message Details<br />Created Date: 25/06/2026 5:17:16 am<br />Sender Address: user@abc.com<br />Recipient Address: saleslist-moderators@abc.com<br />Subject: RE: Please moderate saleslist@abc.com: Bookings Open<br />Error Details<br />Error: 553 5.7.1 &lt;user@abc.com&gt;: Sender address rejected: not logged in <br />Message rejected by: ns1.aaa.com<br />############</p><p>it seems that the mail is getting routed to o365 and then routed back by 0365 server to our server instead of getting processed / delivered locally to the mailing list locally.</p><p>how do I resolve this?</p><p>thanks</p>]]></description>
			<author><![CDATA[null@example.com (RajeshM)]]></author>
			<pubDate>Wed, 01 Jul 2026 01:52:27 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21169-split-domain-mlmmj-mailing-list-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail Admin Portal - SSL Configuation & Setup]]></title>
			<link>https://forum.iredmail.org/topic21167-iredmail-admin-portal-ssl-configuation-setup-new-posts.html</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.6.3 PGSQL edition,<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable installer I think, this is an inherited Prod system.<br />- Linux/BSD distribution name and version: Ubuntu 22.04.4 LTS, Ubuntu, (Jammy Jellyfish), jammy, debian<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL<br />- Web server (Apache or Nginx): Nginx - from my recent checks<br />- Manage mail accounts with iRedAdmin-Pro? Uncertain, however yes, I suppose, via iredadmin web portal.<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hello Community,</p><p>Require your expert assistance/guidance on best approach in separating iRedMail Pro admin domain cert and an existing email domain already using the same cert,<br />The prod email domain cert is fully functional with its own cert, which I want to avoid breaking.<br />Attempting to now separate the administration portal cert as this currently presents the mail domain cert and not the admin domain cert (this has not been setup by previous admin so I guess its the expected behavior), considering iredadmin.tmpl is part of the nginx default config here: 00-default-ssl.conf</p><p>My instance hosted in Azure, the IP associated is issued by azure, the associated DNS is also created by azure default x.x.cloudapp.azure.com, the x.x.cloudapp.azure.com/iredadmin/ FQDN is reached via the same associated IP for the mail domain.<br />I am considering creating a separate admin FQDN using letsencrypt or to use the existing azure assigned FQDN leveraging Letsencrypt to request a standalone SSL certificate for my Azure domain, however taking best practice into consideration and if the Community has a standard approach in similar scenario&#039;s, I am open to reviewing this as well.<br />I have reviewed a few articles online e.g. docs.iredmail.org/subdomain.web.apps.html and researched a few options, however would cautiously prefer to validate options/solutions with an experienced professional before attempting this on my end and inadvertently breaking anything.</p><p>Your expert assistance/guidance on this matter is really appreciated,</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (branigan.reddy)]]></author>
			<pubDate>Tue, 30 Jun 2026 13:00:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21167-iredmail-admin-portal-ssl-configuation-setup-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Upgrading Debian 11 server to the latest version]]></title>
			<link>https://forum.iredmail.org/topic21158-upgrading-debian-11-server-to-the-latest-version-new-posts.html</link>
			<description><![CDATA[<p>iRedMail version: 1.6.1 MARIADB edition.<br />Linux: Debian 11<br />Store: Mysql<br />Web server: Nginx<br />iRedAdmin-Pro</p><p>Hello,</p><p>I need to upgrade my Debian 11 server, which is currently running iRedAdmin-Pro.</p><p>What is the correct procedure for such an upgrade? Is it sufficient to perform a standard OS upgrade (Debian 11 -&gt; Debian 12 -&gt; Debian 13), or are there additional iRedMail/iRedAdmin-Pro specific steps that need to be taken?</p><p>My main priority is to keep all current configurations, settings, and mailbox contents intact, ensuring the transition is as smooth and quick as possible.</p><p>I would highly appreciate your guidance and advice on this matter.</p>]]></description>
			<author><![CDATA[null@example.com (przemeksw)]]></author>
			<pubDate>Fri, 12 Jun 2026 11:22:50 +0000</pubDate>
			<guid>https://forum.iredmail.org/topic21158-upgrading-debian-11-server-to-the-latest-version-new-posts.html</guid>
		</item>
	</channel>
</rss>
