<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Postfix &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Sun, 15 May 2011 01:18:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How to Manage Postfix Mailbox Size</title>
		<link>https://lifelinux.com/how-to-manage-postfix-mailbox-size/</link>
					<comments>https://lifelinux.com/how-to-manage-postfix-mailbox-size/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Sun, 15 May 2011 01:10:05 +0000</pubDate>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[default mailbox]]></category>
		<category><![CDATA[hard disk space]]></category>
		<category><![CDATA[Mail server]]></category>
		<category><![CDATA[mailbox size limit]]></category>
		<category><![CDATA[Postfix]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=548</guid>

					<description><![CDATA[<p>How do you managing the mailbox size for users configured with the Postfix mail server ?. And how to avoid &#8220;error writing message: File too large&#8221; ? Setup new mailbox size limit Login as root and type the following command to edit main.cf vi /etc/postfix/main.cf Default, the limit for any local mailbox or maildir is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-manage-postfix-mailbox-size/">How to Manage Postfix Mailbox Size</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>How do you managing the mailbox size for users configured with the Postfix mail server ?. And how to avoid &#8220;<span style="color: #ff0000;">error writing message: File too large</span>&#8221; ?<span id="more-548"></span></p>
<h3>Setup new mailbox size limit</h3>
<p>Login as root and type the following command to edit main.cf</p>
<pre>vi /etc/postfix/main.cf</pre>
<p>Default, the limit for any local mailbox or maildir is 50 MB but,  this can easily be changed with by using this directive in the main.cf file.</p>
<pre>mailbox_size_limit=102400000</pre>
<p>This changes the mailbox limit to 100 MB.  Or you can make it umlimited by using a &#8220;0&#8221;.</p>
<pre>mailbox_size_limit=0</pre>
<h3>Setup new message size limit</h3>
<p>Default message size is 1 MB, example changes the message size limit to 2MB. Open file /etc/postfix/main.cf and add/modify/set values as follows</p>
<pre>message_size_limit = 2048000</pre>
<h3>Review the current settings</h3>
<p>If you would like to review the current settings on your Postfix server use this command</p>
<pre>postconf -d | grep size_limit</pre>
<p>Sample outputs</p>
<pre>body_checks_size_limit = 51200
bounce_size_limit = 50000
header_size_limit = 102400
mailbox_size_limit = 102400000
message_size_limit = 2048000</pre>
<g:plusone href="https://lifelinux.com/how-to-manage-postfix-mailbox-size/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-manage-postfix-mailbox-size/">How to Manage Postfix Mailbox Size</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-manage-postfix-mailbox-size/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
