* Ralf Hildebrandt <postfix-users@postfix.org>:
> * Wietse Venema <wie...@porcupine.org>:
> > Patrick Ben Koetter:
> > > I can put a mail on HOLD and release it later with the postsuper command.
> > > That's great for debugging purposes, but only if I need to send the 
> > > message
> > > just once.
> > > 
> > > Would it be possible to expand the postsuper command with an optional 
> > > command
> > > line parameter that releases the message, but does not delete it from the 
> > > hold
> > > queue, so someone who needs to debug can resend it as many times as 
> > > required
> > > until I decide to ditch it?
> > 
> > Postfix queue files should not have multiple hard links.
> > 
> > Consider using RSYNC to COPY the file from the hold queue to the
> > incoming queue, using the same file name.
> 
> Once it's there, will it take the same path as the initial mail (on
> HOLD) would have taken?

Would it know what the initial path was? It could analyzing the
received:-header. Hmmm...

> > With the current Postfix queue implementation this is guaranteed not to
> > cause a file name collision as long as the file in the HOLD queue keeps
> > the same (device, inode) numbers.

That's good news.

Thanks.

p...@rick


-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to