The service ‘exim’ on server xxx is currently down

Rebuild your exim.

cd /usr/local/directadmin/custombuild
./build update
./build set exim yes
./build set eximconf yes
./build set eximconf_release 4.5
./build set spamassassin yes
./build update
./build exim
./build exim_conf

Start, stop and restart the Exim mail server

Start Services:

/etc/init.d/exim start

or

service exim start

Stop Services:

/etc/init.d/exim stop

or

service exim stop

Restart Services

/etc/init.d/exim restart

or

service exim restart

Status of Exim service:

/etc/init.d/exim status

or

service exim status

or

systemctl status exim.service
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to reinstall DirectAdmin in your web server?

Run the following commands to install: cd /usr/local/directadmin./directadmin i./directadmin p

How to install imagick with custombuild of DA?

Run the following command: cd /usr/local/directadmin/custombuild ./build update ./build...

Change DA port to your choice where CSF installed

Here I will show you how to change the port from 2222 to 9999 in two steps. Step One:...

How to migrate cPanel account to DirectAdmin?

The cPanel conversion script currently only works for Admin Level restores. You must have to be...

How to free up some space in DirectAdmin?

You can do the following to free up some space: cd /usr/local/directadmin/custombuild rm -f...