Re: [exim] Strange Sender Verification behaviour

Top Page
Delete this message
Reply to this message
Author: Fred Viles
Date:  
To: exim-users
Subject: Re: [exim] Strange Sender Verification behaviour
On 13 Feb 2006 at 9:55, Philip Hazel wrote about
    "Re: [exim] Strange Sender Verificat":


|...
| The test that is needed is a debugging test that forces Exim to
| do the callout. You can do this by running
|
| exim -d -bhc 1.2.3.4 2>/tmp/eximstderr
| ehlo a.domain
| mail from:<mail.llorien.org-1139481506-testing@???>
| rcpt to:<yyrutebjkuwpbh@???>
| quit


I believe the test session should have:

mail from:<yyrutebjkuwpbh@???>
rcpt to:<renaud@???>

The <mail.llorien.org-1139481506-testing@???> address
was synthesized by exim when doing the /random part of the callout,
it wasn't actually the sender address. And the recipient address was
surely in Renaud's domain.

- Fred