Add macro.Mail

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8577 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-06-19 16:45:44 +00:00
parent 8298abbadb
commit 426f3c5a07
3 changed files with 24 additions and 0 deletions

View File

@ -10,6 +10,8 @@ Changes in 4.2.0-Beta2
5) Allow !+setname.
6) Add macro.Mail.
Changes in 4.2.0-Beta1
1) Fix handling of firewall marks.

View File

@ -0,0 +1,19 @@
#
# Shorewall version 4 - Mail Macro
#
# /usr/share/shorewall/macro.Mail
#
# This macro handles SMTP (email secure and insecure) traffic.
# It's the aggregate of macro.SMTP, macro.SMTPS, macro.Submission.
#
# Note: This macro handles traffic between an MUA (Email client)
# and an MTA (mail server) or between MTAs. It does not enable
# reading of email via POP3 or IMAP. For those you need to use
# the POP3 or IMAP macros.
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT(S) PORT(S) LIMIT GROUP
PARAM - - tcp 25
PARAM - - tcp 465
PARAM - - tcp 587

View File

@ -137,6 +137,9 @@ Other Changes in Shoreall 4.2.0 Beta 2.
See http://www.shorewall.net/traffic_shaping.htm for an example.
3) DYNAMIC_ZONES=Yes is no longer supported by Shorewall-perl.
4) Farkas Levante has contributed a macro.Mail macro that covers SMTP,
SMTPS and submission.
None.