At 02:54 PM 6/24/2012, you wrote: >Viktor Dukhovni: >> On Sat, Jun 23, 2012 at 07:35:53PM -0400, Wietse Venema wrote: >> >> > Len Conrad: >> > > Releasing from HOLD to deliverable is clear (and used often) >> > > >> > > but how to move deferred to HOLD? >> > >> > # find /var/spool/postfix/deferred -type f | sed 's;.*/;;' | postsuper -H - >> >> Or more simply, as also pointed out by Ansgar Wiechers >> <li...@planetcobalt.net>: >> >> # postsuper -h ALL deferred
that's a good one! thanks We thought all the mailer-daemon msgs in out postfix.out instance HOLD queue were non-delivery msgs (which is why we thought we had to move them back to deferred inbound), but in fact they were 6-hour-delay-alert msgs. The original msgs were in inbound deferred. These msgs we movedto HOLD until we got the mailserver up. thanks Len