Re: [Exim] VmailSQL and MySql and Exim3 and SMTP error

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: ScaryG
CC: exim-users
Subject: Re: [Exim] VmailSQL and MySql and Exim3 and SMTP error
ScaryG wrote:
> I ran exim in debug mode level9 and captured the following but I don't
> know how to pull out what part of outside mail deliveries are going wrong
> (but in the meantime, anything sent on the local internal lan to this
> virtual subdomain work fine)
>
> except....


> SMTP>> 250 <bob_lablaw@???> is syntactically correct
> SMTP<< RCPT TO:<robward@???>

          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Envelope To:


> SMTP>> 250 <robward@???> is syntactically correct
> SMTP<< DATA
> SMTP>> 354 Enter message, ending with "." on a line by itself
> search_tidyup called
> host in ignore_fromline_hosts? no (option unset)
>
>>>Original headers (size=355):
>>
> Message-ID: <20021016003521.28529.qmail@???>
> Received: from [64.231.139.9] by web13502.mail.yahoo.com via HTTP; Tue, 15
> Oct 2002 17:35:21 PDT
> Date: Tue, 15 Oct 2002 17:35:21 -0700 (PDT)
> From: Bob Lablaw <bob_lablaw@???>
> Subject: test
> To: robward@???

       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^MessageHeader-To



You're missing the point that an MTA delivers mails depending on the
Envelope address, not depending on MessageHeader-addresses, and this
mail is send to "<robward@???>" even if the message header
states "robward@???".

ciao