shorewall_code/Shorewall-common/macro.Mail
teastep 426f3c5a07 Add macro.Mail
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8577 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
2008-06-19 16:45:44 +00:00

20 lines
642 B
Plaintext

#
# 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