Can't send email with sendgrid
Hi! I've problem with configuration of exim, i using now centos on google compute engine.
[LIST]CENTOS 6.9 x86_64 kvm
WHM 62.0 (build 21)
I configured all with this:
Section: AUTH
sendgrid_login:
driver = plaintext
public_name = LOGIN
client_send = : :
Section: PREROUTERS
send_via_sendgrid:
driver = manualroute
domains = ! +local_domains
senders = *@
transport = sendgrid_smtp
route_list = "* smtp.sendgrid.net::587 byname"
host_find_failed = defer
[LIST]
Section: TRANSPORTSTART
sendgrid_smtp:
driver = smtp
hosts = smtp.sendgrid.net
hosts_require_auth = smtp.sendgrid.net
hosts_require_tls = smtp.sendgrid.net
[LIST]
Where is my error? Thanks for your Support.
-
I've posted about a problem concerning emails from root.host.domain.com, which I have not solved yet. But for starters, google compute blocks port 587, so you need to change: route_list = "* smtp.sendgrid.net::587 byname" to: route_list = "* smtp.sendgrid.net::2525 byname" I'm assuming you've followed Sendgrid's directions as to changes to your DNS configuration. 0 -
Hello @applikando, Let us know if the information on the previous post helps. If not, could you provide more information about the specific error message you receive? Thanks! 0
Please sign in to leave a comment.
Comments
2 comments