Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Dec 2015 22:30:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205173] mail/poppassd: change of password hangs and never returns
Message-ID:  <bug-205173-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205173

            Bug ID: 205173
           Summary: mail/poppassd: change of password hangs and never
                    returns
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: fbsdbug@xploit.com
                CC: tedm@ipinc.net
             Flags: maintainer-feedback?(tedm@ipinc.net)
                CC: tedm@ipinc.net

The mail/poppassd port does not function on any 10.2 amd64 system that I have.

When testing, the following happens:

$ telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
200 poppassd v1.2 hello, who are you?
user someusername
200 your password please.
pass initialpassword
200 your new password please.
newpass newpassword

And then it just hangs there, never to return the expected "200 Password
changed, thank-you."

If you check the processes, there is a root process running "passwd
someusername", so I'm guessing something was changed in the way passwd is
called or returns information which is breaking it.  The same binary works
perfectly fine on a 9.2 system, but all passwd prompts seem to be the exact
same from what I can tell.  It does return the expected error if you give it an
incorrect initial password.  I did some testing on my own, but none of my diffs
seemed to fix it so far.

Port is basically non-functional on 10.2 amd64 has been all of my testing.

-Russell

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205173-13>