Fix Exim “Error while creating mbox spool file”
Jul 14
Linux exim, fix, spool No Comments
Sometimes the files and directores in /var/spool/exim/scan do not get purged, which leads to the inability of the system to create new files and directories in this location.
- Stop Exim
- Move to /var/spool/exim/scan
- Delete all files in above directory- ‘ls -l | xargs rm -rf’
- Start Exim
Problem solved.

