On 08.12.22 13:16, Scott Mutter wrote:
In Exim, there is an ACL configuration block - acl_smtp_mail - that can be
used to parse the information presented in the MAIL FROM command and this
determines if the connection should be allowed to proceed.

Likewise, there is an ACL configuration block - acl_smtp_rcpt - that parses
the information from the RCPT TO command and determines how to proceed
along the connection.

And the ACL Configuration block - acl_smtp_data - that can parse the
information presented after the DATA command to determine how to proceed
with the connection.

Are there any equivalent such configuration blocks with Postfix?  Or how
would one go about processing information given from these commands?

postfix has restrictions like:

http://www.postfix.org/postconf.5.html#smtpd_sender_restrictions
http://www.postfix.org/postconf.5.html#smtpd_recipient_restrictions
http://www.postfix.org/postconf.5.html#smtpd_end_of_data_restrictions

ane many other, see:

http://www.postfix.org/SMTPD_ACCESS_README.html

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Your mouse has moved. Windows NT will now restart for changes to take
to take effect. [OK]

Reply via email to