Setting Cleo Portal System Properties
You can set the following properties in your
                    conf/extended.properties file to further customize your Cleo Portal experience.
        - external.ip.address
- Set this property to customize URLs in Cleo Portal email links. For example, setting the property to
                                external.ip.address=my-company.comwould change outgoing URLs in Cleo Portal emails tohttps://my-company.com/Portal/.... Note that some protocols (excluding AS2) can use theexternal.ip.addressproperty for various operations. The port properties will only ever be used by HTTP and HTTPs based protocols.
- external.ip.address.http.port
- Set this property to customize URLs in Cleo Portal email links if a different port than specified in the local listener
                            is necessary. Port properties will only be used if the
                                external.ip.addressproperty is set. If bothhttpandhttpsports are specified here, thehttpsport will take precedence.
- external.ip.address.https.port
- Set this property to customize URLs in Cleo Portal email links if a different port than specified in the local listener
                            is necessary. Port properties will only be used if the
                                external.ip.addressproperty is set. If bothhttpandhttpsports are specified here, thehttpsport will take precedence.
