Where to add portForwards rule for Advanced networking
Hello All,
We are using DAY CQ Mail service to send mail using SMTP server. But in cloud manager it requires to configure portForwards for AEM instance to use advance networking.
I am not sure where to configure port forward rule? Does it require OSGI config changes as below:
"portForwards": [{
"name": "smtp.mymail.com",
"portDest": 465,
"portOrig": 30465
}]
...
or we need to use cloud manger API https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/ for this?