2009
07.14
07.14
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.
No Comment.
Add Your Comment