Re: authorization failing
[email protected] (Paul Jarc) Fri, 31 May 2002 19:20:17 -0400
| Newsgroups | gmane.comp.djb.checkpassword |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"Sara" <[email protected]> wrote: > Everything works, but when I actually try to log in with an email program - I get authorization failed - any ideas?? Find your qmail-popup invocation and change it from this: qmail-popup your.host.name checkpassword ... to this: qmail-popup your.host.name strace -f checkpassword ... Try to get your mail. Then your logs will contain a system call trace showing what went wrong. Your system might have ktrace or truss or something instead of strace. paul