PAM module
==========

	This   module  handles  the   conversation  between   the  PAM
	libraries,   and   the   POP3Lite   daemon,   thus,   allowing
	authentication via PAM.

	If  authentication fails,  the  daemon might  fall  back to  a
	previous authentication method,  but only if the administrator
	enables this.

OPTIONS
=======

	PAM.FALLBACK: Turning this on will enable the module to call a
	previous implementation of  the authentication method when the
	authentication fails. By default, this is turned off.

EXAMPLE
=======
	An example /etc/pam.d/pop3lite file:

	auth		required	pam_unix_auth.so shadow
	account		required	pam_unix_acct.so
	session		required	pam_unix_session.so
