mailq
Alternatively if you are after a count of messages that have been deffered for what ever reason you can issue:
find /var/spool/postfix/deferred -type f | wc -l
and to attempt to resend them we can issue:
postqueue -f
mailq
find /var/spool/postfix/deferred -type f | wc -l
postqueue -f
0 comments:
Post a Comment