<?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>Tracy Phillips &#187; warning</title>
	<atom:link href="http://tracyphillips.com/tag/warning/feed/" rel="self" type="application/rss+xml" />
	<link>http://tracyphillips.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Oct 2009 14:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sendmail X-Authentication-Warning</title>
		<link>http://tracyphillips.com/2007/05/21/sendmail-x-authentication-warning-2/</link>
		<comments>http://tracyphillips.com/2007/05/21/sendmail-x-authentication-warning-2/#comments</comments>
		<pubDate>Mon, 21 May 2007 19:07:50 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=13</guid>
		<description><![CDATA[Have you ever looked at your email headers to see that sendmail was attaching an X-Authentication-Warning warning because Apache is the sender of an email as a different user other than the system user "apache"? This is what the email header would look like: X-Authentication-Warning: mail.domain.com: apache set sender to sales@domain.com using -f To keep [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever looked at your email headers to see that sendmail was attaching an X-Authentication-Warning warning because Apache is the sender of an email as a different user other than the system user "apache"?</p>
<p>This is what the email header would look like:
<p><code>X-Authentication-Warning: mail.domain.com: apache set sender to sales@domain.com using -f</code></p>
<p>To keep sendmail from adding the warning, you need to setup your apache user as a trusted sender. In my case my apache user is "apache". Sometimes the user might be called httpd.</p>
<p>You will need to add your apache user to <code>/etc/mail/trusted-users</code></p>
<pre>[server][root][~]# vi /etc/mail/trusted-users</pre>
<p>Your <code>sendmail.cf</code> should be ready for that:</p>
<pre>[server][root][~]# grep trusted /etc/mail/sendmail.cf
Ft/etc/mail/trusted-users</pre>
<p>Otherwise force the trusted user with a line like:</p>
<p><code>Tusername</code></p>
<p>If you build your <code>sendmail.cf</code> from <code>sendmail.mc</code>, use:</p>
<p><code>FEATURE(use_ct_file)dnl</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2007/05/21/sendmail-x-authentication-warning-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
