<?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>qpopper &#8211; Blog of Kliment Andreev &#8211; A place so I won&#039;t forget things</title>
	<atom:link href="https://blog.andreev.it/tag/qpopper/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.andreev.it</link>
	<description></description>
	<lastBuildDate>Thu, 31 Oct 2019 15:04:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>FreeBSD: qpopper POP3 server on FreeBSD</title>
		<link>https://blog.andreev.it/2011/12/qpopper-pop3-server-on-freebsd/</link>
					<comments>https://blog.andreev.it/2011/12/qpopper-pop3-server-on-freebsd/#respond</comments>
		
		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Tue, 27 Dec 2011 19:34:01 +0000</pubDate>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[POP3]]></category>
		<category><![CDATA[qpopper]]></category>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=199</guid>

					<description><![CDATA[If you need a small POP3 server, qpopper is one of them. Installation is&#8230;]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div><p>If you need a small POP3 server, qpopper is one of them. Installation is very simple.</p>
<pre class="brush: bash; title: ; notranslate">
cd /usr/ports/mail/qpopper
make all install clean &amp;&amp; rehash
</pre>
<p>Make sure that <strong>inetd</strong> is running. If <strong>inetd</strong> is not running, enable it in <strong>/etc/rc.conf</strong> with<strong> inetd_enable=”YES”</strong>. Once you verify that <strong>inetd</strong> is running, open up <strong>/etc/inetd.conf</strong> and add this line after commented #pop3 line:</p>
<pre class="brush: bash; title: ; notranslate">
pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper -s
</pre>
<p>By default, the config file ends with .sample at the end. So, go to <strong>/usr/local/etc</strong> and do:</p>
<pre class="brush: bash; title: ; notranslate">
cp qpopper.config.sample qpopper.config
</pre>
<p>Then, <strong>/etc/rc.d/inetd restart</strong> to reread the config. Test the server with “<strong>telnet localhost 110</strong>“. You should get a greeting from qpopper. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andreev.it/2011/12/qpopper-pop3-server-on-freebsd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
