On 2010-08-01 at 16:18 +0200, Axel Rau wrote: > 23:51:30 exim[98865]: H=(allestekoop.com) [190.20.188.71] F=<[email protected]> > rejected RCPT <[email protected]>: response to "RCPT TO:<[email protected]>" from > imap.lrau.net [91.216.35.80] was: 550 5.1.1 [email protected] is not a legal > destination address > 23:51:30 exim[98866]: H=(allestekoop.com) [190.20.188.71] F=<[email protected]> > rejected RCPT <[email protected]>: response to "RCPT TO:<[email protected]>" from > imap.lrau.net [91.216.35.80] was: 550 5.1.1 [email protected] is not a legal > destination address
> > > > It ends ab in the acl_smtp_rcpt, where non-existant recipient gets > rejected, but acl_smtp_mail not referenced at all. The rejection message shows that the system where Exim was running, and you took the logs from, tried to send to a remote host, which responded with extended response codes, which suggests that it was not running Exim. What it looks like here is that your sender callout verification is rejecting the sender as invalid and your sender callout verification is happening before the snippet of your configuration which you showed us. -Phil -- ## 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/
