- 66 Views
- 08/08/2024
How to Building Exim for Email Services on DirectAdmin
To build and install Exim on a DirectAdmin server, you will need to follow several steps to ensure Exim operates correctly and is integrated with DirectAdmin.
Please SSH into the server and run the following command:
cd /usr/local/directadmin/custombuild
./build set exim yes
./build set eximconf yes
./build set spamassassin yes
./build exim
./build exim_conf
./build set exim yes
./build set eximconf yes
./build set spamassassin yes
./build exim
./build exim_conf
To fully use webmail as well as IMAP and POP services, you should also build Dovecot.
cd /usr/local/directadmin/custombuild
./build set dovecot yes
./build set dovecot_conf yes
./build dovecot
./build dovecot_conf
./build set dovecot yes
./build set dovecot_conf yes
./build dovecot
./build dovecot_conf
Thanks for visit my website