From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH v2] Firewall: Add Services SSMTP and submission Date: Tue, 26 Jul 2016 14:40:45 +0200 Message-ID: <1469536845-19131-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9113337942247158949==" List-Id: --===============9113337942247158949== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 9b25a72..529f14e 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.7.4 --===============9113337942247158949==--