When i try to send email to AOL or Yahoo i get
Warning: message 1ixkzu-0001ep-Ga delayed 72 hours.
This message was created automatically by mail delivery software.
A message that you sent has not yet been delivered to one or more of its
recipients after more than 72 hours on the queue on s1.b2btech.in.
The message identifier is: 1ixkzu-0001ep-Ga
The date of the message is: Sat, 1 Feb 2020 10:37:02 +0530
The subject of the message is: Testing from b2bTech.in
The address to which the message has not yet been delivered is:
[email protected]
host mta5.am0.yahoodns.net [67.195.204.72]
Delay reason: SMTP error from remote mail server after pipelined MAIL FROM:alber@b2btech.in SIZE=1659:
421 4.7.0 [TSS04] Messages from 104.225.221.17 temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html
No action is required on your part. Delivery attempts will continue for
some time, and this warning may be repeated at intervals if the message
remains undelivered. Eventually the mail delivery software will give up,
and when that happens, the message will be returned to you.
I tried sending the email to another provider like gmail and webmail and it works perfectly fine and it's not even going on SPAM Folder and the PTR Record is already set.
Should send mails to yahoo and aol without any issues.
Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-76-generic x86_64)
1.0.6
release
clean installation
Seems that your IP is grey/blacklisted for sending to yahoo. The error specifies it clearly:
421 4.7.0 [TSS04] Messages from 104.225.221.17 temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html
You might want to check your IP against MXToolbox, it has nothing to do with HESTIA what so ever.

it's not blacklist! :/
Another thing I notice is
remote_smtp:
driver = smtp
helo_data = mail.${sender_address_domain}
// the helo_data is set for each domain but it should set to the hostname of the server as the IP can be assigned to a hostname only? (PTR Record)


Doesnt mean when yahoo blocks you, you're on a blacklist - it depends on their way how to receive/accept emails. This issue is not hestia related, as @tudorr89 requested it would be a solution to switch to a smtp service like mailgun or filter out why yahoo doesnt accept your communication - usualy this depends also about your ip address or range, sending emails is a bit a weird thing. You can also expect that emails will go to spam folder on O365 services randomly.
About mail.${sender_address_domain}, this value is correct, because it depends on the domain you send. As you already get a 10 out of 10 on mailtester, you're anyway good to go.
Due to the fact that it isnt hestia related, I'm going to close this issue. Thank you for your understanding!
Most helpful comment
I've checked it here and here and it does appear, so you might want to address that.
In the meantime, you could use sendgrid or mailgun as a SMTP relay for EXIM until your IP gets whitelisted again. There's thread on vestacp forums about how to set it up.
Good luck!