On Mon, Jan 12, 2004 at 08:15:22AM -0800, Tech @ ITSNetwork wrote: > > On Sun, Jan 11, 2004 at 10:55:35AM -0800, Tech @ ITSNetwork wrote: > > > I'm still having issues with being unable to login & > > > /usr/local/share/sqwebmail/libexec/authlib/authdaemon is > > running. The only > > > method of authentication that really works is pop3 authentication. > > > > So, what happens when you try to login: What login name are you giving? > > What's the result? What authentication module are you using? Show the > > corresponding config files and the data source you are authenticating > > against (e.g. LDAP entry if authenticating against LDAP, userdb entry if > > using userdb etc) > I'm attempting to authenticate against a pop3 mail service. I haven't done > any post install config file changes. Dumb question but which config file > are you referring to?
authmodulelist; authdaemondrc; authldaprc (if you are using LDAP authentication), or the equivalent files for mysql etc. You cannot "authenticate against a POP3 service". Sqwebmail authenticates against the system password file (authpam/authshadow), a userdb file (authuserdb), an LDAP database (authldap), a mysql/postgres database (authmysql etc), an existing vpopmail installation (authvchkpw). If that's not clear, then maybe you need to read the docs... > I'm logging in as 'techguy'. I use qmail MTA without vpopmail. So, I am guessing now - you are using the system password database for authentication? So you should be configured for authpam? You want to login as "techguy" with the same password you would use if you telnetted or ssh'd in as "techguy"? Brian.
