Exim/Sendmail

Adam

Verified User
Joined
Jun 16, 2003
Messages
11
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?
 
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
 
It is a PHP script and is calling a separate mail function
 
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
 
Back
Top