<?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; Apache Web using POP3 Auth</title> <atom:link href="http://www.linuxreaders.com/tag/apache-web-using-pop3-auth/feed/" rel="self" type="application/rss+xml" /><link>http://www.linuxreaders.com</link> <description></description> <lastBuildDate>Wed, 08 Feb 2012 11:02:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Apache Web using POP3 Auth</title><link>http://www.linuxreaders.com/2010/01/21/apache-web-using-pop3-auth/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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
/>  <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> </p> ]]></description> <content:encoded><![CDATA[<p></p><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
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
/>  <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> </p><p></p><p>Related posts:<ol><li><a
href='http://www.linuxreaders.com/2009/04/18/10-nagios-web-frontends/' rel='bookmark' title='10 Nagios Web Frontends'>10 Nagios Web Frontends</a></li><li><a
href='http://www.linuxreaders.com/2009/07/22/ajax-im-for-web-based-chat/' rel='bookmark' title='ajax im for Web Based chat'>ajax im for Web Based chat</a></li><li><a
href='http://www.linuxreaders.com/2009/05/11/april-2009-web-server-survey/' rel='bookmark' title='April 2009 Web Server Survey'>April 2009 Web Server Survey</a></li></ol></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>
