Hi Lars, On 12/08/2011 08:46 AM, Lars Gosebrink wrote: > I have installed the Djigzo Gateway on SLES11.1. > The S/MIME de-/encryption works fine, but how I can activate the PDF Reply > function? > I have setup the Base URL under the global Tab > (https://10.253.34.83/web/portal) and the setting is shown under the Domain, > too. The "Reply allowed" and Reply sender are configured, too. > But on the system there is no Listener on Port 443. > What's wrong?
Tomcat listens on port 8443. The main reason for this is that opening a port on Linux < 1024 requires root access. You have two options: 1. Use port 8843 for the Base URL (https://10.253.34.83:8443/web/portal) 2. Setup a forward with iptables to forward 443 to 8443 The Virtual Appliance uses option 2 which I prefer since it's more clear for the end user. Kind regards, Martijn Brinkers _______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
