Oh,
this does make sense. That was my fear from the beginning. The only
question is the order of installation. Does it matter that I already have
the checkpassword-0.81 installed??
I downloaded also cdb-5.5 since the checkcdb README was refering to it or
should I use version cdb-7.5.???
I am adding also the line from inetd.conf file for verification.
pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup
test.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir
Thanks Peter
At 10:01 AM 12/17/00 -0500, Chris Johnson wrote:
>On Sun, Dec 17, 2000 at 01:27:26AM -0500, Peter Drahos wrote:
> > I hope there is somebody out there so late on Saturday evening. I just
> want
> > to warn you that this is my first Qmail installation and I am quite new to
> > the Linux world. I was able to install checkpassword -0.81 and when I am
> > testing it, I get these results.
> >
> > [root@test users]# telnet localhost 110
> > Trying 127.0.0.1...
> > Connected to localhost.localdomain.
> > Escape character is '^]'.
> > +OK <[EMAIL PROTECTED]>
> > user test
> > +OK
> > pass test
> > -ERR authorization failed
> > Connection closed by foreign host.
> >
> > [root@test users]# /var/qmail/bin/qmail-popup test.com
> /bin/checkpassword pwd
> > +OK <[EMAIL PROTECTED]>
> > user test
> > +OK
> > pass test
> > -ERR authorization failed
> >
> > ***************************** user test is a pop user in the assign file
> > and has an encrypted password test in the poppasswd file, has a dir in
> > popboxes/test-com/test/Maildir/ where he is successfully receiving his
> mail.
> > *****************************
>
>The stock checkpassword-0.81 doesn't support anything other than system
>users--a poppasswd file means nothing to it.
>
>For a checkpassword that does support a poppasswd file, try
>http://www.palomine.net/qmail/checkcdb.tar.gz (or check www.qmail.org. There
>are others).
>
>Chris