Does subj combination really allow to use another authorisation
sources then /etc/passwd?

Please point me that I have to do after i make steps written in
qpopper FAQ:

> PAM is an architecture which allows the use of various authentication modules with
> different applications. It is available on many platforms, including Linux and 
>Solaris.
> To use PAM, add the --with-pam=service-name flag when running./configure. If you
> omit service-name it defaults to pop3.
> You must then create a file in /etc/pam.d with the same name as specified for
> service-name, for example, /etc/pam.d/pop3. This file contains the rules for 
>authenti-cating
> using Qpopper. See your PAM documentation for more details.
> An example of such a file is:
> #%PAM-1.0
> auth required /lib/security/pam_pwdb.so shadow
> account required /lib/security/pam_pwdb.so
> password required /lib/security/pam_cracklib.so
> password required /lib/security/pam_pwdb.so nullok
> use_authtok md5 shadow
> session required /lib/security/pam_pwdb.so

Does changes must be like this:
     in /etc/pam.d: auth required /lib/security/pam_pwdb.so /etc/pop3users
     echo username:testpassword >/etc/pop3users
     telnet 127.0.0.1 110
     user username
     etc.....
Or I'm not understand something very impotant?

Al-X


Reply via email to