Hi,
I am using amazon ses to relay my mails. But now, I dont want to use SES for one of the Cpanel Accounts in the WHM.
My entries are similar to the following
How can I avoid mails for a particular cpanel (domain) to use local route.
I am using amazon ses to relay my mails. But now, I dont want to use SES for one of the Cpanel Accounts in the WHM.
My entries are similar to the following
Entry is something like the above entry. How can i resolve this?begin authenticators
ses_login:
driver = plaintext
public_name = LOGIN
client_send = :
===========
begin routers
send_via_ses:
driver = manualroute
domains = ! +local_domains
transport = ses_smtp
route_list = * email-smtp.us-east-1.amazonaws.com
========
begin transports
#entry for amazon
ses_smtp:
driver = smtp
port = 25
hosts_require_auth = $host_address
hosts_require_tls = $host_address
How can I avoid mails for a particular cpanel (domain) to use local route.