From d732a8a040a369818e855cfc835b30e9f8f6caa7 Mon Sep 17 00:00:00 2001 From: Tuomo Soini Date: Mon, 15 Feb 2016 18:20:39 +0200 Subject: [PATCH] macro.Mail: update macro header and description Signed-off-by: Tuomo Soini --- Shorewall/Macros/macro.Mail | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/Shorewall/Macros/macro.Mail b/Shorewall/Macros/macro.Mail index c3f39e6a8..078c08c6a 100644 --- a/Shorewall/Macros/macro.Mail +++ b/Shorewall/Macros/macro.Mail @@ -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. -# 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. +# 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 ORIGIN RATE USER/ -# PORT(S) PORT(S) DEST LIMIT GROUP -PARAM - - tcp 25 -PARAM - - tcp 465 -PARAM - - tcp 587 +#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER + +SMTP +SMTPS +Submission