EHLO/HELO
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
EHLO/HELO
Currently, i have hMailServer set up and everything is great (nice product, byt the way)
I noticed that, when sending to Hotmail, sometimes it goes to the junk mail folder and other times it goes to nowhere (just disappears).
I host my own DNS servers and have created all of my NS, CName, A, MX, PTR and SPF (v 1.0 only) records checked and verified with DNSStuff.
After much research and log file review I believe that the only thing preventing me from sending to Hotmail successfully is the EHLO/HELO hotname as it shows (in the log file):
... EHLO mfz
mfz if the name of that machine which resides only in a workgroup - I do not have ActiveDirectory installed and do not have any domains or forests set up.
So, the question is.. how do I change what gets sent as the EHLO/HELO hotname so that mfz.mydomainname.com appears instead of just mfz??
running Windows 2003 Server
I have tried playing with the settings under "System Properties" as well as Network settings. I must be missing some thing.
If anyone wants to verify my DNS Settings (which i think are fine), its http://www.landscapemanagementsystem.com
thanks
I noticed that, when sending to Hotmail, sometimes it goes to the junk mail folder and other times it goes to nowhere (just disappears).
I host my own DNS servers and have created all of my NS, CName, A, MX, PTR and SPF (v 1.0 only) records checked and verified with DNSStuff.
After much research and log file review I believe that the only thing preventing me from sending to Hotmail successfully is the EHLO/HELO hotname as it shows (in the log file):
... EHLO mfz
mfz if the name of that machine which resides only in a workgroup - I do not have ActiveDirectory installed and do not have any domains or forests set up.
So, the question is.. how do I change what gets sent as the EHLO/HELO hotname so that mfz.mydomainname.com appears instead of just mfz??
running Windows 2003 Server
I have tried playing with the settings under "System Properties" as well as Network settings. I must be missing some thing.
If anyone wants to verify my DNS Settings (which i think are fine), its http://www.landscapemanagementsystem.com
thanks
Last edited by dan.kotarski on 2007-07-21 18:12, edited 1 time in total.
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
Have a look at hMailServer Administrator section:
Configuration>Protocol>SMTP
And in the general folder you have:
"Welcome message" for incoming SMTP
And in the second folder you have:
"Computer name (or something similar)" and I think that's for outgoing SMTP
With all this you can put mfz.mydomainname.com there and I think it will do the job.
Configuration>Protocol>SMTP
And in the general folder you have:
"Welcome message" for incoming SMTP
And in the second folder you have:
"Computer name (or something similar)" and I think that's for outgoing SMTP
With all this you can put mfz.mydomainname.com there and I think it will do the job.
My perfect combination:
hMailServer 5.6.1 (B2208), ASSP 1.3.3.8 (antispam), Clamav 0.98.6 (antivirus)
hMailServer 5.6.1 (B2208), ASSP 1.3.3.8 (antispam), Clamav 0.98.6 (antivirus)
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
IPRat: I have made that change and here are the log file results
"SMTPD" 4936 6735 "2007-07-13 09:15:36.703" "192.168.1.1" "SENT: 220 mail.landscapemanagementsystem.com ESMTP"
"SMTPD" 4936 6735 "2007-07-13 09:15:36.718" "192.168.1.1" "RECEIVED: EHLO mfz"
"SMTPD" 4936 6735 "2007-07-13 09:15:36.718" "192.168.1.1" "SENT: 250-hmailserver[nl]250-SIZE[nl]250 AUTH LOGIN PLAIN"
"SMTPD" 4936 6735 "2007-07-13 09:15:36.703" "192.168.1.1" "SENT: 220 mail.landscapemanagementsystem.com ESMTP"
"SMTPD" 4936 6735 "2007-07-13 09:15:36.718" "192.168.1.1" "RECEIVED: EHLO mfz"
"SMTPD" 4936 6735 "2007-07-13 09:15:36.718" "192.168.1.1" "SENT: 250-hmailserver[nl]250-SIZE[nl]250 AUTH LOGIN PLAIN"
Dan, I think you're misreading the log file.
RECEIVED: EHLO mfz means that someone else sent EHLO mfz and hMailServer received that. It does not mean that hMailServer has sent EHLO mfz.
The fifth column shows that the text EHLO mfz was sent from IP address 192.168.1.1 which I assume is localhost? If so it looks like you have some software which forwards SMTP traffic to hMailServer and sends EHLO mfz. Perhaps ASSP or something similar?
RECEIVED: EHLO mfz means that someone else sent EHLO mfz and hMailServer received that. It does not mean that hMailServer has sent EHLO mfz.
The fifth column shows that the text EHLO mfz was sent from IP address 192.168.1.1 which I assume is localhost? If so it looks like you have some software which forwards SMTP traffic to hMailServer and sends EHLO mfz. Perhaps ASSP or something similar?
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
It must be. I say that because...
i enabled the HELO spam check and sent an email to myself. I also set up the hMailServer so that [SPAM] gets added to the subject line but still delivers it (so i can analyze) and add the spam detection reason to the message header (in x-hMailSercer-Reason)
I get the mail (with the [SPAM] tag in the subject line).
and when I view the message source I can see the following:
X-hMailServer-Reason: The host name specified in HELO does not match IP address.
If I remove the HELO check, [SPAM] does not get added to the subject line and X-hMailServer-Reason does not get appended to the messagfe headers.
Am I way off course? Please correct me (if I am wrong).
i enabled the HELO spam check and sent an email to myself. I also set up the hMailServer so that [SPAM] gets added to the subject line but still delivers it (so i can analyze) and add the spam detection reason to the message header (in x-hMailSercer-Reason)
I get the mail (with the [SPAM] tag in the subject line).
and when I view the message source I can see the following:
X-hMailServer-Reason: The host name specified in HELO does not match IP address.
If I remove the HELO check, [SPAM] does not get added to the subject line and X-hMailServer-Reason does not get appended to the messagfe headers.
Am I way off course? Please correct me (if I am wrong).
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
UPDATE
I have tested sending emial to Hotmail and it WORKS !
WOO HOO!
However, it is still labelled as spam (the [SPAM] tag is added to the subject line) because hMailserver is trying to resolve the ip of the computer who sent it. Of course, this is because the email (sent from a webpage on the same computer) is looking up its own host aka localhost.
i still want to use the HELO check (excellent spam filter) but when i send from my local machine, it must lookup the local name and resolve it to mfz.landscapemanagementsystem.com...so we're not out of the woods yet.
Anyone know how to FORCE a server to do a name lookup and include the domains name instead of just the computer name?
WOO HOO!
However, it is still labelled as spam (the [SPAM] tag is added to the subject line) because hMailserver is trying to resolve the ip of the computer who sent it. Of course, this is because the email (sent from a webpage on the same computer) is looking up its own host aka localhost.
i still want to use the HELO check (excellent spam filter) but when i send from my local machine, it must lookup the local name and resolve it to mfz.landscapemanagementsystem.com...so we're not out of the woods yet.
Anyone know how to FORCE a server to do a name lookup and include the domains name instead of just the computer name?
-
- New user
- Posts: 14
- Joined: 2007-07-13 14:55
ulas and Kaan1983....
due to an error on my part, I still cannot send to Hotmail and get it into the Inbox. However, I sent and email to SenderID@Microsoft.com with my domain name as the body (no subject), and they replied with a message saying that they updated their list (???) and that it may take up to 2 business days to completely propogate through their servers.
sorry for the confusion
due to an error on my part, I still cannot send to Hotmail and get it into the Inbox. However, I sent and email to SenderID@Microsoft.com with my domain name as the body (no subject), and they replied with a message saying that they updated their list (???) and that it may take up to 2 business days to completely propogate through their servers.
sorry for the confusion