[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-07 Thread Wietse Venema via Postfix-users
Thomas Landauer via Postfix-users: > A detail first: > At > http://www.postfix.org/postconf.5.html#smtpd_delay_open_until_valid_rcpt > please change "mail transaction ID" to "queue ID" for consistency here: > > The downside is that rejected recipients are logged with NOQUEUE instead of > > a mai

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-07 Thread Thomas Landauer via Postfix-users
Hi, thanks! A detail first: At http://www.postfix.org/postconf.5.html#smtpd_delay_open_until_valid_rcpt please change "mail transaction ID" to "queue ID" for consistency here: The downside is that rejected recipients are logged with NOQUEUE instead of a mail transaction ID About DSN: Thank

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-05 Thread Wietse Venema via Postfix-users
Thomas Landauer via Postfix-users: > Since you're creating the queue ID only after `RCPT TO`, we have the > sender's and the main recipient's address at hand - that would be enough > to set up something like a `queue_id_prefix_map` :-) First, the queue ID is not the place for this information. T

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-05 Thread Viktor Dukhovni via Postfix-users
On Tue, Nov 05, 2024 at 12:46:42PM +0100, Thomas Landauer via Postfix-users wrote: > A detail first: > At http://www.postfix.org/postconf.5.html#smtpd_delay_open_until_valid_rcpt > please change "mail transaction ID" to "queue ID" for consistency here: > > The downside is that rejected recipients

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-05 Thread Thomas Landauer via Postfix-users
Hi, thanks! A detail first: At http://www.postfix.org/postconf.5.html#smtpd_delay_open_until_valid_rcpt please change "mail transaction ID" to "queue ID" for consistency here: The downside is that rejected recipients are logged with NOQUEUE instead of a mail transaction ID. Viktor's logfil

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-04 Thread Viktor Dukhovni via Postfix-users
On Tue, Nov 05, 2024 at 12:50:53AM +0100, Thomas Landauer via Postfix-users wrote: > my use case: I want to find out if outgoing messages were delivered > successfully, so I'm looking at the lines containing `status=` in the > logfile. > > But I need this only for some mails (not all). To find ou

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-04 Thread Wietse Venema via Postfix-users
Thomas Landauer via Postfix-users: > Hi, > > my use case: I want to find out if outgoing messages were delivered > successfully, so I'm looking at the lines containing `status=` in the > logfile. > > But I need this only for some mails (not all). To find out, I have to > query the database for

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-04 Thread postfix--- via Postfix-users
Is it true that the Queue-ID is generated before Postfix receives the message content? After which SMTP command? By default during the RCPT TO stage. But can be changed to happen earlier during the MAIL FROM stage with performance trade offs. http://www.postfix.org/postconf.5.html#smtpd_

[pfx] Re: Suggestion: Allow prefixing the Queue-ID with a custom string

2024-11-04 Thread postfix--- via Postfix-users
my use case: I want to find out if outgoing messages were delivered successfully, so I'm looking at the lines containing `status=` in the logfile. But I need this only for some mails (not all). To find out, I have to query the database for the Queue-ID. This step could be skipped if it would b