On 19/12/2025 14:21, Wietse Venema via Postfix-users wrote:
Florian Piekert via Postfix-users:
ADD below

Good morning,

with the current snapshot 3.11-20251218 I receive the following "error" message from my 
"mailq check script":

You are using the wrong postqueue command. Use the postqueue command
that has the same version as the installed Postfix daemons.

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Hi Wietse

when I saw this I assumed that the different behaviour could come from different mailq commands being run from cron and from command line, but the fact that it was then reproduceable on the command line too, (after flushing the queue), made me think again.

I was just wondering if this part of the code in showq.c could be generating the issue, since it is a point where the attribute list does not include log_class which seems to correspond to the error message that stated it wanted "log_class" but got "reason" instead:

               attr_print(client, ATTR_FLAG_MORE,
                           SEND_ATTR_STR(MAIL_ATTR_ORCPT, have_orcpt),
                           SEND_ATTR_STR(MAIL_ATTR_RECIP,
 STR(printable_quoted_addr)),
                           SEND_ATTR_STR(MAIL_ATTR_WHY, ""),
                           ATTR_TYPE_END);

John

_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to