Page 1 of 1

HOW TO: Configure VestaCP/Exim to send email using ElasticEmail in CentOS7

Posted: Sun Jun 14, 2020 2:00 am
by boxygen

Code: Select all

$ nano /etc/exim/exim.conf
Write the Code below begin_authenticators

Code: Select all

elastic_email_login:
driver = plaintext
public_name = LOGIN
hide client_send = : [email protected] : jdouourowucejoruwe
Write the Code below begin routers

Code: Select all

elastic_email_router:
driver = manualroute
transport = elastic_email_relay
domains = ! +local_domains
route_data = smtp.elasticemail.com
Write the code below begin transporters

Code: Select all

elastic_email_relay:
driver = smtp
port = 2525
hosts_require_auth = $host_address
hosts_require_tls = $host_address