On Thu, Dec 08, 2022 at 01:16:34PM -0600, Scott Mutter wrote:
> I'm just beginning to look at Postfix configurations (at a very leisurely
> pace I might add).
You reall should read the Postfix book by Ralf and Patrick, despite its
age, it substantially applies to all Postfix releases since.
The
Dnia 8.12.2022 o godz. 13:16:34 Scott Mutter pisze:
> In an SMTP transaction there are certain commands that pertain to certain
> areas of the SMTP message, specifically:
>
> MAIL FROM
> RCPT TO
> DATA
>
> In Exim, there is an ACL configuration block - acl_smtp_mail - that can be
> used to parse
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 - a