Since this program is run in the CGI context of a Webserver it is not really practical to provide an example running from CD. To get a basic test installation allowing your users to access their mail via https using the OSU server (which is the one I use and tested with) the following may be used as a template: In http_paths.conf add a line like this (if only private access is desired): protect /htbin/yahmail* www_system:yahmail.prot I choose a rather strict protecton in yahmail.prot: VMS account *@*.*.*.*:443 * i.e. only access with a valid VMS username and password and only via a SSL encrypted connection. To allow a specific user access get into yahmail.conf and add a line like this to yahmail.conf in the [private] section: username\*\* You also might need to change the href elements in yahmail.conf to fit the location where you did install your local copy of the yahmail documentation. Last but not least, add the yahmail startup to your local Webserver startup routine, which may look similar to the http_startup.com found in this directory.