<?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>Sam Pierson&#039;s Blog &#187; sendmail</title>
	<atom:link href="http://sampierson.com/blog/tag/sendmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://sampierson.com/blog</link>
	<description>Augmentation of an Imperfect Memory.</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sendmail relay through &#8217;smarthost&#8217; requiring authentication</title>
		<link>http://sampierson.com/blog/system-administration/sendmail-relay-through-smarthost-requiring-authentication/</link>
		<comments>http://sampierson.com/blog/system-administration/sendmail-relay-through-smarthost-requiring-authentication/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 21:45:00 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">urn:uuid:c4b927f1-f39e-47b9-862e-4de2e6e92ac5</guid>
		<description><![CDATA[To get sendmail to relay thru a smarthost that requires authentication, in /etc/mail/sendmail.mc

define(`SMART_HOST’, `host.to.relay.thorugh.com‘)dnl

In /etc/mail/access:

AuthInfo:host.to.relay.thorugh.com &#34;U:username&#34; &#34;I:username&#34; &#34;P:password&#34; &#34;M:PLAIN&#34;

Activate the changes

make
service sendmail restart

Reference:  sendmail_relaying_to_isp_with_authentication_with_no_dns_lookup
]]></description>
			<content:encoded><![CDATA[<p>To get sendmail to relay thru a smarthost that requires authentication, in /etc/mail/sendmail.mc</p>

<div class="wp_syntax"><div class="code"><pre class="m4" style="font-family:monospace;">define(`SMART_HOST’, `host.to.relay.thorugh.com‘)dnl</pre></div></div>

<p>In /etc/mail/access:</p>

<div class="wp_syntax"><div class="code"><pre class="foo" style="font-family:monospace;">AuthInfo:host.to.relay.thorugh.com &quot;U:username&quot; &quot;I:username&quot; &quot;P:password&quot; &quot;M:PLAIN&quot;</pre></div></div>

<p>Activate the changes</p>

<div class="wp_syntax"><div class="code"><pre class="foo" style="font-family:monospace;">make
service sendmail restart</pre></div></div>

<div>Reference:  <span style="font-family: 'Microsoft Sans Serif'; font-size: 11px; white-space: pre; "><a href="http://www.issociate.de/board/post/301307/sendmail_relaying_to_isp_with_authentication_with_no_dns_lookup.html">sendmail_relaying_to_isp_with_authentication_with_no_dns_lookup</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/sendmail-relay-through-smarthost-requiring-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
