Useful exim.conf additions

Well I only have used it with postnuke and pnphpbb2, postnuke has 3 options for mail delivery, SMTP, php mail() and sendmail, the latter 2 fail with auth failures when I make the config changes, when I have time I might try it again and use something else on the server and see what happens. But postnuke had auth errors when using php mail() and sendmail with the config changes.

If you modified your exim.pl could you perhaps post it please?

thanks
 
Try to run simple php script with mail() call
PHP:
<?
echo mail("***@domain.com","test","test","from: ***@domain.com");
?>
and check what will happen to message.

And can you show me your debug output from /usr/sbin/sendmail -d -t -i ?
If you modified your exim.pl could you perhaps post it please?
Our exim.pl is modified for using with our SMTP Limiter Plugin. It has no relation to modifications I have posted in this thread.
 
Back
Top