<?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>LinuxReaders &#187; auth against mail server</title>
	<atom:link href="http://www.linuxreaders.com/tag/auth-against-mail-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxreaders.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 05:06:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Apache Web using POP3 Auth</title>
		<link>http://www.linuxreaders.com/2010/01/21/apache-web-using-pop3-auth/</link>
		<comments>http://www.linuxreaders.com/2010/01/21/apache-web-using-pop3-auth/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:32:32 +0000</pubDate>
		<dc:creator>Dhaval Thakar</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[SystemAdmin]]></category>
		<category><![CDATA[Apache Web using POP3 Auth]]></category>
		<category><![CDATA[auth against mail server]]></category>
		<category><![CDATA[auth using mail server]]></category>
		<category><![CDATA[auth using pop3]]></category>
		<category><![CDATA[auth via pop3]]></category>
		<category><![CDATA[authentication via pop3]]></category>
		<category><![CDATA[pop3 auth for web]]></category>
		<category><![CDATA[web pop3 auth]]></category>

		<guid isPermaLink="false">http://www.linuxreaders.com/?p=1159</guid>
		<description><![CDATA[One fine day one the project leader asked that he we to share files over internet to employees, he was looking for some auth system where only existing employee can login. Since we have hosted mail server &#38; no auth system in office the convenient way we found was to use POP3 Auth. Following is [...]<p><a href="http://www.linuxreaders.com/2010/01/21/apache-web-using-pop3-auth/">Apache Web using POP3 Auth</a> is a post from: <a href="http://www.linuxreaders.com">LinuxReaders</a>
 <br />
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=dpthakar"></script>
<!-- AddThis Button END -->
</p>
]]></description>
			<content:encoded><![CDATA[<p>One fine day one the project leader asked that he we to share files over internet to employees, he was looking for some auth system where only existing employee can login. Since we have hosted mail server &amp; no auth system in office the convenient way we found was to use POP3 Auth.</p>
<p>Following is the configuration I am sharing to use pop3 auth for web site running over apache.<br />
Install Auth mechanism.<br />
<a target="_blank" href="http://search.cpan.org/~sherwin/Apache-AuthPOP3-0.02/lib/Apache/AuthPOP3.pm" target="_blank">Refer</a></p>
<blockquote><p>cpan<br />
install Apache::AuthPOP3<br />
install Net::POP3</p></blockquote>
<p>Apache configuration</p>
<pre class="html:firstline[1]">
httpd.conf

ServerName userweb.linuxreaders.com
DocumentRoot /home/userweb
DirectoryIndex index.html
PerlModule Apache::AuthDBI

AuthName "Enter your Email ID &amp; Password"
AuthType Basic
PerlAuthenHandler Apache::AuthPOP3
PerlSetVar        MailHost pop.linuxreaders.com
#PerlSetVar        UserMap pop3user1=&gt;realname1,pop3user2=&gt;realname2
Require valid-user
</pre>
<p><a href="http://www.linuxreaders.com/2010/01/21/apache-web-using-pop3-auth/">Apache Web using POP3 Auth</a> is a post from: <a href="http://www.linuxreaders.com">LinuxReaders</a>
 <br />
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<a target="_blank" class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0" title="Apache Web using POP3 Auth" /></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=dpthakar"></script>
<!-- AddThis Button END -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxreaders.com/2010/01/21/apache-web-using-pop3-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
