1 |
To show the number of mail in a Postfix queue, you can use this command: |
1 |
postqueue -p | tail -n 1 | cut -d' ' -f5 |
1 |
To show the number of mail in a Postfix queue, you can use this command: |
1 |
postqueue -p | tail -n 1 | cut -d' ' -f5 |