From 171dde4dc1f14e03ecbe9f056b5cca8e66a9608c Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 25 Jul 2016 14:12:56 +0200 Subject: [PATCH] Firewall: Add Services SSMTP and submission Signed-off-by: Alexander Marx --- config/fwhosts/customservices | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/fwhosts/customservices b/config/fwhosts/customservices index 9b25a7240..529f14e31 100644 --- a/config/fwhosts/customservices +++ b/config/fwhosts/customservices @@ -32,3 +32,5 @@ 34,DNS (TCP),53,TCP,,0 19,FTPS data,989,TCP,BLANK,0 5,SMTP,25,TCP,BLANK,0 +35,Submission (TCP),587,TCP,BLANK,0 +36,SSMTP,465,TCP,BLANK,0 -- 2.47.2