Hi

On Thu, Oct 17, 2002 at 04:02:39PM -0400, Christian Malo wrote:
> Instead of using my vpopmail users, sqwebmail auths using
> /etc/master.passwd (freebsd)
> 
> how can I make it use vpopmails ?
Hm, I don't know much about vpopmail but I guess you're using the same
passwords as in pop/imap, right? If you have configure that services
to use PAM then webmail auth is the same.

I have no /etc/master.password but /etc/pam.d/webmail (and pop/imap
being the same):
        #%PAM-1.0
        auth       sufficient pam_unix.so
        auth       required   pam_ldap.so
        password   sufficient pam_unix.so
        password   required   pam_ldap.so
        account    sufficient pam_unix.so
        account    required   pam_ldap.so
So I can auth using a password from /etc/passwd,shadow and using a user
from LDAP via /etc/pam-ldap.conf.

BTW: My postfix AUTH command uses the same passwords with the same PAM file.

bye,

-christian-

-- 
Christian Hammers    WESTEND GmbH - Aachen und Dueren     Tel 0241/701333-0
[EMAIL PROTECTED]     Internet & Security for Professionals    Fax 0241/911879
          WESTEND ist CISCO Systems Partner - Authorized Reseller


Reply via email to