Tried to do the same thing because I also have users getting the same mail over and over again, ran this:
/usr/local/directadmin/scripts/exim.sh
and got a whole bunch of errors:
webserver:~# /usr/local/directadmin/scripts/exim.sh
dpkg - warning: ignoring request to remove exim4 which isn't installed.
dpkg - warning: ignoring request to remove exim4-base which isn't installed.
dpkg - warning: ignoring request to remove exim4-config which isn't installed.
dpkg - warning: ignoring request to remove exim4-daemon-light which isn't installed.
dpkg - warning: ignoring request to remove exim4-config-2 which isn't installed.
dpkg - warning: ignoring request to remove exim4-daemon-heavy which isn't installed.
dpkg - warning: ignoring request to remove rmail which isn't installed.
dpkg - warning: ignoring request to remove sendmail-bin which isn't installed.
dpkg - warning: ignoring request to remove sendmail which isn't installed.
dpkg - warning: ignoring request to remove mail-transport-agent which isn't installed.
dpkg - warning: ignoring request to remove postfix which isn't installed.
dpkg - warning: ignoring request to remove ssmtp which isn't installed.
dpkg - warning: ignoring request to remove courier-authdaemon which isn't installed.
dpkg - warning: ignoring request to remove courier-authlib which isn't installed.
dpkg - warning: ignoring request to remove courier-authlib-userdb which isn't installed.
dpkg - warning: ignoring request to remove courier-base which isn't installed.
dpkg - warning: ignoring request to remove courier-imap which isn't installed.
dpkg - warning: ignoring request to remove courier-imap-ssl which isn't installed.
dpkg - warning: ignoring request to remove courier-maildrop which isn't installed.
dpkg - warning: ignoring request to remove courier-pop which isn't installed.
dpkg - warning: ignoring request to remove courier-pop-ssl which isn't installed.
dpkg - warning: ignoring request to remove courier-ssl which isn't installed.
dpkg - warning: ignoring request to remove exim4 which isn't installed.
dpkg - warning: ignoring request to remove exim4-base which isn't installed.
dpkg - warning: ignoring request to remove exim4-config which isn't installed.
dpkg - warning: ignoring request to remove exim4-daemon-light which isn't installed.
dpkg - warning: ignoring request to remove exim4-config-2 which isn't installed.
dpkg - warning: ignoring request to remove exim4-daemon-heavy which isn't installed.
dpkg - warning: ignoring request to remove rmail which isn't installed.
dpkg - warning: ignoring request to remove sendmail-bin which isn't installed.
dpkg - warning: ignoring request to remove sendmail which isn't installed.
dpkg - warning: ignoring request to remove mail-transport-agent which isn't installed.
dpkg - warning: ignoring request to remove postfix which isn't installed.
dpkg - warning: ignoring request to remove ssmtp which isn't installed.
dpkg - warning: ignoring request to remove courier-authdaemon which isn't installed.
dpkg - warning: ignoring request to remove courier-authlib which isn't installed.
dpkg - warning: ignoring request to remove courier-authlib-userdb which isn't installed.
dpkg - warning: ignoring request to remove courier-base which isn't installed.
dpkg - warning: ignoring request to remove courier-imap which isn't installed.
dpkg - warning: ignoring request to remove courier-imap-ssl which isn't installed.
dpkg - warning: ignoring request to remove courier-maildrop which isn't installed.
dpkg - warning: ignoring request to remove courier-pop which isn't installed.
dpkg - warning: ignoring request to remove courier-pop-ssl which isn't installed.
dpkg - warning: ignoring request to remove courier-ssl which isn't installed.
(Reading database ... 25685 files and directories currently installed.)
Preparing to replace exim 4.69-1 (using da_exim-4.69.deb) ...
Unpacking replacement exim ...
Setting up exim (4.69-1) ...
System startup links for /etc/init.d/exim already exist.
mkdir: cannot create directory `usage': File exists
inetd: no process killed
make: `wrapper' is up to date.
Testing for perl (/usr/bin/perl)...
Configuring scripts...
./install.sh -m 751 -O 1002 -g 1 . /etc/virtual/majordomo
./install.sh -m 755 -O 1002 -g 1 . /etc/virtual/majordomo/bin
Copying tools to /etc/virtual/majordomo/bin
Copying Majordomo files to /etc/virtual/majordomo
Copying archiving and other tools to /etc/virtual/majordomo/Tools
./install.sh -m 755 -O 1002 -g 1 . /etc/virtual/majordomo/Tools
Using installed majordomo.cf
Installing manual pages in /etc/virtual/majordomo/man
To finish the installation, 'su' to root and type:
make install-wrapper
If not installing the wrapper, type
cd /etc/virtual/majordomo; ./wrapper config-test
(no 'su' necessary) to verify the installation.
./install.sh -o root -g 1 \
-m 4755 wrapper /etc/virtual/majordomo/wrapper
To verify that all the permissions and etc are correct,
run the command
cd /etc/virtual/majordomo; ./wrapper config-test
update-rc.d: warning: /etc/init.d/da-popb4smtp missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
System startup links for /etc/init.d/da-popb4smtp already exist.
Starting DA-PopB4Smtp:
webserver:~#
I do not understand any of this, since I am really new to this, can someone explain why these errors appear? server runs fine as far as I can tell, just the email problem where the same mail gets delivered over and over again.
any help would be great.