This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 0eccc8a97c59a3ad86c9370f4cfd844e63da8d2e (commit) from 24159f095246659fed4bb581384fa91784d3359e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0eccc8a97c59a3ad86c9370f4cfd844e63da8d2e Author: Alexander Marx alexander.marx@ipfire.org Date: Tue Jul 26 14:40:45 2016 +0200
Firewall: Add Services SSMTP and submission
Signed-off-by: Alexander Marx alexander.marx@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/fwhosts/customservices | 2 ++ 1 file changed, 2 insertions(+)
Difference in files: 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
hooks/post-receive -- IPFire 2.x development tree