Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7d2a3576ff732d3830fb126387972b48 > files > 1

apache-mod_auth_imap-2.2.0-9mdv2010.0.i586.rpm

<IfDefine HAVE_AUTH_IMAP>
    <IfModule !mod_auth_imap.c>
	LoadModule auth_imap_module	extramodules/mod_auth_imap.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_imap.c>

#<Directory /var/www/html>
#
#	#Turn on IMAP Authentication
#	Auth_IMAP_Enabled on
#
#	#Give a name to the authentication domain, whatever you want:
#	AuthName "something.com"
#
#	#Only basic authentication is supported for now:
#	AuthType Basic
#
#	#If you feel like it, restrict the users or allow all "valid-user"
#	Require user user1 user2
#
#	#Make IMAP Authentication authoritative for this .htaccess file:
#	Auth_IMAP_Authoritative on
#
#	#Set the IMAP Server to which you want to connect (default=localhost):
#	Auth_IMAP_Server imap.something.com
#
#	#Set the port on which the imap server is running (default=143):
#	Auth_IMAP_Port 143
#
#	#Turn on some extra logging (login attempts, etc.) in Apache's Error Log
#	Auth_IMAP_Log on
#
#</Directory>

</IfModule>