UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  eUKhost's Official Web Hosting Forum > Technical Support > VPS Hosting - Virtual Private Servers

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 14-12-2009, 21:01
new member
 
Join Date: Dec 2009
Posts: 5
Default getting Invalid HELO name in exim log

Hi,

I'm getting Access denied - Invalid HELO name (See RFC2821 4.1.1.1) in the exim_rejectlog when im trying to send an email using the username and password for the email account.

I can recieve mail but not sent.


-glenn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 14-12-2009, 22:15
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Hi Glenn,

Let me explain a bit on the these extended HELLO (EHLO) or (HELO) checks first:
Quote:
These commands (ELHO & HELO) are used to identify the SMTP client (your local machine) to the SMTP server (your VPS). The argument field contains the fully-qualified domain name of the SMTP client if one is available. In situations in which the SMTP client system does not have a meaningful domain name (e.g., when its address is dynamically allocated & no reverse mapping record is available), the client SHOULD send an address literal (see section 4.1.3), optionally followed by information that will help to identify the client system. The SMTP server identifies itself to the SMTP client in the connection greeting reply & in the response to this command.

4.1.3. Address Literals:
Sometimes a host is not known to the domain name system & communication (and, in particular, communication to report & repair the error) is blocked. To bypass this barrier a special literal form of the address is allowed as an alternative to a domain name. For IPv4 addresses, this form uses four small decimal integers separated by dots & enclosed by brackets such as [123.255.37.2], which indicates an (IPv4) Internet Address in sequence-of-octets form.


rfc-ref.org
There are 2 reasons for this error to occur:

1) Extended HELLO (EHLO) or (HELO) check being enabled in Exim Configuration Editor: HELO checking was introduced in 11.24 release version of cPanel, & set to ON/Enabled by default. You can disable this auto-check setting in the Exim Configuration Editor inside of WHM. But doing so will cause you receive more amount of spam. I'd rather recommend setting up a reverse DNS on the IP address from which the emails are being sent from than turning off this helo/ehlo check feature in WHM.

2) The SMTP authentication settings in your email client: If you're getting this error when sending out email from your local machine using an email client, such as Outlook, Thunderbird, etc. please make sure you have authentication turned ON for the outgoing mail. Go into the advanced settings & for the outgoing server, & check "Outgoing server requires authentication, use same settings as incoming server" that should solve your issue.

For Outlook/Outlook Express:
  • Click Tools then E-mail Accounts.
  • Select "View or change existing e-mail accounts" & click Next.
  • Select the email account & click Change.
  • Click on "More settings".
  • Select "Outgoing Server" tab.
  • Check/Enable "My outgoing server (SMTP) requires authentication".
  • Click Ok, Next & Finish.
For Mozilla Thunderbird:
  • Go to Tools, then Account Settings, then Outgoing Server (SMTP).
  • Select the server that you wish to use to send e-mail & press the Edit button.
  • Check the Use name & password option.
  • Add your User Name (which will be your full email address).
  • Click OK.
Once these steps are done, try to send the email again. Please let know if you continue to experience similar problems..
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 14-12-2009, 22:43
new member
 
Join Date: Dec 2009
Posts: 5
Default

Hi thanks for answer.

I don't know if I got it all wrong, but it seems that both of the steps are qualified.

1. I have reverse dns both on my mail client and the smtp server (vps).
(also tested with another customer of mine) and the client also has reverse dns.

2. I also use outgoing authentication.

But I can not connect to port 25 neither. (connection refused)

-glenn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 14-12-2009, 22:51
new member
 
Join Date: Dec 2009
Posts: 5
Default

I also get this message in the exim_mainlog:

TLS error on connection from [<ip address>] (SSL_accept): error:00000000:lib(0):func(0):reason(0)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 14-12-2009, 23:56
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by gflaten View Post
Hi thanks for answer.

I don't know if I got it all wrong, but it seems that both of the steps are qualified.

1. I have reverse dns both on my mail client and the smtp server (vps).
(also tested with another customer of mine) and the client also has reverse dns.

2. I also use outgoing authentication.

But I can not connect to port 25 neither. (connection refused)

-glenn
Quote:
Originally Posted by gflaten View Post
I also get this message in the exim_mainlog:

TLS error on connection from [<ip address>] (SSL_accept): error:00000000:lib(0):func(0):reason(0)
Hi Glenn,

If telnet'ing to port 25 doesnt work, it means that it's either being blocked on your local machine/network or at your ISP level. ISPs are cracking down on port 25, preventing users from using 3rd-party SMTP servers, even with authentication. All a well-intentioned but naive attempt to prevent spamming & confusing spammers.. Please try switching off SSL [TLS/SALS, etc] in the email client & using port 587 instead of 25..
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 15-12-2009, 00:05
new member
 
Join Date: Dec 2009
Posts: 5
Default

Hi,

I turned of SSL and used 587.. Now it works!

nice

Thanks.

-glenn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 15-12-2009, 00:22
Rock's Avatar
Technical Support (eUKhost.com)
 
Join Date: Oct 2006
Location: localhost
Posts: 3,356
Send a message via MSN to Rock Send a message via Skype™ to Rock
Smile

Quote:
Originally Posted by gflaten View Post
Hi,

I turned of SSL and used 587.. Now it works!

nice

Thanks.

-glenn
You're most welcome.. Glad to know that it worked
__________________

Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook

For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT. The time now is 02:46.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
UK Web Hosting by eUKHosting 3.1.0
UK Web Hosting by eUKHosting 3.1.0
Copyright © 2001-2012, eUKhost LTD. All rights reserved.

 


UK VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

VoIP Dedicated Servers
Asterisk, Trixbox Dedicated Servers

Business Web Hosting
100% uptime Hosting

UK Cpanel Hosting
cPanel Shared Hosting

Domain Hosting
Cheap Domains & Hosting Plans

UK Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

ColdFusion Hosting
ColdFusion Web Hosting
 
 

Android and Apple App


knowledgebase articles
eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting

Joomla Hosting
Joomla Web Hosting

Mambo Hosting
Mambo Web Hosting

Magento Hosting
Magento Web Hosting

Wordpress Hosting
Wordpress Web Hosting

 

Web Hosting Affiliate Program
 

popular blog categories

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles