Home > Feeds > Rebuilding/Restarting Exim Mail Server

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:

  1. Linux server tip: force reboot/shutdown Forcing reboot A Linux Server is not Windows XP and…
  2. Linux Server Type: Restoring MySQL SimLink. If you’re unable to restart mysqld and troubleshooting the cause:…

Related posts:

  1. Linux server tip: force reboot/shutdown
  2. Linux Server Type: Restoring MySQL SimLink.
  3. Remote server performance monitoring on your iPhone.
  4. Virtuozzo: Fixing Windows VPS Container Start Errors
  5. Changing hostname and IP on a CentOS server

Feeds

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.