<?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>kb.hurricane-ridge.com &#187; sendmail</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/sendmail/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using Sendmail Maps on Solaris</title>
		<link>http://kb.hurricane-ridge.com/os/solaris/using-sendmail-maps-on-solaris</link>
		<comments>http://kb.hurricane-ridge.com/os/solaris/using-sendmail-maps-on-solaris#comments</comments>
		<pubDate>Fri, 26 Feb 2010 18:08:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[mailertable]]></category>
		<category><![CDATA[makemap]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=868</guid>
		<description><![CDATA[Configure &#8216;/usr/lib/mail/cf/sendmail.mc&#8217; to meet your needs; for example, to use the access_db and mailertable features: divert(0)dnl VERSIONID(`@(#)sendmail.mc 1.11 (Sun) 06/21/04') OSTYPE(`solaris8')dnl DOMAIN(`generic')dnl FEATURE(access_db, `hash -o -T /etc/mail/access') FEATURE(mailertable, `hash -o /etc/mail/mailertable') MAILER(`local')dnl MAILER(`smtp')dnl The new &#8216;sendmail.cf&#8217; can be built in &#8216;/usr/lib/mail/cf/sendmail.mc&#8217; by running &#8216;make&#8217; as root. Copy the new &#8216;sendmail.cf&#8217; file to &#8216;/etc/mail&#8217; and restart [...]]]></description>
			<content:encoded><![CDATA[<p>Configure &#8216;/usr/lib/mail/cf/sendmail.mc&#8217; to meet your needs; for example, to use the access_db and mailertable features:</p>
<p><code>divert(0)dnl<br />
VERSIONID(`@(#)sendmail.mc      1.11 (Sun) 06/21/04')<br />
OSTYPE(`solaris8')dnl<br />
DOMAIN(`generic')dnl<br />
FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')<br />
FEATURE(mailertable, `hash -o /etc/mail/mailertable')<br />
MAILER(`local')dnl<br />
MAILER(`smtp')dnl<br />
</code></p>
<p>The new &#8216;sendmail.cf&#8217; can be built in &#8216;/usr/lib/mail/cf/sendmail.mc&#8217; by running &#8216;make&#8217; as root. Copy the new &#8216;sendmail.cf&#8217; file to &#8216;/etc/mail&#8217; and restart sendmail by running:</p>
<p><code># svcadm restart sendmail</code></p>
<p>An example mailertable mail map would be as follows:</p>
<p><code>example.org                smtp:mx.example.org</code></p>
<p>Once your map files are ready, use &#8216;makemap&#8217; to create the database files for each map:</p>
<p><code># makemap -v hash mailertable < mailertable<br />
# makemap -v hash access < access</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/solaris/using-sendmail-maps-on-solaris/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flush Postfix&#8217;s Mail Queue</title>
		<link>http://kb.hurricane-ridge.com/daemons/postfix/flush-postfixs-mail-queue</link>
		<comments>http://kb.hurricane-ridge.com/daemons/postfix/flush-postfixs-mail-queue#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[mail queue]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=424</guid>
		<description><![CDATA[Sendmail has: sendmail -q The Postfix equivalent is: postqueue -f]]></description>
			<content:encoded><![CDATA[<p>Sendmail has:<br />
<code><br />
sendmail -q<br />
</code></p>
<p>The Postfix equivalent is:<br />
<code><br />
postqueue -f<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/daemons/postfix/flush-postfixs-mail-queue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

