[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: adduser problem and shadow passwords with qmail



I reinstalled it without any affect. Suddenly I have found the point. I have shadow passwords set, qmail with pop3 service and checkpassword 0.81 for pam patched. I got recommendation from net to change file /etc/pam.d/passwd like this:
# beggining of file
auth       required   /lib/security/pam_pwdb.so shadow nullok
account    required   /lib/security/pam_pwdb.so
password   required   /lib/security/pam_cracklib.so retry=3
password   required   /lib/security/pam_pwdb.so use_auth_ok nullok
shadow
#password   required   pam_unix.so nullok obscure min=4 max=8 md5
# the end of file

When I changed this file like this I could do pop3 connection to qmail pop3 server but I found I can not addusers and vice versa. Is it a way how to have pop3 service and adding of users working together? Thanks

Petr


On Tue, 8 Apr 2003 08:21:57 +0200
Mika Fischer <mika_fischer@gmx.net> wrote:

> You might want to try reinstalling passwd since something seems broken 
> there:
> apt-get --reinstall install passwd
> 
> Cheers,
>  Mika



Reply to: