<?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>OpenBSD and FreeBSD resources &#187; Qmail</title>
	<atom:link href="http://purebsd.com/tag/qmail/feed" rel="self" type="application/rss+xml" />
	<link>http://purebsd.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jun 2010 06:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Setting up Qmail</title>
		<link>http://purebsd.com/setting-up-qmail.html</link>
		<comments>http://purebsd.com/setting-up-qmail.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:01:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Setting up]]></category>

		<guid isPermaLink="false">http://purebsd.com/?p=35</guid>
		<description><![CDATA[Here I try to provide a step-by-step guide to the succesful installation, configuration and usage of Qmail on OpenBSD. >Installation Unpack the distribution source code: cd /tmp tar xvpfz /location/of/netqmail-1.04.tar.gz cd netqmail-1.04 collate.sh Note: watch for errors that collate.sh might produce. Create the &#171;home&#187; directorie for Qmail: mkdir /var/qmail Next we have to create some user [...]]]></description>
			<content:encoded><![CDATA[<p>Here I try to provide a step-by-step guide to the succesful installation, configuration and usage of Qmail on OpenBSD.</p>
<p>><strong>Installation</strong></p>
<ol type="1">
<li>Unpack the distribution source code:<br />
<code> cd /tmp<br />
tar xvpfz /location/of/netqmail-1.04.tar.gz<br />
cd netqmail-1.04<br />
collate.sh<br />
</code><strong>Note:</strong> watch for errors that <code>collate.sh</code> might produce.</li>
<li>Create the &laquo;home&raquo; directorie for Qmail:<br />
<code> mkdir /var/qmail<br />
<code> </code></code></li>
<p><code><code></p>
<li>Next we have to create some user and group accounts. Edit<code>/etc/master.passwd</code> to look like this:<br />
<code> alias:*:100:101::0:0:Qmail-alias:/var/qmail/alias:/bin/true<br />
qmaild:*:101:101::0:0:Qmail-qmaild:/var/qmail:/bin/true<br />
qmaill:*:102:101::0:0:Qmail-qmaill:/var/qmail:/bin/true<br />
qmailp:*:103:101::0:0:Qmail-qmailp:/var/qmail:/bin/true<br />
qmailq:*:104:100::0:0:Qmail-qmailq:/var/qmail:/bin/true<br />
qmailr:*:105:100::0:0:Qmail-qmailr:/var/qmail:/bin/true<br />
qmails:*:106:100::0:0:Qmail-qmails:/var/qmail:/bin/true<br />
</code><br />
Then add two new groups to <code>/etc/group</code>:<br />
<code> qmail:*:100:<br />
nofiles:*:101:<br />
</code></li>
<li>Now we're ready to build Qmail from source:<br />
<code> cd /tmp/netqmail-1.04/netqmail-1.04<br />
make setup check<br />
./config<br />
</code><br />
If <code>config</code> can't determine your hostname, you can tip it by running:<br />
<code> ./config-fast mail.purebsd.com<br />
</code></li>
<li>More coming soon!</li>
<p></code></code></ol>
<p><code><code><a name="links"></a><strong>Links</strong></p>
<p>General links</p>
<ul>
<li><a href="http://cr.yp.to/qmail.html">Official Qmail site</a> - Created by the Qmail author Daniel J. Bernstein</li>
<li><a href="http://cr.yp.to/qmail/sendmail.html">Moving large Sendmail sites to Qmail</a> - By Daniel J. Bernstein</li>
<li><a href="http://web.archive.org/web/20060313055314/http://www.qmail.org/">Qmail homepage</a> - Reference site for Qmail users</li>
<li><a href="http://www.lifewithqmail.org/">Life With Qmail</a> - A very information rich and broad Qmail tutorial</li>
</ul>
<p>Spam related links</p>
<ul>
<li><a href="http://web.archive.org/web/20060313055314/http://www.chrishardie.com/tech/qmail/qmail-antispam.html">Qmail anti-spam howto</a> - Qmail and general spam related info</li>
<li><a href="http://web.archive.org/web/20060313055314/http://rbls.org/">RBLs</a> - List of many RBLs</li>
<li><a href="http://web.archive.org/web/20060313055314/http://www.sdsc.edu/~jeff/spam/Fighting.html">Fighting spam</a> - Provides a up to date blacklist info among other things</li>
</ul>
<p></code></code></p>
]]></content:encoded>
			<wfw:commentRss>http://purebsd.com/setting-up-qmail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

