From ler@lerlaptop.iadfw.net  Mon Dec 16 11:14:19 2002
Return-Path: <ler@lerlaptop.iadfw.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DB82B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Dec 2002 11:14:19 -0800 (PST)
Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4224A43EA9
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Dec 2002 11:14:19 -0800 (PST)
	(envelope-from ler@lerlaptop.iadfw.net)
Received: from lerlaptop.iadfw.net (localhost [127.0.0.1])
	by lerlaptop.iadfw.net (8.12.6/8.12.6) with ESMTP id gBGJEIfu063430
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Dec 2002 13:14:18 -0600 (CST)
	(envelope-from ler@lerlaptop.iadfw.net)
Received: (from ler@localhost)
	by lerlaptop.iadfw.net (8.12.6/8.12.6/Submit) id gBGJEI3t063429;
	Mon, 16 Dec 2002 13:14:18 -0600 (CST)
Message-Id: <200212161914.gBGJEI3t063429@lerlaptop.iadfw.net>
Date: Mon, 16 Dec 2002 13:14:18 -0600 (CST)
From: Larry Rosenman <ler@lerctr.org>
Reply-To: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: /etc/services has obsolete/bogus information for IMAP
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ler@lerctr.org

>Number:         46294
>Category:       conf
>Synopsis:       /etc/services has obsolete/bogus information for IMAP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 11:20:01 PST 2002
>Closed-Date:    Sat Jan 04 08:10:00 PST 2003
>Last-Modified:  Sat Jan 04 08:10:00 PST 2003
>Originator:     Larry Rosenman
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD lerlaptop.iadfw.net 4.7-STABLE FreeBSD 4.7-STABLE #26: Mon Dec 16 10:13:06 CST 2002 ler@lerlaptop.iadfw.net:/usr/obj/usr/src/sys/LERLAPTOP i386


	
>Description:
/etc/services lists ports that are not now valid for IMAP stuff, per below 
news posting from Mark Crispin.


    From mrc@CAC.Washington.EDU Mon Dec 16 13:11:30 CST 2002
    Article: 15971 of comp.mail.imap
    Path: lerami!lerami.lerctr.org!egsner!dfw-feed.news.verio.net!phl-feed.news.verio.net!newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!logbridge.uoregon.edu!news.u.washington.edu!140.142.17.34.MISMATCH!news.u.washington.edu!shiva0.cac.washington.edu!mrc
    From: Mark Crispin <mrc@CAC.Washington.EDU>
    Newsgroups: comp.mail.imap
    Subject: Re: basic IMAP questions
    Date: Mon, 16 Dec 2002 10:42:15 -0800
    Organization: Networks and Distributed Computing
    Lines: 23
    Message-ID: <Pine.LNX.4.51.0212161037320.24671@shiva0.cac.washington.edu>
    References: <258BA3CB81631B83.A54FB99329FE21B0.E764716AC1FEA384@lp.airnews.net>
     <atl2e8$odp$1@lerami.lerctr.org>
    NNTP-Posting-Host: shiva0.cac.washington.edu
    Mime-Version: 1.0
    Content-Type: TEXT/PLAIN; charset=US-ASCII
    X-Trace: nntp6.u.washington.edu 1040064137 101764 (None) 140.142.17.39
    X-Complaints-To: help@cac.washington.edu
    In-Reply-To: <atl2e8$odp$1@lerami.lerctr.org>
    Content-Length: 314159 (believe this at your own risk)
    Xref: lerami!lerami.lerctr.org comp.mail.imap:15971
    
    On Mon, 16 Dec 2002, Larry Rosenman wrote:
    > IMAP uses port 143 by default, and
    > imap		143/tcp	   imap2 imap4 #Interim Mail Access Protocol v2
    > imap		143/udp	   imap2 imap4 #Interim Mail Access Protocol v2
    > imap3		220/tcp	   #Interactive Mail Access Protocol v3
    > imap3		220/udp	   #Interactive Mail Access Protocol v3
    > imap4-ssl	585/tcp	   #IMAP4+SSL (use of 585 is not recommended,
    > imap4-ssl	585/udp	   #		use 993 instead)
    > imaps		993/tcp			# imap4 protocol over TLS/SSL
    > imaps		993/udp
    
    Some corrections: there has never been a UDP IMAP.  Ports 220 and 585 were
    never used and never should have been allocated.
    
    The correct data is simply:
    
    imap		143/tcp	   imap2 imap4	#Internet Message Access Protocol
    imaps		993/tcp			# imap4 protocol over TLS/SSL
    
    -- Mark --
    
    http://staff.washington.edu/mrc
    Science does not emerge from voting, party politics, or public debate.
    

>How-To-Repeat:
See above
>Fix:
Remove offending lines? 
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: schweikh 
State-Changed-When: Sat Jan 4 08:05:59 PST 2003 
State-Changed-Why:  
I've commented out ports 220 and 585 with a reference to this PR. 
Entries for udp along with tcp are, however, custom IANA procedure, 
so I left 143/udp and 993/udp. MFC in two weeks if nothing breaks. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46294 
>Unformatted:
