OpenEMM, Exim and Sendmail
Posted: Wed Mar 12, 2008 6:26 pm
I reviewed the other forum topic where site admin MA stated
I know that exim can be configured to accept any sendmail requests and process them just as sendmail would by putting symlinks in place:
Thanks for any assistance!
I wanted to confirm my understanding of this though as it appears in WHM 11.x that I have installed on my dedicated host, it is rather difficult to get exim uninstalled/disabled as it has dependencies to the RedHat core."From the script output it seems that your distribution does not use SMTP server sendmail but exim. However, you need sendmail for OpenEMM (or you have to wait for release 5.5 scheduled for Mya, which does not need sendmail any more)."
I know that exim can be configured to accept any sendmail requests and process them just as sendmail would by putting symlinks in place:
Is this acceptable for OpenEMM to function properly and send any sendmail requests through Exim?There are two links to Exim that you should have under all circumstances: /usr/bin/rmail and /usr/sbin/sendmail.[2] When you compose and send a mail message with a user agent like elm, the message is piped to sendmail or rmail for delivery, which is why both /usr/sbin/sendmail and /usr/bin/rmail should point to Exim. The list of recipients for the message is passed to Exim on the command line.[3] The same happens with mail coming in via UUCP. You can set up the required pathnames to point to Exim by typing the following at a shell prompt:
$ ln -s /usr/sbin/exim /usr/bin/rmail
$ ln -s /usr/sbin/exim /usr/sbin/sendmail
Thanks for any assistance!