> On Dec 12, 2018, at 7:24 AM, Brice Lopez <brice.lo...@banh-bao.fr> wrote:
>
> I'm dealing with a strange issue on a postfix server running multiple
> instances. I've set a maximal_backoff_time of 8 hours in the instance's
> main.cf. I can check it was actually applied with postconf:
>
> $ sudo postmulti -i postfix-p26-o151 -x postconf | grep -E
> 'queue_lifetime|backoff_time'
> bounce_queue_lifetime = 5d
> maximal_backoff_time = 8h
> maximal_queue_lifetime = 3d
> minimal_backoff_time = 10m
$ date
$ ls -l /etc/postfix-p26-o151/main.cf
As root:
# qdir=$(postmulti -i postfix-p26-o151 -x postconf -hx queue_directory)
# ps -o pid,etime,args -p $(pgrep -P $(cat $qdir/pid/master.pid) -x qmgr)
--
Viktor.