I need to use Goldmine to access 2 different email hosts, both which use SSL.
I already have it configured to access GMAIL when it hears 127.0.0.1.
=====================
; Use it for client mode
client = yes
[pop3]
accept = 9995
connect = pop.gmail.com:995
[smtp]
accept = 225
connect = smtp.gmail.com:465
; Service-level configuration
[pop3s]
accept = 995
connect = 110
[imaps]
accept = 993
connect = 143
[ssmtp]
accept = 465
connect = 25
;[https]
;accept = 443
;connect = 80
;TIMEOUTclose = 0
; vim:ft=dosini
==================
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.
Is this possible?
Thank You,
David Goldstein