Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 0596db10da2f1e9b6eef99254922e442 > files > 4

apache-mod_authn_imap-0.01-4mdv2010.1.x86_64.rpm

$Id: INSTALL 160 2008-07-17 22:01:29Z ed $
$URL: svn+ssh://fw/repos/code/apache2_modules/imap/INSTALL $

FIXME:

This install file is yet to be written.

Run

  make module

To create the module. This will rely on apxs being in your path, if it is not in your path then please edit the Makefile.

Configuration

Add the two directives to your site configuration:

IMAP_Server	example.test
IMAP_Port	143

Replace example.test with the server name, and 143 with the server port.

Use 

AuthType Basic
AuthName "imap test"
AuthnBasicProvider imap 
Require imap

In your directory configuration or .htaccess files to restrict access