"Jesse Guardiani" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I get the feeling that tmda-cgi is trying to auth > against my system accounts (which I definately don't > want).
This all depends on how you set up tmda-cgi's authentication > ./configure --base-dir /usr/local/tmda --config-file \ > '~/.tmdarc' --install-prefix /usr/local/tmda/tmda-cgi \ > --virtual-lookup 'vpopmail1 /home/vpopmail/bin/vuserinfo ~' \ > --mode 'single-user' --target \ > /usr/local/apache/cgi-bin/tmda.cgi Since you are not specifying an authentication method, tmda-cgi assumes you want to use pop3://localhost, which is probably okay. > And here is the hidden debug text I get when tmda-cgi rejects > my password: > > ---------------------------- > Having difficulties logging in? Here's some details of why you couldn't: > > Username jesse not found in system. > str=dir > ---------------------------- > > Any ideas? How do I go about debugging this? Thanks. One idea: What did you give to TMDA-cgi's login screen? If you used the username "jesse" this would probably be a problem. TMDA-cgi expects users of the form [EMAIL PROTECTED] for virtual users. Also, what happens when you run "vpopmail1 /home/vpopmail/bin/vuserinfo jesse"? Compare this to the output from "vpopmail1 /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED]". -- Jim Ramsay _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
