mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 17:13:11 +01:00
macro.SMTP: update macro header and description
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
26710e72a9
commit
48efde89cd
@ -1,19 +1,12 @@
|
|||||||
#
|
#
|
||||||
# Shorewall - SMTP Macro
|
# Shorewall -- /usr/share/shorewall/macro.SMTP
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/macro.SMTP
|
# This macro handles SMTP (email) traffic.
|
||||||
#
|
# For deprecated SMTP encrypted over SSL (TLS), use macro.SMTPS.
|
||||||
# This macro handles plaintext SMTP (email) traffic. For SMTP
|
# Note that STARTTLS can be used over the standard STMP port, so the use of
|
||||||
# encrypted over SSL, use macro.SMTPS. Note that STARTTLS can be
|
# this macro doesn't necessarily imply the use of an insecure connection.
|
||||||
# used over the standard STMP port, so the use of this macro
|
|
||||||
# doesn't necessarily imply the use of an insecure connection.
|
|
||||||
#
|
|
||||||
# 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/
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
||||||
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
||||||
PARAM - - tcp 25
|
PARAM - - tcp 25
|
||||||
|
Loading…
Reference in New Issue
Block a user