From 407afaff2643ff5d2392ccfafdbee2b141aaa908 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 29 Nov 2018 14:00:27 +0100 Subject: [PATCH] add README.smtpd-restrictons --- README.smtpd-restrictons | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.smtpd-restrictons diff --git a/README.smtpd-restrictons b/README.smtpd-restrictons new file mode 100644 index 0000000..04a9719 --- /dev/null +++ b/README.smtpd-restrictons @@ -0,0 +1,20 @@ +# --- +# - See http://www.postfix.org/SMTPD_ACCESS_README.html +# --- + +# - Order of evaluating smtpd restriction lists: +# - +# - smtpd_client_restrictions +# - smtpd_helo_restrictions +# - smtpd_sender_restrictions +# - smtpd_relay_restrictions +# - smtpd_recipient_restrictions +# - smtpd_data_restrictions +# - smtpd_end_of_data_restrictions +# - +# - or for the Postfix fast ETRN service: +# - +# - smtpd_client_restrictions +# - smtpd_helo_restrictions +# - smtpd_etrn_restrictions +