How to access or connect to a mail server through a proxy server

How to access or connect to a mail server through a proxy server

book

Article ID: KB0073464

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 5.x

Description

How to access or connect to a mail server through a proxy server

Starting from JavaMail 1.6.0, JavaMail supports accessing mail servers through a web proxy server. BW uses JavaMail 1.4.4.

Issue/Introduction

How to access or connect to a mail server through a proxy server

Environment

All

Resolution

Please make a note that we already have an enhancement request BW-17920 for the same but as a workaround you can use below property in application.tra file or in designer.tra file and connect to mail server through proxy server.


java.extended.properties= -DsocksProxyHost=<Proxy_IP_address> -DsocksProxyPort=<Proxy_Port>