Jump to content

Email Notification from server Behind Firewall


This topic is 3330 days old. Please don't post here. Open a new topic instead.

Recommended Posts

My server (Windows 2012) is located behind a corporate firewall and cannot access the open internet other than through the browser. Is there a way to configure MS to use an internal SMTP server or use a proxy to access the external mail server?

Link to comment
Share on other sites

Scott, this version (2.40109) adds a new feature to switch to SMPT instead of SES. To use this feature, install this version:

 

http://s3-external-1.amazonaws.com/com.prosc.support.uploads/Outbound/360Works+MirrorSync+2.40109.zip?AWSAccessKeyId=AKIAIDQUCQL7APZLJCDA&Expires=1428811786&Signature=OPjtjp%2FWgax31HWfAQlE%2FuwaiUw%3D

 

After that, customize the MirrorSync.xml file at C:Program Files360WorksApplicationsconfCatalinalocalhostMirrorSync.xml

 

Add this section and customize as needed:

<!--MirrorSync uses Amazon Simple Email for sending administrative e-mails. This goes over port 443, which means that it will work without needing an SMTP server,and without using standard SMTP ports (25, 465, 587). However, in some cases, you may wish to use your own SMTP server. In that case, fill in these settings,
which will cause all notification e-mails to use this smtp server instead of Amazon's e-mail service. -->
<Parameter name="mail.smtp.host" value="" /> <!-- smtp.yourdomain.com -->
<Parameter name="mail.smtp.user" value="" /> <!--Optional username for authenticating to SMTP server-->
<Parameter name="mail.smtp.password" value="" /> <!--Optional password for authenticating to SMTP server-->
<Parameter name="transport" value="smtp" /> <!--Change to smtps for SSL-->
Link to comment
Share on other sites

This topic is 3330 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.