<div>I have attempted to use stunnel to retrieve POP3 SSL mail from two different ISPs: <a href="http://pop.att.yahoo.com">pop.att.yahoo.com</a> and <a href="http://pop.gmail.com">pop.gmail.com</a>.</div>
<div> </div>
<div>I have tried putting in separate Access/Connect line pairs under [pop3s] either point to the different ports on <a href="http://127.0.0.1">127.0.0.1</a> whch is an Exchange Server 2003 machine.  I have tried pointing both to the same port.  In either case, the first POP3 host is accessed but not the second.  I have also tried one Access line and two separate connects.</div>

<div> </div>
<div>It works fine with one Access line and one Connect line but a previous post on this subject indicated I should be able to do retrievals from two separate sites and I do not see how.</div>
<div> </div>
<div>I am using the POP3 Connection Manager on Small Business Server 2003.  I set the email server to <a href="http://127.0.0.1">127.0.0.1</a> and use port 9995.</div>
<div> </div>
<div>The corresponding section of the stunnel.conf file is </div>
<div> </div>
<div>client = yes</div>
<div>debug = 7</div>
<div>; Service-level configuration</div>
<div>[pop3s]</div>
<div>accept  = 9995<br>connect = <a href="http://pop.gmail.com:995">pop.gmail.com:995</a><br>;does not work with two separate pop3s, either with two separate accept ports or one common</div>
<div> </div>
<div>final comment is my own.</div>
<div> </div>
<div>Has anyone successfully accessed mail from two POP3 servers through stunnel or have any suggestions?</div>
<div> </div>
<div>Boyd</div>