<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Sending mail via internal postfix]]></title>
		<link>https://forum.iredmail.org/topic16704-sending-mail-via-internal-postfix.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic16704.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Sending mail via internal postfix.]]></description>
		<lastBuildDate>Thu, 16 Apr 2020 16:34:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73830.html#p73830</link>
			<description><![CDATA[<p>My mistake, i thought you want to block it in fail2ban. <img src="https://forum.iredmail.org/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />On ubuntu 18.04, iRedMail adds iptables rule file /etc/default/iptables, you can add your rule here.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 16 Apr 2020 16:34:31 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73830.html#p73830</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73819.html#p73819</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>In files /etc/fail2ban/jail.d/*.local.</p></blockquote></div><p> I have added port 2525 into all *.local files and restarted fail2ban, but the port is still blocked and is not listed here:<br />ACCEPT&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />ACCEPT&nbsp; &nbsp; &nbsp;icmp --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icmptype 8<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:22<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:80<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:443<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:25<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:587<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:110<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:995<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:143<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:993</p><p>I have to manually add it, in order to appear there:<br />iptables -A INPUT -p tcp -m tcp --dport 2525 -j ACCEPT</p>]]></description>
			<author><![CDATA[null@example.com (Chameleon)]]></author>
			<pubDate>Thu, 16 Apr 2020 09:13:24 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73819.html#p73819</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73809.html#p73809</link>
			<description><![CDATA[<p>In files /etc/fail2ban/jail.d/*.local.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 16 Apr 2020 01:14:22 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73809.html#p73809</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73794.html#p73794</link>
			<description><![CDATA[<div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>You can disable greylisting from your firewall IP with /opt/iredapd/tools/greylisting_admin.py.<br />if you have iRedAdmin-Pro, whitelist it globally in web UI.<br />What&#039;s &quot;/etc/postfix/<span style="color:red">#</span>main.cf&quot; file?<br />If you want to block 2525, please add this port number in fail2ban jail config files under /etc/fail2ban/jail.d/</p></blockquote></div><p>I can confirm that the tweak worked.</p><p>The error, which I post &quot;/etc/postfix/./.#main.cf&quot; is inside the Linux box logs. I found the issue and remove it.</p><p>I want to allow this port 2525, which I have created permanently so that I dont have to stop fail2ban. I have add it into the postfix rule located in /etc/fail2ban/jail.d/, but after restarting fail2ban port 2525 looks blocked.</p><p>Thanks in advance.</p></blockquote></div><br /><p>Weird thing happend, when we did a test from another system, which relayed email from the internal mail relay towards iRedMail. Inside iRedMail we have this error:</p><p>Apr 15 14:46:26 mail postfix/smtpd[17650]: NOQUEUE: reject: RCPT from unknown[X.X.X.X - public NATed IP of the internal relay server]: 554 5.7.1 &lt;user@example.com&gt;: Recipient address rejected: SMTP AUTH is required for users under this sender domain; from=&lt;scan@test123.net&gt; to=&lt;user@example.com&gt; proto=ESMTP helo=&lt;monitoring.local&gt;</p><p>Any idea?</p></blockquote></div><p>I have managed to fix that error.</p><p>Could you please tell me how and where to add port 2525 in fail2ban, so that after restart it will work like the rest of the ports and be listed here:<br />CCEPT&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />ACCEPT&nbsp; &nbsp; &nbsp;icmp --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icmptype 8<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:22<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:80<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:443<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:25<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:587<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:110<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:995<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:143<br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0/0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:993</p>]]></description>
			<author><![CDATA[null@example.com (Chameleon)]]></author>
			<pubDate>Wed, 15 Apr 2020 16:14:05 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73794.html#p73794</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73793.html#p73793</link>
			<description><![CDATA[<div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>I will wait for the greylisting to expire and will see if the recipient will receive it.</p></blockquote></div><p>You can disable greylisting from your firewall IP with /opt/iredapd/tools/greylisting_admin.py.<br />if you have iRedAdmin-Pro, whitelist it globally in web UI.<br /></p><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>Apr 14 14:07:11 mail postfix/postfix-script[20961]: warning: group or other writable: /etc/postfix/./.#main.cf</p></blockquote></div><p>What&#039;s &quot;/etc/postfix/<span style="color:red">#</span>main.cf&quot; file?<br /></p><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>Also, I had to disable fail2ban, as if active connections to port 2525 is not accepted. What and where to add to allow port 2525 into the default iRedMail fail2ban?</p></blockquote></div><p>If you want to block 2525, please add this port number in fail2ban jail config files under /etc/fail2ban/jail.d/</p></blockquote></div><p>I can confirm that the tweak worked.</p><p>The error, which I post &quot;/etc/postfix/./.#main.cf&quot; is inside the Linux box logs. I found the issue and remove it.</p><p>I want to allow this port 2525, which I have created permanently so that I dont have to stop fail2ban. I have add it into the postfix rule located in /etc/fail2ban/jail.d/, but after restarting fail2ban port 2525 looks blocked.</p><p>Thanks in advance.</p></blockquote></div><br /><p>Weird thing happend, when we did a test from another system, which relayed email from the internal mail relay towards iRedMail. Inside iRedMail we have this error:</p><p>Apr 15 14:46:26 mail postfix/smtpd[17650]: NOQUEUE: reject: RCPT from unknown[X.X.X.X - public NATed IP of the internal relay server]: 554 5.7.1 &lt;user@example.com&gt;: Recipient address rejected: SMTP AUTH is required for users under this sender domain; from=&lt;scan@test123.net&gt; to=&lt;user@example.com&gt; proto=ESMTP helo=&lt;monitoring.local&gt;</p><p>Any idea?</p>]]></description>
			<author><![CDATA[null@example.com (Chameleon)]]></author>
			<pubDate>Wed, 15 Apr 2020 14:50:45 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73793.html#p73793</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73789.html#p73789</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>I will wait for the greylisting to expire and will see if the recipient will receive it.</p></blockquote></div><p>You can disable greylisting from your firewall IP with /opt/iredapd/tools/greylisting_admin.py.<br />if you have iRedAdmin-Pro, whitelist it globally in web UI.<br /></p><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>Apr 14 14:07:11 mail postfix/postfix-script[20961]: warning: group or other writable: /etc/postfix/./.#main.cf</p></blockquote></div><p>What&#039;s &quot;/etc/postfix/<span style="color:red">#</span>main.cf&quot; file?<br /></p><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>Also, I had to disable fail2ban, as if active connections to port 2525 is not accepted. What and where to add to allow port 2525 into the default iRedMail fail2ban?</p></blockquote></div><p>If you want to block 2525, please add this port number in fail2ban jail config files under /etc/fail2ban/jail.d/</p></blockquote></div><p>I can confirm that the tweak worked.</p><p>The error, which I post &quot;/etc/postfix/./.#main.cf&quot; is inside the Linux box logs. I found the issue and remove it.</p><p>I want to allow this port 2525, which I have created permanently so that I dont have to stop fail2ban. I have add it into the postfix rule located in /etc/fail2ban/jail.d/, but after restarting fail2ban port 2525 looks blocked.</p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (Chameleon)]]></author>
			<pubDate>Wed, 15 Apr 2020 08:28:14 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73789.html#p73789</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73780.html#p73780</link>
			<description><![CDATA[<div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>I will wait for the greylisting to expire and will see if the recipient will receive it.</p></blockquote></div><p>You can disable greylisting from your firewall IP with /opt/iredapd/tools/greylisting_admin.py.<br />if you have iRedAdmin-Pro, whitelist it globally in web UI.<br /></p><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>Apr 14 14:07:11 mail postfix/postfix-script[20961]: warning: group or other writable: /etc/postfix/./.#main.cf</p></blockquote></div><p>What&#039;s &quot;/etc/postfix/<span style="color:red">#</span>main.cf&quot; file?<br /></p><div class="quotebox"><cite>Chameleon wrote:</cite><blockquote><p>Also, I had to disable fail2ban, as if active connections to port 2525 is not accepted. What and where to add to allow port 2525 into the default iRedMail fail2ban?</p></blockquote></div><p>If you want to block 2525, please add this port number in fail2ban jail config files under /etc/fail2ban/jail.d/</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 14 Apr 2020 15:03:17 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73780.html#p73780</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73776.html#p73776</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>If your firewall has a static public ip address, based on the tutorial you followed (<a href="https://docs.iredmail.org/additional.smtp.port.html">https://docs.iredmail.org/additional.smtp.port.html</a>), you can do some small tweaks to get it work:<br /></p><div class="quotebox"><blockquote><p>2525&nbsp; &nbsp; &nbsp; inet&nbsp; n&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;smtpd<br />&nbsp; -o smtpd_sasl_auth_enable=yes<br />&nbsp; -o smtpd_sasl_security_options=noanonymous<br />&nbsp; -o smtpd_tls_security_level=may<br />&nbsp; <span style="color:red">-o mynetworks=127.0.0.1,&lt;ip-of-your-firewall&gt;</span><br />&nbsp; -o smtpd_sender_restrictions=<span style="color:red">permit_mynetworks,</span>permit_sasl_authenticated,reject</p></blockquote></div><p>Let me know how it works for you.</p></blockquote></div><p>I have added what you advised and now I can see that I may pass through. I will wait for the greylisting to expire and will see if the recipient will receive it.</p><p>I have noticed that once I did what you advised and restarted postfix in the logs I get this:</p><p>Apr 14 14:07:11 mail postfix/postfix-script[20961]: warning: group or other writable: /etc/postfix/./.#main.cf</p><p>Also, I had to disable fail2ban, as if active connections to port 2525 is not accepted. What and where to add to allow port 2525 into the default iRedMail fail2ban?</p><p>Thanks in advance.</p><p>BR,<br />Stan</p>]]></description>
			<author><![CDATA[null@example.com (Chameleon)]]></author>
			<pubDate>Tue, 14 Apr 2020 14:12:14 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73776.html#p73776</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73774.html#p73774</link>
			<description><![CDATA[<p>If your firewall has a static public ip address, based on the tutorial you followed (<a href="https://docs.iredmail.org/additional.smtp.port.html">https://docs.iredmail.org/additional.smtp.port.html</a>), you can do some small tweaks to get it work:<br /></p><div class="quotebox"><blockquote><p>2525&nbsp; &nbsp; &nbsp; inet&nbsp; n&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;-&nbsp; &nbsp; &nbsp; &nbsp;smtpd<br />&nbsp; -o smtpd_sasl_auth_enable=yes<br />&nbsp; -o smtpd_sasl_security_options=noanonymous<br />&nbsp; -o smtpd_tls_security_level=may<br />&nbsp; <span style="color:red">-o mynetworks=127.0.0.1,&lt;ip-of-your-firewall&gt;</span><br />&nbsp; -o smtpd_sender_restrictions=<span style="color:red">permit_mynetworks,</span>permit_sasl_authenticated,reject</p></blockquote></div><p>Let me know how it works for you.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 14 Apr 2020 13:54:23 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73774.html#p73774</guid>
		</item>
		<item>
			<title><![CDATA[Sending mail via internal postfix]]></title>
			<link>https://forum.iredmail.org/post73763.html#p73763</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.1 MARIADB edition<br />- Deployed with iRedMail Easy or the downloadable installer? No<br />- Linux/BSD distribution name and version:&nbsp; Ubuntu 18.04.4 LTS<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MARIADB<br />- Web server (Apache or Nginx):Nginz<br />- Manage mail accounts with iRedAdmin-Pro? no<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====<br />I have a iRedMail installation running in a cloud VM with public IP address for domain test123.net<br />I have a network using 172.16.24.0/24 where my internal services/servers are.<br />I have internal postfix server, which is allowed on the company firewall to relay emails (send from internal systems) to external iRedMail. Internal system/services cannot send email directly to iRedMail for various reasons, like but not limited to configuration limitations and etc. I have configured separate email accounts, just in case for each system, I have configured port 2525 based on this how to: <a href="https://docs.iredmail.org/additional.smtp.port.html,">https://docs.iredmail.org/additional.smtp.port.html,</a> but still when try to send email from internal system via internal mail relay to the iRedMail server with different recipients: user@test123.net, user@exmaple.com, in iRedMail server I get this:</p><p>RCPT from unknown[IP address of the fireall NAT IP]: 554 5.7.1 &lt;scan@test123.net&gt;: Sender address rejected: Access denied; from=&lt;scan@test123.net&gt; to=&lt;user@example.com&gt; proto=ESMTP helo=&lt;printer1.local&gt;<br />printer1.local is one of the printers which we have and which tries to send scanned document to external user.</p><br /><br /><p>Can you please advise how to solve this and allow mails coming from that internal mail server (no matter the sender, as we have many or service/server) to be accepted by the iRedMail server and delivered based on their destination?</p><p>BR,<br />Stan</p>]]></description>
			<author><![CDATA[null@example.com (Chameleon)]]></author>
			<pubDate>Tue, 14 Apr 2020 07:31:34 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73763.html#p73763</guid>
		</item>
	</channel>
</rss>
