|
Tuesday, 10. March 2009 | Week 10 |
|
|
|
.: 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 | Permalink |
|
|
Friday, 6. March 2009 | Week 09 |
|
|
|
.: Prevent Exim4 from using up all disk space on Debian
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 | Permalink |
|
|
Wednesday, 4. March 2009 | Week 09 |
|
|
|
.: PDM TODO Performance
|
|
16:23 | School | Permalink |
|