Hello,
I have a few simple questions to be sure using the right commands to do
what I want :
Situation
---------
I have mails in the queue (I can see them with mailq).
A) I want to delete them
- postqueue -f
- postsuper -d ALL
- mailq | awk '{if (NF == 7) print $1'} | postsuper -d -
Are these three commands doing stricly the same job but in a different way?
B) I want to move queued mail in the delivery process of postfix (to
force the retry of the delivery)
- postsuper -r ALL
(is there any other way doing it?)
Thank you a lot,
nm