diff options
author | schweikh <schweikh@FreeBSD.org> | 2003-01-04 16:03:56 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2003-01-04 16:03:56 +0000 |
commit | 12edf4cf840b24b3e1000ba2778a9c6321ada108 (patch) | |
tree | 124007463da447f7921e69f1a6cfd9f98798fa74 /etc/services | |
parent | f1c859a3c5d6cc9df282e4743af0e49cbd5763c8 (diff) | |
download | FreeBSD-src-12edf4cf840b24b3e1000ba2778a9c6321ada108.zip FreeBSD-src-12edf4cf840b24b3e1000ba2778a9c6321ada108.tar.gz |
Comment out imap3@220 and imap4-ssl@585 which are not used.
PR: conf/46294
Submitted by: Larry Rosenman <ler@lerctr.org>
MFC after: 2 weeks
Diffstat (limited to 'etc/services')
-rw-r--r-- | etc/services | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/services b/etc/services index 9e29ae1..47b0b8b 100644 --- a/etc/services +++ b/etc/services @@ -447,8 +447,9 @@ mpp 218/tcp #Netix Message Posting Protocol mpp 218/udp #Netix Message Posting Protocol uarps 219/tcp #Unisys ARPs uarps 219/udp #Unisys ARPs -imap3 220/tcp #Interactive Mail Access Protocol v3 -imap3 220/udp #Interactive Mail Access Protocol v3 +#imap3@220 was never used and never should have been allocated. See PR 46294. +#imap3 220/tcp #Interactive Mail Access Protocol v3 +#imap3 220/udp #Interactive Mail Access Protocol v3 fln-spx 221/tcp #Berkeley rlogind with SPX auth fln-spx 221/udp #Berkeley rlogind with SPX auth rsh-spx 222/tcp #Berkeley rshd with SPX auth @@ -1039,8 +1040,9 @@ philips-vc 583/tcp #Philips Video-Conferencing philips-vc 583/udp #Philips Video-Conferencing keyserver 584/tcp keyserver 584/udp -imap4-ssl 585/tcp #IMAP4+SSL (use of 585 is not recommended, -imap4-ssl 585/udp # use 993 instead) +#imap4-ssl@585 never should have been allocated. See PR 46294. +#imap4-ssl 585/tcp #IMAP4+SSL (use of 585 is not recommended, +#imap4-ssl 585/udp # use 993 instead) password-chg 586/tcp password-chg 586/udp submission 587/tcp |