[exim] Local e-mails aren't being delivered!

Top Page
Delete this message
Reply to this message
Author: chrille112
Date:  
To: exim-users
Subject: [exim] Local e-mails aren't being delivered!

This is my problem:

I have PHP script to send e-mails:

<?
mail("chrille@???","testar","hejhej");
mail("chrille@???","testar","hejhej");
mail("scroller@???","testar","hejhej");
?>

Domain A and C are hosted on the server I'm running the script from, and B
is on an external server. The delivery works perfectly to the external
domain, but internally the e-mails never gets delivered!

In /var/log/exim_mainlog it looks correctly:
2007-02-11 21:57:06 1HGLlJ-0001WD-TB => halvapri <chrille@???>
R=localuser T=local_delivery
2007-02-11 21:57:06 1HGLlJ-0001WD-TB Completed
2007-02-11 21:57:07 1HGLlJ-0001WH-U7 => scroller <scroller@???>
R=virtual_user T=virtual_userdelivery
2007-02-11 21:57:07 1HGLlJ-0001WH-U7 Completed
2007-02-11 21:57:07 1HGLlJ-0001WF-Tc => chrille@??? R=lookuphost
T=remote_smtp H=ensim2.XX.com [217.198.100.100] X=TLSv1:AES256-SHA:256
2007-02-11 21:57:07 1HGLlJ-0001WF-Tc Completed

How do I solve this? What log file should I look in to see more?
--
View this message in context: http://www.nabble.com/Local-e-mails-aren%27t-being-delivered%21-tf3212090.html#a8919952
Sent from the Exim Users mailing list archive at Nabble.com.