<?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/"
	>

<channel>
	<title>MJS1&#124;dotcom &#187; Mail Server</title>
	<atom:link href="http://www.mjs1.com/category/linux/mail-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjs1.com</link>
	<description>Gettin' It Done with Code</description>
	<pubDate>Thu, 01 Apr 2010 11:05:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SendMail Configuration on Linux</title>
		<link>http://www.mjs1.com/2009/05/13/sendmail-configuration-on-linux/</link>
		<comments>http://www.mjs1.com/2009/05/13/sendmail-configuration-on-linux/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mail Server]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=40</guid>
		<description><![CDATA[http://www.linuxselfhelp.com/quick/sendmail.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxselfhelp.com/quick/sendmail.html">http://www.linuxselfhelp.com/quick/sendmail.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/05/13/sendmail-configuration-on-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configure Sendmail to use your ISP’s mail server</title>
		<link>http://www.mjs1.com/2009/05/13/configure-sendmail-to-use-your-isp%e2%80%99s-mail-server/</link>
		<comments>http://www.mjs1.com/2009/05/13/configure-sendmail-to-use-your-isp%e2%80%99s-mail-server/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mail Server]]></category>

		<category><![CDATA[stmp mail server sendmail linux bellsouth home dsl]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=36</guid>
		<description><![CDATA[On a local SMTP server I have for testing I need to use my isp’s mail server for sending emails.  My provider, bellsouth, blocks port 25 so all mail has to be routed through their server. Apparently, they use IP based ACL&#8217;s so authentication is not required.
After moving my previously working SMTP mail server from an work [...]]]></description>
			<content:encoded><![CDATA[<p>On a local SMTP server I have for testing I need to use my isp’s mail server for sending emails.  My provider, bellsouth, blocks port 25 so all mail has to be routed through their server. Apparently, they use IP based ACL&#8217;s so authentication is not required.</p>
<p>After moving my previously working SMTP mail server from an work location to my residence, I spend several days trying to figure out why my mail server no longer worked.  Even though test through sendmail in verbose mode told me the email was going through, the qmail command told me that the connection timed out.  Apparently, Bellsouth blocks port 25 and you must route email through their server.   I was able to finally get it work by defining a SmartHost directive in the sendmail.mc, recompiling the sendmail file and restarting the sendmail service.</p>
<p>All it took was opening</p>
<p><code>/etc/mail/sendmail.mc</code></p>
<p>adding/changing:</p>
<p><code>define(`SMART_HOST',`[mail.bellsouth.net]‘)</code></p>
<p>and then reseeting the sendmail config via:</p>
<p><code>make -C /etc/mail<br />
service sendmail restart</code></p>
<p>Now any mail sent from my machine (system status, php’s mail function, etc) will be routed through my isp’s mail server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/05/13/configure-sendmail-to-use-your-isp%e2%80%99s-mail-server/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

