diff options
author | 2002-08-13 02:21:40 +0000 | |
---|---|---|
committer | 2002-08-13 02:21:40 +0000 | |
commit | c9c3323bd867c969c660e7a60fe4bf6da7bab84d (patch) | |
tree | 7154a1f33c682578021254ee32e86db31afce98b | |
parent | Remove some unused prototypes, KNF. (diff) | |
download | wireguard-openbsd-c9c3323bd867c969c660e7a60fe4bf6da7bab84d.tar.xz wireguard-openbsd-c9c3323bd867c969c660e7a60fe4bf6da7bab84d.zip |
By request, add imaps and pop3s (TLS/SSL imap and pop3) from IANA.
There are other TLS/SSL services we could add if desired.
-rw-r--r-- | etc/services | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/services b/etc/services index 006e1a37071..4d9adb7c18c 100644 --- a/etc/services +++ b/etc/services @@ -1,4 +1,4 @@ -# $OpenBSD: services,v 1.44 2002/08/11 16:33:15 millert Exp $ +# $OpenBSD: services,v 1.45 2002/08/13 02:21:40 millert Exp $ # # Network services, Internet style # @@ -137,6 +137,10 @@ kshell 544/tcp krcmd # Kerberos remote shell ekshell 545/tcp # Kerberos encrypted shell submission 587/tcp msa # mail message submission submission 587/udp msa # mail message submission +imaps 993/tcp # imap4 protocol over TLS/SSL +imaps 993/udp # imap4 protocol over TLS/SSL +pop3s 995/tcp spop3 # pop3 protocol over TLS/SSL +pop3s 995/udp spop3 # pop3 protocol over TLS/SSL # # UNIX specific services # |