First start by copying the aforementioned files from the Microsoft W2K resource kit to a directory of your choice (i.e. c:\my_services). Go to this newly created directory and type:
C:\my_services> instsrv pop3s c:\my_services\srvany.exe
You should now personalize and import the following .reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\pop3s\Parameters]
"Application"="c:\\my_services\\stunnel.exe"
"AppParameters"="-D 6 -o c:\\my_services\\pop3s_client.log -c -d
my.local.ip.address:110 -r my.pop3s.ip.address:995"
"AppDirectory"="c:\\my_services"
Now it is time to test the newly created service:
C:\>net start pop3s
To confirm that everything went OK you can do two things:
Copyright © 2001 Giuseppe J. Crisafulli. All rights reserved.
Revised: 02/26/02.