mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
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:
parent
8298abbadb
commit
426f3c5a07
@ -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.
|
||||
|
19
Shorewall-common/macro.Mail
Normal file
19
Shorewall-common/macro.Mail
Normal 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
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user