Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

Can not Send email - 550 Access denied - Invalid HELO name

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Post Reply
  • Print view
Advanced search
12 posts
  • Previous
  • 1
  • 2
frankcisco
Posts: 11
Joined: Sat Nov 24, 2018 4:04 am
Contact:
Contact frankcisco
Website

Os: CentOS 6x
Web: apache + nginx
Re: Can not Send email - 550 Access denied - Invalid HELO name
  • Quote

Post by frankcisco » Tue Jan 28, 2020 10:21 am

esteban wrote: ↑
Mon Nov 27, 2017 6:39 pm
I just found the answer here: viewtopic.php?t=7410
Access denied - Invalid HELO name (See RFC2821 4.1.3)

Edit
vi /etc/exim4/exim4.conf.template

Comments lines
# drop condition = ${if isip{$sender_helo_name}}
# message = Access denied - Invalid HELO name (See RFC2821 4.1.3)

/etc/init.d/exim4 restart
As my server is running Centos, had to restart with

Code: Select all

systemctl restart exim
Worked as a charm ;)
tried this. and the display error disappear but still the mail its not sent to the intended email adress
Top

willhoy1
Posts: 1
Joined: Sat Mar 14, 2020 11:34 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: Can not Send email - 550 Access denied - Invalid HELO name
  • Quote

Post by willhoy1 » Sat Mar 14, 2020 11:43 pm

Hi Peoples unable to find a solution,

This works for me and provides a valid HELO

Edit /etc/exim4/exim4.conf.template

Comment Lines:

Code: Select all

# drop condition = ${if isip{$sender_helo_name}}
# message = Access denied - Invalid HELO name (See RFC2821 4.1.3)
Uncomment Line:

Code: Select all

helo_data = $sender_address_domain
The helo_data is configured to send via relevant domain the email is coming from, so if your hostname is my.domain.com and your logging into my.otherdomain.com to send an email, it must carry the helo domain from my.otherdomain.com not the hostname.

I found in my Exim config this helo_data line was commented by default, it therefor had to be un-commented to send from a multi-domain setup.
Top


Post Reply
  • Print view

12 posts
  • Previous
  • 1
  • 2

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password