Problem

How do I manually deliver all of the mail in my VPS mail queue?

Solution

To deliver all mail messages because /var is getting full (spool dir is large):

exim -d9 -qff

Be careful though - this will cause the server to work quite hard and cause your server load to spike while the delivery attempt is made.



Regards,
RaviBagul.
---------