Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2002 15:56:07 +0100 (CET)
From:      Viktor Steinmann <stony@stony.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45837: ipam-uw port broken
Message-ID:  <20021129145607.ED35C2EDC5@faulrutz.stony.com>

next in thread | raw e-mail | index | archive | help

>Number:         45837
>Category:       ports
>Synopsis:       ipam-uw port broken
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 07:00:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Viktor Steinmann
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD faulrutz.stony.com 4.7-STABLE FreeBSD 4.7-STABLE #3: Fri Oct 11 17:46:22 CEST 2002 root@faulrutz.ch.easynet.net:/usr/obj/usr/src/sys/STONY i386


>Description:
	New version of imap-uw from the ports (imap-uw-2002_1,1) has an auth problem. When e.g. trying to make a pop3 request, the following happens:

faulrutz# telnet localhost 110
Trying 127.0.0.1...
Connected to faulrutz.stony.com..
Escape character is '^]'.
+OK POP3 faulrutz.stony.com. v2001.80 server ready
user stony
-ERR Unknown AUTHORIZATION state command
pass bla
-ERR Unknown AUTHORIZATION state command
quit
+OK Sayonara
Connection closed by foreign host.

Auth also does not work with IMAP 4. The according lines in pam.conf are:

imap    auth    required        pam_unix.so
imap    account required        pam_unix.so                     try_first_pass
imap    session required        pam_deny.so
pop3    auth    required        pam_unix.so
pop3    account required        pam_unix.so                     try_first_pass
pop3    session required        pam_deny.so

>How-To-Repeat:
	Build from ports and run it via inetd.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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