Rebuilding/Restarting Exim Mail Server
February 18th, 2010
When troubleshooting the Exim log file:
tail -f /var/log/exim_mainlog
If you need to restart or rebuild Exim, you can dump your databases
* /etc/exim.conf
* /var/spool/exim/db
Which Exim just rebuilds automatically by issuing the following command via SSH:
rm -fv /var/spool/exim/db/*
Then to start Exim:
/scripts/eximup –force
Related posts:Linux server tip: force reboot/shutdown Forcing reboot A Linux Server is not Windows XP and…
Linux Server [...]
Related posts:
- Linux server tip: force reboot/shutdown Forcing reboot A Linux Server is not Windows XP and…
- Linux Server Type: Restoring MySQL SimLink. If you’re unable to restart mysqld and troubleshooting the cause:…
Related posts: