From e89b17ba0582d200870d4f242813aca2a59cee84 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Tue, 24 Jul 2012 14:59:22 +0200 Subject: [PATCH] services: add imap and imaps --- json/services.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json/services.json b/json/services.json index bbe1224..18323e5 100644 --- a/json/services.json +++ b/json/services.json @@ -17,6 +17,8 @@ "https": { "proto": "tcp", "port": 443 }, "icmp": { "proto": "icmp" }, "igmp": { "proto": "igmp" }, + "imap": { "proto": "tcp", "port": 143 }, + "imaps": { "proto": "tcp", "port": 993 }, "ipsec": [ { "proto": "esp" }, { "proto": "udp", "port": [ 500, 4500 ] } -- GitLab