On Fri, Jul 15, 2005 at 12:39:04AM +0100, p cooper wrote: > Im sending emails from a PHP app -> exim (instead of sendmail). the logs seem > to show that the mesage has been sent , but they arent arriving the other > end. > Anyone know how to start troubleshooting this (if i can) ?
put this in your exim configure file. log_selector = +subject +smtp_confirmation Then you'll get a confirmation string in the log file, something like 2005-07-15 06:22:35 1DtJaA-000Ixk-B7 => [EMAIL PROTECTED] R=dnslookup T=remote_smtp H=mx1.mail.ukl.yahoo.com [195.50.106.7] C="250 ok dirdel" Not so useful with yahoo, but very useful when sending to a postfix/exim/sendmail/qmail server which puts the message ID in the confirmation string.
smime.p7s
Description: S/MIME cryptographic signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
