Sophie

Sophie

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

apache-mod_authn_imap-0.01-4mdv2010.1.x86_64.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>