<?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/postdrop: warning: mail_queue_enter: create file maildrop/763053.2510: Read-only file system - General Info				            </title>
            <link>https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 15:37:02 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Postfix/postdrop: warning: mail_queue_enter: create file maildrop/763053.2510: Read-only file system</title>
                        <link>https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/#post-8307</link>
                        <pubDate>Mon, 15 Jul 2024 18:20:35 +0000</pubDate>
                        <description><![CDATA[
The problem in this case was in the permissions for netdata.chown -R netdata:adm /var/log/netdatachmod 755 /var/log/netdata]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>The problem in this case was in the permissions for netdata.<br />chown -R netdata:adm /var/log/netdata<br />chmod 755 /var/log/netdata</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/general-info/">General Info</category>                        <dc:creator>rjorodrigues</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/#post-8307</guid>
                    </item>
				                    <item>
                        <title>RE: Postfix/postdrop: warning: mail_queue_enter: create file maildrop/763053.2510: Read-only file system</title>
                        <link>https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/#post-8305</link>
                        <pubDate>Mon, 15 Jul 2024 15:43:19 +0000</pubDate>
                        <description><![CDATA[1) not easy to understand where the problem is, permissions are hierarchically inherited, so you should check not only the  permissions on the file, but on the directory. Make also sure that...]]></description>
                        <content:encoded><![CDATA[<p>1) not easy to understand where the problem is, permissions are hierarchically inherited, so you should check not only the  permissions on the file, but on the directory. Make also sure that the filesystem on which /opt is mounted has correct permissions (output of mount should include <strong>rw</strong>).</p>
<p> </p>
<p>2) I'm no expert of postfix/postscreen, but I think this problem can be related to 1) and it may fix itself if you fix the first one</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/general-info/">General Info</category>                        <dc:creator>stefanodavid</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/#post-8305</guid>
                    </item>
				                    <item>
                        <title>Postfix/postdrop: warning: mail_queue_enter: create file maildrop/763053.2510: Read-only file system</title>
                        <link>https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/#post-8277</link>
                        <pubDate>Tue, 09 Jul 2024 18:17:56 +0000</pubDate>
                        <description><![CDATA[Scenario:
Ubuntu 22.04.4 LTS
Carbonio Release 24.5.0
DKIM + DMARC + DNS Cache + GUI + NAT + Fail2Ban
Everything working correctly behind a Fortgate firewall with nat on the email and web...]]></description>
                        <content:encoded><![CDATA[<p><strong>Scenario:</strong></p>
<p>Ubuntu 22.04.4 LTS</p>
<p>Carbonio Release 24.5.0</p>
<p>DKIM + DMARC + DNS Cache + GUI + NAT + Fail2Ban</p>
<p>Everything working correctly behind a Fortgate firewall with nat on the email and webmail ports.</p>
<p> </p>
<p><strong>Question (1):</strong> I notice two things that intrigue me regarding the "warning" in the log below.</p>
<p><span style="text-decoration: underline"><strong> Jul 9 14:21:54 batmx002 postfix/postdrop: warning: mail_queue_enter: create file maildrop/762695.2510: Read-only file system</strong></span></p>
<p> </p>
<p><strong>Justification:</strong></p>
<p>What's wrong with these claimed permissions?</p>
<p>root@batmx002:/opt/zextras# ls -ld ./data/postfix/spool/maildrop<br />drwxr-s--T 2 postfix postdrop 4096 jul 9 13:40 ./data/postfix/spool/maildrop<br />root@batmx002:/opt/zextras# ls -ld ./data/postfix/spool/private/maildrop<br />srw-rw-rw- 1 postfix postfix 0 jul 9 14:07 ./data/postfix/spool/private/maildrop<br />root@batmx002:/opt/zextras# ls -ld ./data/postfix/spool/public/<br />drwx-ws--- 2 postfix postdrop 4096 jul 9 14:07 ./data/postfix/spool/public/</p>
<p> </p>
<p><strong>Question(2):</strong><br />Is this behavior of connecting, disconnecting, loss of connection as listed below normal?</p>
<p>Jul 9 14:21:46 batmx002 postfix/postscreen: CONNECT from :32798 to :25<br />Jul 9 14:21:46 batmx002 postfix/postscreen: ALLOWLISTED :32798<br />Jul 9 14:21:46 batmx002 postfix/smtpd: connect from localhost<br />Jul 9 14:21:46 batmx002 postfix/smtpd: lost connection after CONNECT from localhost<br />Jul 9 14:21:46 batmx002 postfix/smtpd: disconnect from localhost commands=0/0<br />Jul 9 14:21:54 batmx002 postfix/postdrop: warning: mail_queue_enter: create file maildrop/762695.2510: Read-only file system<br />Jul 9 14:21:55 batmx002 postfix/postscreen: CONNECT from :54242 to :25<br />Jul 9 14:21:55 batmx002 postfix/postscreen: ALLOWLISTED :54242<br />Jul 9 14:21:55 batmx002 postfix/smtpd: connect from localhost<br />Jul 9 14:21:55 batmx002 postfix/smtpd: lost connection after CONNECT from localhost<br />Jul 9 14:21:55 batmx002 postfix/smtpd: disconnect from localhost commands=0/0<br />Jul 9 14:22:04 batmx002 postfix/postdrop: warning: mail_queue_enter: create file maildrop/762839.2510: Read-only file system<br />Jul 9 14:22:05 batmx002 postfix/postscreen: CONNECT from :48588 to :25<br />Jul 9 14:22:05 batmx002 postfix/postscreen: ALLOWLISTED :48588<br />Jul 9 14:22:05 batmx002 postfix/smtpd: connect from localhost<br />Jul 9 14:22:05 batmx002 postfix/smtpd: lost connection after CONNECT from localhost<br />Jul 9 14:22:05 batmx002 postfix/smtpd: disconnect from localhost commands=0/0<br />Jul 9 14:22:07 batmx002 /postfix-script: the Postfix mail system is running: PID: 5745<br />Jul 9 14:22:14 batmx002 postfix/postdrop: warning: mail_queue_enter: create file maildrop/763053.2510: Read-only file system<br />Jul 9 14:22:15 batmx002 postfix/postscreen: CONNECT from :33006 to :25<br />Jul 9 14:22:15 batmx002 postfix/postscreen: ALLOWLISTED :33006<br />Jul 9 14:22:15 batmx002 postfix/smtpd: connect from localhost<br />Jul 9 14:22:15 batmx002 postfix/smtpd: lost connection after CONNECT from localhost<br />Jul 9 14:22:15 batmx002 postfix/smtpd: disconnect from localhost commands=0/0<br />Jul 9 14:22:20 batmx002 zmconfigd: Fetching All configs<br />Jul 9 14:22:20 batmx002 zmconfigd: All configs fetched in 0.04 seconds<br />Jul 9 14:22:24 batmx002 zmconfigd: Command not defined for directory-server<br />Jul 9 14:22:24 batmx002 /postfix-script: the Postfix mail system is running: PID: 5745<br />Jul 9 14:22:24 batmx002 postfix/postdrop: warning: mail_queue_enter: create file maildrop/763204.2510: Read-only file system<br />Jul 9 14:22:24 batmx002 zmconfigd: Command not defined for service-discover<br />Jul 9 14:22:25 batmx002 postfix/postscreen: CONNECT from :48772 to :25<br />Jul 9 14:22:25 batmx002 postfix/postscreen: ALLOWLISTED :48772<br />Jul 9 14:22:25 batmx002 postfix/smtpd: connect from localhost<br />Jul 9 14:22:25 batmx002 postfix/smtpd: lost connection after CONNECT from localhost<br />Jul 9 14:22:25 batmx002 postfix/smtpd: disconnect from localhost commands=0/0<br />Jul 9 14:22:25 batmx002 zmconfigd: Watchdog: service antivirus status is OK.<br />Jul 9 14:22:25 batmx002 zmconfigd: All rewrite threads completed in 0.00 sec<br />Jul 9 14:22:25 batmx002 zmconfigd: All restarts completed in 0.00 sec</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/general-info/">General Info</category>                        <dc:creator>rjorodrigues</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/general-info/postfix-postdrop-warning-mail_queue_enter-create-file-maildrop-763053-2510-read-only-file-system/#post-8277</guid>
                    </item>
							        </channel>
        </rss>
		