On 13/07/2009, Dmitry Baryshev <[email protected]> wrote: > Hi. Does it mean that there is no way to determine email status > without parsing logs? I mean that if I have no logs on my box, I won't > determine the email status at all? Thanks!
If you're looking for a separate API that allows you to query the status of a message, there is none. But if your C/C++ code is carrying out the SMTP dialogue with Exim, you can use Exim ACLs to provide feedback to your code within the 2xx, 4xx and 5xx messages. If the real problem is that Exim is accepting messages with bogus 'From' addresses, you can adjust this in an ACL as well. That's where the log suggestion comes in - find out exactly why Exim is not delivering the message and you'll be better informed. Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
