Kiran writes: > Hi, > > I have qmail 1.03 with ezmlm installed on a Red Hat LInux Box. I also have > vpopmail 4.9.8 and sqwebmail 1.2.4. The installation went thru ok. I even > got the login screen. But it does not log in any user. It gives an error : > "Invalid User or Passwd" > > I am using system accounts, for which i explicitly stated during > configuration the authpwd module. Still gives me this error. > Where am i going wrong? authpwd means that your passwords are stored in /etc/passwd, and nowhere else. You probably have /etc/shadow, which means that you need to use authshadow instead. -- Sam
