Author Topic: Erro SMTP (450)  (Read 14073 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Erro SMTP (450)
« on: April 18, 2015, 04:39:00 PM »
I can't send emails but can receive. Displays the message: SMTP Error (450): failed to add the recipient

"myemail@hotmail.com" (4.7.1 <xxx.208.26.82>: Helo command rejected: Host not found).

Offline
*
Re: Erro SMTP (450)
« Reply #1 on: April 19, 2015, 10:56:13 AM »
hi rafaballack,

maybe you set "Reject Unknown Hostname" in postfix manager menu,

try to find and comment # this line

Code: [Select]
reject_unknown_helo_hostname
in /etc/postfix/main.cf an then

Code: [Select]
service postfix restart

Offline
*
Re: Erro SMTP (450)
« Reply #2 on: April 19, 2015, 10:21:33 PM »
or rebuild mail server without that option.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Erro SMTP (450)
« Reply #3 on: April 23, 2015, 12:05:31 AM »
hi rafaballack,

maybe you set "Reject Unknown Hostname" in postfix manager menu,

try to find and comment # this line

Code: [Select]
reject_unknown_helo_hostname
in /etc/postfix/main.cf an then

Code: [Select]
service postfix restart

Worked!
But when sending any email, does not receive

Offline
*
Re: Erro SMTP (450)
« Reply #4 on: May 04, 2015, 09:25:47 PM »
you should check mail server logs and your dns records.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Erro SMTP (450)
« Reply #5 on: July 27, 2022, 08:27:24 AM »
I see the following error

Quote
smtp 450 failed to add recipient 4.7.1
even though the following parameter is disabled and not used

Code: [Select]
reject_unknown_helo_hostname

The problem appears even when i try to add recipients from the same hosted domains in the server. 

You need a reliable hosting company for your website or your eshop?
Need a cheap, reliable, fast and secure hosting?
You want fast support and action to every technical issue?
Freespirits is here for you :) - Don't look any further!

Offline
*
Re: Erro SMTP (450)
« Reply #6 on: January 18, 2023, 04:34:45 PM »
i am getting the same error. I noticed that the hourly postal quota is full. Here are my LOG records. What should I do to get rid of them?

helo=87-207-170-128.dynamic.chello.pl, from=qdzftt632@3he.com.tr, to=qdzftt632@3he.com.tr,

Offline
****
Re: Erro SMTP (450)
« Reply #7 on: January 21, 2023, 09:17:15 PM »
try to find and comment # this line

Code: [Select]
reject_unknown_helo_hostname
in /etc/postfix/main.cf an then

Code: [Select]
service postfix restart
If it exists, I would also suggest commenting out:
#reject_non_fqdn_hostname, # too many misconfigured servers out there...
Code: [Select]