How to set different SMTP addresses for two portal server
I've got an issue. In my company we have two Cireson portal server, one in our internal network, one in our DMZ.
Apparently when I set an SMTP configuration on the one server, it will be set on the other server too.
So I have an SMTP setting for the DMZ server and one for the internal, both cannot be the same due to firewall policies.
Is there anywhere a setting where I can disable this behavior and allow both servers to have different SMTP settings ?
I'll be thankful for any idea.
Best Answer
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭Some other possible ideas:
i) Disable send email task and create a custom task for your DMZ instance
ii) Reverse proxy to your internal instance so it can access the backend zone services (Would require additional firewall policies though), see example here5
Answers
i) Disable send email task and create a custom task for your DMZ instance
ii) Reverse proxy to your internal instance so it can access the backend zone services (Would require additional firewall policies though), see example here