10.03.2009
Remove all messages in the Exim queue
To whipe the Exim message queue use the following command:
exim -bp | exiqgrep -i | xargs exim -Mrm
14:50 | Linux | lien permanente
Unless otherwise expressly stated, all original material of whatever nature created by Andreas Jaggi and included in this weblog is licensed under a Creative Commons License.
To whipe the Exim message queue use the following command:
exim -bp | exiqgrep -i | xargs exim -Mrm
14:50 | Linux | lien permanente
Adding the following line to the Exim4 configuration prevents that all the disk space is used up by the messages in the spool folder:
check_spool_space=100M
This refuses incoming messages with a "452 Space shortage, please try later" message when less than 100 megabytes of disk space are available on the partition where the spool folder resides.
10:20 | Linux | lien permanente