
jeff at seamanpaper
Feb 1, 2010, 10:35 AM
Post #12 of 12
(2791 views)
Permalink
|
|
Re: client always sends its ip address in HELO why?
[In reply to]
|
|
For what it's worth I have internal DNS (djbdns) correctly configured so that all client hostnames and (private) addresses can always be looked up, yet Thunderbird always says HELO with an IP address. This is on Windows, so it may be a Windows issue. 2010/2/1 Paul Farrow <qmaillist [at] farrowcomputing> > wanted to say sorry and thank you to everyone. When I actually stopped > flapping about I realised the problem was with the recipients I was sending > to not myself. Good old qmail been running here since around 98/99 on the > same installation and its as good as ever - the problem is the users !! ie > ME. > > thanks again > > Paul > > > Paul Farrow wrote: > > ok I am just going crazy I think, apologies to everyone. I think I need to > tackle it another way by trying to work out why it comes back as a spoof. I > thought originally it was because my local address isnt resolved via a > reverse dns. And that ip address of 192.168.0.2 resolves to a public ip so I > guess other mail servers are using that to validate against my helo - who > knows. > > I will go away and think about it a bit more. > > Thanks everyone. > > Paul > > Joshua Megerman wrote: > > On Friday 29 January 2010 19:51:43 Paul Farrow wrote: > > > Hi Hugo > > what I meant was that there doesnt appear to be a second HELO from my > qmail mail server when I send email from my thunderbird client > > Received: from mail.farrowcomputing.com ([83.217.165.190]) byFHSERVER1.farrowhosting.com with MailEnable ESMTP; Sat, 30 Jan 2010 > 00:46:52 +0000 > > > The above line is not generated by qmail, and as such you can't expect it to > generate a received: line using the same format. Apparently MailEnable > doesn't record the HELO information, at least if it can resolve the reverse > DNS. > > > > Received: (qmail 6851 invoked from network); 30 Jan 2010 00:46:51 -0000 > > > This line is generated by the handoff from qmail-smtpd to qmail-queue, and thus > there's no HELO involved. > > > > Received: from unknown (HELO ?192.168.0.2?) (paulfarrow [at] 192) > by mail.farrowcomputing.com with SMTP; 30 Jan 2010 00:46:51 -0000 > > > This is the original HELO given to qmail-smtpd > > <other headers snipped> > > > > as you can see from the above the only HELO is from 192.168.0.2 which is > my internal desktop machine. There is no HELO from my qmail servermail.farrowcomputing.com should there be? My colleague has one from his > qmail server in the same scenario ie sending mail from his internal client. > > > > Since the HELO from your server is recorded by the next server down the line, > what the header says is entirely controlled by that server software, and thus > you cannot expect to see qmail's HELO unless it's sent to another qmail > server. > > Does that explain it? > > >
|