Jump to: navigation, search

proxy Section



     


host

Default Value:
Valid Values: Any alphanumeric string; for example: myProxyHost, 192.168.0.15
Changes Take Effect: At start/restart


Specifies the name or address of the host running the proxy. If not provided, an IllegalArgumentException is thrown. If E-mail Server is unable to connect to the host, a MailConnectException is thrown.

password

Default Value:
Valid Values: Any alphanumeric string
Changes Take Effect: At start/restart


Specifies the password to authenticate on the proxy (optional). If this option is present, "user" must also be present.

port

Default Value: 0
Valid Values: Any positive integer values less than 65535
Changes Take Effect: At start/restart


Specifies the port the proxy is running on. If the port number is absent or invalid, an IllegalArgumentException is thrown explaining the error.

socksVersion

Default Value: 5
Valid Values:
Changes Take Effect: At start/restart


Specifies the version of the SOCKS proxy in use. Common versions are 4, 4a, and 5. Defaults to 5.

useProxy

Default Value: false
Valid Values: true, false
Changes Take Effect: At start/restart


Enables (true) or disables (false) the proxy.

user

Default Value:
Valid Values: Any alphanumeric string
Changes Take Effect: At start/restart


Specifies the user name to authenticate on the proxy (optional). If this option is present, "password" must also be present.

This page was last edited on April 29, 2021, at 17:12.
Comments or questions about this documentation? Contact us for support!