tford,
You're right!
I hadn't posted before because it's almost self explanatory
The only thing is to edit the .conf file
After the installation, stunner creates a shortcut called "Edit stunnel.conf"
On this file there are some commented lines like this
;[gmail-imap]
;client = yes
;accept = 127.0.0.1:143
;connect = imap.gmail.com:993
All you have to do is uncomment the lines that you'll use and edit your IP and PORT. I chose 1110 to POP3 and 1109 to smtp and stunnel is installed in the same server(localhost/127.0.0.1). So here its my .conf file
[gmail-pop3]
client = yes
accept = 127.0.0.1:1110
connect = pop.gmail.com:995
[gmail-smtp]
client = yes
accept = 127.0.0.1:1109
connect = smtp.gmail.com:465
Thats it.
Now AwareIM configuration must point to 127.0.0.1 and the selected port must match the ones that had been chosen(in my case 1110 and 1109).
AwareIM will try to contact the SMTP/POP3 server on the 127.0.0.1 and stunnel will redirect it to pop.gmail.com:995/smtp.gmail.com:465
Did i made myself clear? i don't know if my english is that good…….