Documentation Edit Request - smtpd_reject_unlisted_recipient

2022-05-07 Thread James Feeney
At http://www.postfix.org/postconf.5.html : smtpd_reject_unlisted_recipient (default: yes) Request that the Postfix SMTP server rejects mail for unknown recipient addresses, even when no explicit reject_unlisted_recipient access restriction is specified. This prevents the Postfix queue fro

Re: Documentation Edit Request - smtpd_reject_unlisted_recipient

2022-05-10 Thread James Feeney
On 5/7/22 13:18, Wietse Venema wrote: James Feeney: At http://www.postfix.org/postconf.5.html : smtpd_reject_unlisted_recipient (default: yes) Request that the Postfix SMTP server rejects mail for unknown recipient addresses, even when no explicit reject_unlisted_recipient access

Re: Documentation Edit Request - smtpd_reject_unlisted_recipient

2022-05-10 Thread James Feeney
On 5/10/22 16:47, Wietse Venema wrote: With this setting, mail will be ACCEPTED when the recipient address: Sorry, that is incorrect. Postfix features of the form "reject_" cannot promise that a recipient (or sender, client, helo) will be accepted when their predicate is false. They can't pro

Re: Documentation Edit Request - smtpd_reject_unlisted_recipient

2022-05-12 Thread James Feeney
On 5/11/22 09:56, Wietse Venema wrote: Please do not reply to the list AND my address. Ah! I was wondering why I was not being copied directly. My "postfix-users" mail gets filtered into a separate folder, and I have to go looking there, to see if there has been a response. Your work-flow

Milter_Readme - Documentation Edit Request - "order", "reject" and "override" - multiple message modifications?

2022-05-23 Thread James Feeney
Reading at http://www.postfix.org/MILTER_README.html, and wondering what results from Postfix interacting with multiple milters, we see, paraphrasing, in part: 1) There can be more than one Milter application. 2) Milters "are applied in the order [as] specified". 3) "The first Milter applicatio

Re: Milter_Readme - Documentation Edit Request - "order", "reject" and "override" - multiple message modifications?

2022-05-23 Thread James Feeney
On 5/23/22 13:51, post...@ptld.com wrote: Rejects a command is if something in that milter returns a reject response code like 4xx or 5xx. If dkim runs first before dmarc, and dkim issues a 5xx reject causing the email to be rejected by postfix, then that's it, ... Yes, of course. That's not

Re: limit rewriting headers in canonical_maps

2022-05-24 Thread James Feeney
On 5/24/22 06:09, Matus UHLAR - fantomas wrote: On 24.05.22 06:38, Wietse Venema wrote: Hmm... I thought that SPF (and by implication SRS) are concerned with ENVELOPE addresses? originally, yes. I have customer where incoming messages have the "message was received from external source" banne

Re: Milter_Readme - Documentation Edit Request - "order", "reject" and "override" - multiple message modifications?

2022-05-24 Thread James Feeney
On 5/24/22 03:36, Matus UHLAR - fantomas wrote: On 23.05.22 19:31, James Feeney wrote: My understanding has been that a milter can also *modify* a mail message, including both the message body and the message headers.  And then, what version of a mail message will a subsequent milter &quo

Re: Milter_Readme - Documentation Edit Request - "order", "reject" and "override" - multiple message modifications?

2022-05-25 Thread James Feeney
On 5/24/22 08:24, Viktor Dukhovni wrote: Milters learn about the role of the requesting MTA via a macro. Thus in the stock master.cf for the submission-related ports: -o milter_macro_daemon_name=ORIGINATING Ah! Interesting. Thanks. Yet note that this term "ORIGINATING" is nowhere to

Re: Milter_Readme - Documentation Edit Request - "order", "reject" and "override" - multiple message modifications?

2022-05-26 Thread James Feeney
On 5/25/22 13:36, Wietse Venema wrote: James Feeney: Is that what actually happens, between Postfix and a milter, literally "sending" and "receiving" mail messages, using SMTP? If anyone actually knows the form of that conversation between Postfix and a milter, and what

[pfx] Documentation - SASL_README

2024-10-22 Thread James Feeney via Postfix-users
If I am now understanding correctly: The "smtpd_sasl_auth_enable=yes" configuration parameter for accessing "smtpd submissions", in master.cf, is *entirely distinct* from the "smtpd_relay_restrictions = permit_sasl_authenticated" configuration parameter, which subsequently allows access to

[pfx] Re: Documentation - SASL_README

2024-10-22 Thread James Feeney via Postfix-users
On Tue, 2024-10-22 at 15:30 -0400, Wietse Venema via Postfix-users wrote: > James Feeney via Postfix-users: > > If I am now understanding correctly: > > > > > > The "smtpd_sasl_auth_enable=yes" configuration parameter for > > accessing "smtpd s

[pfx] Re: Documentation - SASL_README

2024-10-23 Thread James Feeney via Postfix-users
On Tue, 2024-10-22 at 22:23 -0400, Wietse Venema via Postfix-users wrote: > > That is incorrect. Any SMTP client is allowed to send mail to > Postfix, but RELAYING is restricted with permit_mynetworks, > permit_sasl_authenticated, and the like. > > > And that note in the log message is useless wh