By shairyar
Hi,
I am new to owning the VPS and learning alot of things, i search for for the answers on DO and came across alot of posts some made few sense and some none probably due to my lack of knowledge.
The problem I am having is after moving to DO some of my emails that I send are getting bounced back and the error I get it as following
(reason: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1))
After googling some posts suggests I need to look into my configuration to make sure they are done right for example make sure FDQN is setup.
When I run the command hostname i see my hosting listed on terminal so i am assuming that right, when i run the command hostname -f i see the following on terminal
localhost.localdomain
So here is my first question is that right? is localhost.localdomain what we are supposed to be using? if not then how do i fix it and what to i change that to?
inside my host file i see the following lines
127.0.1.1 localhost.localdomain hostname hostname 127.0.0.1 localhost
Is this setup right? what am i missing?
Any help will be really appreciated
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
The issue you are facing is that the initial response from your server to the sending server is based in the HELO command. This command allows you to identify yourself before sending email, and should contain your fully qualified hostname.
If the fully qualified domain name is not used, many mail servers will begin rejecting the mail as the server is technically misconfigured. For more information, please visit: https://www.ietf.org/rfc/rfc2821.txt and scroll down to section 4.1.1.1
4.1.1.1 Extended HELLO (EHLO) or HELLO (HELO)
These commands are used to identify the SMTP client to the SMTP server. The argument field contains the fully-qualified domain name of the SMTP client if one is available.
Please let us know if there is anything else we can help you with.
Best, Mike
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.