<?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; exim</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/exim/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>Running Exim in Simulated SMTP Mode</title>
		<link>http://kb.hurricane-ridge.com/applications/running-exim-in-simulated-smtp-mode</link>
		<comments>http://kb.hurricane-ridge.com/applications/running-exim-in-simulated-smtp-mode#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[exim]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=131</guid>
		<description><![CDATA[To run Exim in simulated SMTP mode, for debugging or configuration testing, use the &#8220;-bh&#8221; flag: exim -bh 11.22.33.44 The IP address is the address you are simulating the connection from. If you need Exim to do callouts, use the &#8220;-bhc&#8221; flag: exim -bhc 11.22.33.44]]></description>
			<content:encoded><![CDATA[<p>To run Exim in simulated SMTP mode, for debugging or configuration testing, use the &#8220;-bh&#8221; flag:</p>
<p><code>exim -bh 11.22.33.44</code></p>
<p>The IP address is the address you are simulating the connection from.</p>
<p>If you need Exim to do callouts, use the &#8220;-bhc&#8221; flag:</p>
<p><code>exim -bhc 11.22.33.44</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/running-exim-in-simulated-smtp-mode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing options to the Exim port on FreeBSD</title>
		<link>http://kb.hurricane-ridge.com/os/freebsd/passing-options-to-the-exim-port-on-freebsd</link>
		<comments>http://kb.hurricane-ridge.com/os/freebsd/passing-options-to-the-exim-port-on-freebsd#comments</comments>
		<pubDate>Wed, 31 Dec 2008 20:20:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[portupgrade]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=70</guid>
		<description><![CDATA[The Exim port on FreeBSD does not have a menu-driven configuration system accessible by running make config, although it does have a plethora of options described in /usr/ports/mail/exim/options.  If using portupgrade, you can pass these options with the -m flag; for example: # portupgrade -m "WITH_CONTENT_SCAN=yes WITH_SASLAUTHD=yes WITH_DOMAINKEYS=yes" exim]]></description>
			<content:encoded><![CDATA[<p>The Exim port on FreeBSD does not have a menu-driven configuration system accessible by running <code>make config</code>, although it does have a plethora of options described in <code>/usr/ports/mail/exim/options</code>.  If using portupgrade, you can pass these options with the <code>-m</code> flag; for example:</p>
<pre><code># portupgrade -m "WITH_CONTENT_SCAN=yes WITH_SASLAUTHD=yes WITH_DOMAINKEYS=yes" exim</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/freebsd/passing-options-to-the-exim-port-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

