1.

How To Check The Mail’s Queue In Postfix?

Answer»

To DISPLAY the list of queued mails: 
# postqueue -p
To Save the OUTPUT of above command: 
# postqueue -p > /mnt/queue-backup.txt
Tell POSTFIX to process the Queue now: 
# postqueue -f

To display the list of queued mails: 
# postqueue -p
To Save the output of above command: 
# postqueue -p > /mnt/queue-backup.txt
Tell Postfix to process the Queue now: 
# postqueue -f



Discussion

No Comment Found