⇤ ← Revision 1 as of 2018-11-22 16:09:54
Size: 985
Comment:
|
← Revision 2 as of 2020-09-04 15:40:46 ⇥
Size: 1010
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
#rev 2020-09-04 maegger |
Postfix Restrictions
Postfix offers a lot of restriction possibilities to allow or block connections.
smtpd_relay_restrictions - Access restrictions for mail relay control (who can relay?).
smtpd_helo_restrictions - Optional restrictions that the Postfix SMTP server applies in the context of a client HELO command.
smtpd_restriction_classes - User-defined aliases for groups of access restrictions. One major application is for implementing per-recipient UCE control.
smtpd_recipient_restrictions - Optional restrictions that the Postfix SMTP server applies in the context of a client RCPT TO command, after smtpd_relay_restrictions.