This is my problem:
I have PHP script to send e-mails:
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!Code:<? mail("chrille@DOMAIN-A.com","testar","hejhej"); mail("chrille@DOMAIN-B.com","testar","hejhej"); mail("scroller@DOMAIN-C.com","testar","hejhej"); ?>
In /var/log/exim_mainlog it looks correctly:
How do I solve this? What log file should I look in to see more?Code:2007-02-11 21:57:06 1HGLlJ-0001WD-TB => halvapri <chrille@DOMAIN-A.com> 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@DOMAIN-C.com> 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@DOMAIN-B.com 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



LinkBack URL
About LinkBacks
Reply With Quote
Did I add it correctly?

I checked the mail on the new account, and all was there 




