<?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>101TECH &#187; Sendmail</title>
	<atom:link href="http://www.101tech.net/tag/sendmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Fri, 26 Feb 2010 02:41:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeBSD &#8211; Configure sendmail masquerading</title>
		<link>http://www.101tech.net/2007/06/05/configure-sendmail-masquerading/</link>
		<comments>http://www.101tech.net/2007/06/05/configure-sendmail-masquerading/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 01:34:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Sendmail]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/freebsd/configure-sendmail-masquerading/</guid>
		<description><![CDATA[Notes on masquerading your domain name , I needed that since one SMS gateway will not accept my nagios@server.domain.com emails , this setting allowed nagios to send the email as nagios@domain.com
 

tar zcf etc_mail_backup.tgz /etc/mail !!!
cd /etc/mail
sudo make cf
sudo vi hostname.mc
add:MASQUERADE_AS(domain.com)dnl
FEATURE(masquerade_envelope)dnl
FEATURE(masquerade_entire_domain)dnl
MASQUERADE_DOMAIN(domain.com)dnl


make sure this is added BEFORE any &#8220;mailer&#8221; definitions
sudo make 
sudo make installf
sudo make restart

worked on FreeBSD 6.2
]]></description>
		<wfw:commentRss>http://www.101tech.net/2007/06/05/configure-sendmail-masquerading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
