macro.Mail: update macro header and description

Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
Tuomo Soini 2016-02-15 18:20:39 +02:00
parent ce6532ebfb
commit d732a8a040

View File

@ -1,19 +1,17 @@
# #
# Shorewall - Mail Macro # Shorewall -- /usr/share/shorewall/macro.Mail
# #
# /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.
# #
# This macro handles SMTP (email secure and insecure) traffic. # Note: This macro handles traffic between an MUA (Email client)
# It's the aggregate of macro.SMTP, macro.SMTPS, macro.Submission. # 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
# Note: This macro handles traffic between an MUA (Email client) # the POP3 or IMAP macros.
# 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 ORIGIN RATE USER/ #ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
# PORT(S) PORT(S) DEST LIMIT GROUP
PARAM - - tcp 25 SMTP
PARAM - - tcp 465 SMTPS
PARAM - - tcp 587 Submission