SMTP traffic forward/relay?
We have three different networks. Regular, Trusted, Secure. Regular has access to the internet and trusted. Trusted has access to regular, internet and Secure. Secure has access to Trusted.
We used to have a local SMTP server but the powers that be decided to move it, externally. Now the secure network does not have access to it.
For my own home grown code that runs in secure I have written a .Net Web service to send email. This works great.
The problem is that we cannot modify canned applications the best we can do is change the server address and the port of the SMTP server.
I set out to write my own SMTP server that basically forwards the message to the external SMTP server. Probably easy enough but it will take some time.
I am hoping someone out there knows of a solution that we can purchase or another way of doing what we need.
We have three different networks. Regular, Trusted, Secure. Regular has access to the internet and trusted. Trusted has access to regular, internet and Secure. Secure has access to Trusted.
We used to have a local SMTP server but the powers that be decided to move it, externally. Now the secure network does not have access to it.
For my own home grown code that runs in secure I have written a .Net Web service to send email. This works great.
The problem is that we cannot modify canned applications the best we can do is change the server address and the port of the SMTP server.
I set out to write my own SMTP server that basically forwards the message to the external SMTP server. Probably easy enough but it will take some time.
I am hoping someone out there knows of a solution that we can purchase or another way of doing what we need.
No comments:
Post a Comment