Delete mails from a sender or to recipient address
Here is a simple script “pfdel” that can be use to delete a mail from a sender or recipient address. Save the perl script as pfdel in /usr/local/bin and chmod +x /usr/local/bin/pfdel Then you...
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Here is a simple script “pfdel” that can be use to delete a mail from a sender or recipient address. Save the perl script as pfdel in /usr/local/bin and chmod +x /usr/local/bin/pfdel Then you...
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 |
Sidste kommentar