PDA

View Full Version : Exim/Sendmail


Adam
06-16-2003, 11:45 PM
Hey guys

We have a customer using sendmail on his old server, now our directadmin server uses exim.

His scripts wont work now and I cant seem to figure it out - is exim already simlinked to sendmail?

Anybody know how to fix this?

The Prohacker
06-17-2003, 12:13 AM
Exim is symlinked to where sendmail is..

Is this script PHP or Perl? Also is it directly calling exim? Or via a seperate mail function?

If its calling it directly you may need to add the username as a trusted user to /etc/exim.conf

Adam
06-17-2003, 09:40 AM
It is a PHP script and is calling a separate mail function

DirectAdmin Support
06-17-2003, 02:32 PM
It is possible that php wasn't compiled with sendmail. Try running:
/usr/local/directadmin/scripts/php.sh
and it should find sendmail (exim) and include it. Restart apache after you do this.

John