[v2] Firewall: Add Services SSMTP and submission
Message ID | 1469536845-19131-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | 0eccc8a97c59a3ad86c9370f4cfd844e63da8d2e |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id D132661CE7 for <patchwork@ipfire.org>; Tue, 26 Jul 2016 14:40:51 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id B8D38190F; Tue, 26 Jul 2016 14:40:49 +0200 (CEST) Received: from EDV.kappeln2011.lan (ip1f113d5a.dynamic.kabel-deutschland.de [31.17.61.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 6F86E181A; Tue, 26 Jul 2016 14:40:47 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> 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> X-Mailer: git-send-email 2.7.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
July 26, 2016, 10:40 p.m. UTC
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
config/fwhosts/customservices | 2 ++
1 file changed, 2 insertions(+)
Comments
Thx. Merged. On Tue, 2016-07-26 at 14:40 +0200, Alexander Marx wrote: > Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> > --- > 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