Help with PMTA reroute

Ashish Shukla

Member
MailWizz 2.0 Tester
Hi PMTA experts,

I've been utilizing PMTA for a long time, and now I aim to forward emails from a specific domain to an external SMTP server (not Sparkpost or sendgrid). I've made the necessary adjustments to the configuration file, but I'm encountering an error indicating a routing loop detection. Could someone help me what I am missing here. Want to use TLS protocol here

<domain *>
use-unencrypted-plain-auth yes
auth-username username
auth-password password
route smtp.sendgrid.net:587
use-starttls yes
require-starttls yes
</domain>
 
Back
Top