Ken Wright:
> On Sun, 2022-01-02 at 16:01 -0500, Wietse Venema wrote:
> > Does it also fail when run as root? In that case,
> >
> > ??? # strace -e connect postqueue -p |&grep showq
> >
> > Otherwise, some temporary hack is needed.
> >
> > As root, disdable file permissions:
> >
> > # chmod 777 /var/spool/postfix/public
> > # chmod g-s /usr/sbin/postqueue
> >
> > As non-root,list the queue:
> >
> > $ strace -e connect postqueue -p
>
> Here's the output:
So this is working 'normally'.
Now do the other experiment that temporarily chnages opermissions.
Wietse