Sophie

Sophie

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

apache-mod_authn_imap-0.01-3mdv2010.0.i586.rpm

<IfDefine HAVE_AUTHN_IMAP>
    <IfModule !mod_authn_imap.c>
	LoadModule authn_imap_module		extramodules/mod_authn_imap.so
    </IfModule>
</IfDefine>

<IfModule mod_authn_imap.c>

    # IMAP_Server example.test
    # IMAP_Port 143

    # AuthType Basic
    # AuthName "imap test"
    # AuthnBasicProvider imap 
    # Require imap

</IfModule>