From a278cfc963b1b48ed007825e7b025926c932fa0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 26 Jan 2000 17:57:38 +0100
Subject: [PATCH] Added a few more SSL ports.

Rev: lib/modules/Protocols.pmod/Ports.pmod:1.4
---
 lib/modules/Protocols.pmod/Ports.pmod | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/modules/Protocols.pmod/Ports.pmod b/lib/modules/Protocols.pmod/Ports.pmod
index f537d735ea..b4ba035168 100644
--- a/lib/modules/Protocols.pmod/Ports.pmod
+++ b/lib/modules/Protocols.pmod/Ports.pmod
@@ -1,5 +1,5 @@
 /*
- * $Id: Ports.pmod,v 1.3 1999/11/04 13:57:34 grubba Exp $
+ * $Id: Ports.pmod,v 1.4 2000/01/26 16:57:38 grubba Exp $
  *
  * IP port assignments
  *
@@ -995,6 +995,7 @@ constant tcp = ([
   "ddm-byte":         448,	//    DDM-BYTE
   "as-servermap":     449,	//    AS Server Mapper
   "tserver":          450,	//    TServer
+  "ssmtp":	      465,	//    SMTP over SSL
   "exec":             512,	//    remote process execution;
   "login":            513,	//    remote login a la telnet;
   "cmd":              514,	//    like exec, but automatic
@@ -1033,6 +1034,7 @@ constant tcp = ([
   "npmp-local":       610,	//    npmp-local
   "npmp-gui":         611,	//    npmp-gui
   "ginad":            634,	//    ginad
+  "ldaps":	      636,	//    LDAP over SSL
   "mdqs":             666,	//
   "doom":             666,	//    doom Id Software
   "doom":             666,	//    doom Id Software
@@ -1073,6 +1075,8 @@ constant tcp = ([
   "concert":          786,	//       Concert
   "mdbs_daemon":      800,	//
   "device":           801,	//
+  "simap":	      993,	//   IMAP over SSL
+  "spop3":	      995,	//   POP-3 over SSL
   "xtreelic":         996,	//        Central Point Software
   "maitrd":           997,	//
   "busboy":           998,	//
-- 
GitLab