<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Postfix Errors on new 26 install - Install &amp; Setup				            </title>
            <link>https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 15:53:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Postfix Errors on new 26 install</title>
                        <link>https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12639</link>
                        <pubDate>Thu, 03 Sep 2026 09:30:11 +0000</pubDate>
                        <description><![CDATA[@abalamut 
Thanks for your feedback on the temporary fix. Our devs are aware of this issue. I will let you know once the fix is confirmed.
Thanks!]]></description>
                        <content:encoded><![CDATA[<p>@abalamut </p>
<p>Thanks for your feedback on the temporary fix. Our devs are aware of this issue. I will let you know once the fix is confirmed.</p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zextras-suite-setup/">Install &amp; Setup</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12639</guid>
                    </item>
				                    <item>
                        <title>RE: Postfix Errors on new 26 install</title>
                        <link>https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12627</link>
                        <pubDate>Sun, 30 Aug 2026 14:39:38 +0000</pubDate>
                        <description><![CDATA[I can confirm that this issue is still present on a fresh Carbonio CE installation on Ubuntu 24.04.
The error is repeatedly generated by zmstat-mtaqueue running inside carbonio-stats.servic...]]></description>
                        <content:encoded><![CDATA[<p>I can confirm that this issue is still present on a fresh Carbonio CE installation on Ubuntu 24.04.</p>
<p>The error is repeatedly generated by <code>zmstat-mtaqueue</code> running inside <code>carbonio-stats.service</code>:</p>
<pre contenteditable="false"><code>postfix/postqueue: fatal: inet_addr_local: getifaddrs: Address family not supported by protocol
</code></pre>
<p>The MTA itself is working correctly, and running <code>mailq</code> manually as the <code>zextras</code> user works without any error:</p>
<pre contenteditable="false"><code>$ su - zextras -c 'mailq'
Mail queue is empty
</code></pre>
<p>The problem is caused by the systemd sandbox configuration of <code>carbonio-stats.service</code>.</p>
<p>The packaged unit currently contains:</p>
<pre contenteditable="false"><code>RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
</code></pre>
<p>and does not provide the <code>postdrop</code> supplementary group.</p>
<p>We applied the following systemd override:</p>
<pre contenteditable="false"><code> <span style="color:#aaa">removed link</span> 


RestrictAddressFamilies=
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
SupplementaryGroups=postdrop
</code></pre>
<p>followed by:</p>
<pre contenteditable="false"><code>systemctl daemon-reload
systemctl restart carbonio-stats.service
</code></pre>
<p>After the restart, the effective configuration is:</p>
<pre contenteditable="false"><code>SupplementaryGroups=postdrop
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
</code></pre>
<p>and the recurring <code>getifaddrs</code> / <code>postqueue</code> fatal errors completely disappear.</p>
<p><code>zmstat-mtaqueue</code> continues to work normally:</p>
<pre contenteditable="false"><code>zmstat mtaqueue.csv: timestamp, KBytes, requests
...
0, 0
</code></pre>
<p>So the workaround suggested above is confirmed to solve the problem.</p>
<p>We are currently migrating several independent Zimbra servers to Carbonio CE, all using Ubuntu 24.04, so this is likely to affect every new installation using the same packaged <code>carbonio-stats.service</code>.</p>
<p>Could you please include this fix upstream in the Carbonio package, so that administrators do not need to maintain a local systemd override?</p>
<p>In particular, the packaged <code>carbonio-stats.service</code> should probably include:</p>
<pre contenteditable="false"><code>RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
SupplementaryGroups=postdrop
</code></pre>
<p>Thank you.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zextras-suite-setup/">Install &amp; Setup</category>                        <dc:creator>abalamut</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12627</guid>
                    </item>
				                    <item>
                        <title>RE: Postfix Errors on new 26 install</title>
                        <link>https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12544</link>
                        <pubDate>Thu, 23 Jul 2026 15:56:46 +0000</pubDate>
                        <description><![CDATA[@itsupport
Hi,
I noticed this too. From my initial understanding, these logs come from the stats service (carbonio-stats), not from mail delivery. On 26.6.0, carbonio-stats blocks somethin...]]></description>
                        <content:encoded><![CDATA[<p><span>@itsupport</span></p>
<p>Hi,</p>
<p>I noticed this too. From my initial understanding, these logs come from the stats service (<em><span style="color: #800000">carbonio-stats</span></em>), not from mail delivery. On 26.6.0, <em><span style="color: #800000">carbonio-stats</span></em> blocks something <span style="color: #800000"><em>postqueue</em> </span>needs to read the network interfaces, so it keeps failing and retrying. </p>
<p>Could you please try this:</p>
<ul>
<li>Create <span style="color: #800000"><em>/etc/systemd/system/carbonio-stats.service.d/10-netlink.conf</em></span> with:<br />
<pre contenteditable="false">
RestrictAddressFamilies=
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
SupplementaryGroups=postdrop</pre>
</li>
<li>systemctl daemon-reload</li>
<li>systemctl restart <span style="color: #800000"><em>carbonio-stats.service</em></span></li>
</ul>
<p>Meanwhile, I will try to dig deeper and discuss this issue with the devs.</p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zextras-suite-setup/">Install &amp; Setup</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12544</guid>
                    </item>
				                    <item>
                        <title>Postfix Errors on new 26 install</title>
                        <link>https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12543</link>
                        <pubDate>Thu, 23 Jul 2026 05:19:15 +0000</pubDate>
                        <description><![CDATA[Has anyone encountered this error showing in the logs a few times every second.2026-07-23T05:10:50.995126+00:00 mail postfix/postqueue: fatal: inet_addr_local: getifaddrs...]]></description>
                        <content:encoded><![CDATA[<p>Has anyone encountered this error showing in the logs a few times every second.<br /><br />2026-07-23T05:10:50.995126+00:00 mail postfix/postqueue: fatal: inet_addr_local: getifaddrs: Address family not supported by protocol<br />2026-07-23T05:10:51.003555+00:00 mail postfix/postqueue: fatal: inet_addr_local: getifaddrs: Address family not supported by protocol<br /><br /></p>
<p>This is a brand new install on Ubuntu Server 24. It does not appear to be causing any problems yet, but I would prefer no fatal errors in the logs by default.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zextras-suite-setup/">Install &amp; Setup</category>                        <dc:creator>itsupport</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zextras-suite-setup/postfix-errors-on-new-26-install/#post-12543</guid>
                    </item>
							        </channel>
        </rss>
		