Il 2014-04-08 19:32 Noel Jones ha scritto:
View the contents of a message in the queue with the postcat command.
# postcat -q QUEUEID | less
You can delay mail in the queue by adding a transport_maps entry
pointing to the defer: transport. Release the deferred mail with
"postqueue -i QUEUEID"
# main.cf
transport_maps = hash:/etc/postfix/transport
# transport
example.com defer:
Thank you very much, Noel. This selective defer is just what I need.
I already added it to my config, let's see if I can catch those fake
outgoing mails.
bye
--
Roberto Carraro