On 14 May 98, at 11:49, Mike Johnson wrote:

> What I did to get it to work was download the SRPM for qpopper-2.3 and
> grep for pw_encrypt in the patch file.  Sure enough, there was a fix.  To
> keep you from having to do that, here's the fix: edit pop_pass.c and go to
> line 464 you'll see the following line: (strcmp(crypt(p->pop_parm[1],
> pw->pw_passwd), pw->pw_passwd) &&
>  strcmp(pw_encrypt(p->pop_parm[1], pw->pw_passwd), pw->pw_passwd))) {
> replace that with: (strcmp(crypt(p->pop_parm[1], pw->pw_passwd),
> pw->pw_passwd) )) {

Thanks a lot ... it works now :)

+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Sandro Jurado      |  IRC DALnet : Devil                      |
| IM Manager         |  Email : [EMAIL PROTECTED]  |
| Compaq (CLAC)      |          [EMAIL PROTECTED]        |
+---------------------------------------------------------------+
|         "Some fight to win, I fight to kill.  Scary, huh?"    |
|                            -Heidern                           |
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to