From mboxrd@z Thu Jan 1 00:00:00 1970 From: "R. W. Rodolico" To: development@lists.ipfire.org Subject: Firewall Fix Date: Tue, 19 Jul 2016 01:45:05 -0500 Message-ID: <578DCC71.6040001@dailydata.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4236372668997318019==" List-Id: --===============4236372668997318019== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I was working with the firewall today and noticed the following three ports are not in the default list of ports. SUBMISSION 587 (TCP AND UDP) SSMTP 465 I suggest they be added. I did a quick look and did not see where they came from for sure, but maybe /var/ipfire/fwhosts/customservices.default? If so, it looks like the following three lines added to that file would work: 35,SUBMISSION (TCP),587,TCP,BLANK,0 36,SUBMISSION (UDP),587,UDP,BLANK,0 37,SSMTP,465,TCP,BLANK,0 I do NOT know what the first number is, but since it is not duplicated and is 1-number of entries, I assume it is a unique index. NOTE: I tried modifying that file on my test router and it did not work, so that may not be the correct place. Rod -- Rod Rodolico Daily Data, Inc. POB 140465 Dallas TX 75214-0465 214.827.2170 http://www.dailydata.net --===============4236372668997318019==--