<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Cannot Send PHP Mail after Ubuntu Upgrade	</title>
	<atom:link href="https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Tue, 01 Jun 2021 09:41:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: Alex		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-274387</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 01 Jun 2021 09:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-274387</guid>

					<description><![CDATA[Oh, it not work in Ubuntu 20.4 :(
nano /etc/apache2/mods-available/mpm_prefork.conf can&#039;t contain LimitUIDRange 0 2000 parametrs. 

my mpm_prefork.conf :

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxRequestWorkers: maximum number of server processes allowed to start
# MaxConnectionsPerChild: maximum number of requests a server process serves


        StartServers                     5
        MinSpareServers           5
        MaxSpareServers          10
        MaxRequestWorkers         150
        MaxConnectionsPerChild   0


# vim: syntax=apache ts=4 sw=4 sts=4 sr noet]]></description>
			<content:encoded><![CDATA[<p>Oh, it not work in Ubuntu 20.4 🙁<br />
nano /etc/apache2/mods-available/mpm_prefork.conf can&#8217;t contain LimitUIDRange 0 2000 parametrs. </p>
<p>my mpm_prefork.conf :</p>
<p># prefork MPM<br />
# StartServers: number of server processes to start<br />
# MinSpareServers: minimum number of server processes which are kept spare<br />
# MaxSpareServers: maximum number of server processes which are kept spare<br />
# MaxRequestWorkers: maximum number of server processes allowed to start<br />
# MaxConnectionsPerChild: maximum number of requests a server process serves</p>
<p>        StartServers                     5<br />
        MinSpareServers           5<br />
        MaxSpareServers          10<br />
        MaxRequestWorkers         150<br />
        MaxConnectionsPerChild   0</p>
<p># vim: syntax=apache ts=4 sw=4 sts=4 sr noet</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Drey Tee		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273765</link>

		<dc:creator><![CDATA[Drey Tee]]></dc:creator>
		<pubDate>Fri, 05 Jul 2019 16:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273765</guid>

					<description><![CDATA[Thanks! Saved my day!]]></description>
			<content:encoded><![CDATA[<p>Thanks! Saved my day!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yasiru		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273688</link>

		<dc:creator><![CDATA[Yasiru]]></dc:creator>
		<pubDate>Thu, 05 Apr 2018 04:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273688</guid>

					<description><![CDATA[I&#039;m experiencing same issue but unfortunately I cannot using this solution. Because my server is shared with several users with multiple websites. So I think allowing root for users may case security issue.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m experiencing same issue but unfortunately I cannot using this solution. Because my server is shared with several users with multiple websites. So I think allowing root for users may case security issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manuel		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273315</link>

		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Tue, 20 Jun 2017 19:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273315</guid>

					<description><![CDATA[Thansks. This works for me!]]></description>
			<content:encoded><![CDATA[<p>Thansks. This works for me!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dominique		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273216</link>

		<dc:creator><![CDATA[Dominique]]></dc:creator>
		<pubDate>Tue, 06 Sep 2016 13:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273216</guid>

					<description><![CDATA[Thanks a lot, that works for me]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot, that works for me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jiří		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273196</link>

		<dc:creator><![CDATA[Jiří]]></dc:creator>
		<pubDate>Fri, 03 Jun 2016 06:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273196</guid>

					<description><![CDATA[Thank you!

That helped!

Further readers, please NOTE that you have to set the &quot;LimitUIDRange&quot; parameter, not the &quot;LimitGIDRange&quot;, which is bold in the text above.]]></description>
			<content:encoded><![CDATA[<p>Thank you!</p>
<p>That helped!</p>
<p>Further readers, please NOTE that you have to set the &#8220;LimitUIDRange&#8221; parameter, not the &#8220;LimitGIDRange&#8221;, which is bold in the text above.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tamás		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273094</link>

		<dc:creator><![CDATA[Tamás]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 13:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273094</guid>

					<description><![CDATA[Thank you! This help me too.]]></description>
			<content:encoded><![CDATA[<p>Thank you! This help me too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Norbert		</title>
		<link>https://blog.gaiterjones.com/send-php-mail-ubuntu-upgrade/#comment-273089</link>

		<dc:creator><![CDATA[Norbert]]></dc:creator>
		<pubDate>Mon, 14 Dec 2015 17:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1247#comment-273089</guid>

					<description><![CDATA[Thank you for this post, the daily exim paniclog report drove me crazy for several weeks now ...]]></description>
			<content:encoded><![CDATA[<p>Thank you for this post, the daily exim paniclog report drove me crazy for several weeks now &#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
