<html>
<head>
<!-- Written by GoldMine : Version 6.70.50123
 -->
<title></title>
</head>
<BODY text="#000000" link="#0000FF">
<font size=2 style="font-family:'Tahoma';font-size:8pt;">Hi,<p>
I need to use Goldmine to access 2 different
 email hosts, both which use SSL.<p>
I already have it configured to access GMAIL
 when it hears 127.0.0.1.<p>
=====================<p>
; Use it for client mode<br>
client = yes<br>
[pop3]<br>
accept  = 9995<br>
connect = pop.gmail.com:995<br>
[smtp]<br>
accept  = 225<br>
connect = smtp.gmail.com:465<p>
; Service-level configuration<p>
[pop3s]<br>
accept  = 995<br>
connect = 110<p>
[imaps]<br>
accept  = 993<br>
connect = 143<p>
[ssmtp]<br>
accept  = 465<br>
connect = 25<p>
;[https]<br>
;accept  = 443<br>
;connect = 80<br>
;TIMEOUTclose = 0<p>
; vim:ft=dosini<p>
==================<p>
I also need stunnel to listen for a different
 IP address at the same time, say 127.0.0.2,
 and access a different email host.  <br>
<br>
Is this possible?<p>
Thank You,<br>
David Goldstein<br>
</font></body>
</html>