[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: Fw: [cobalt-security] stunnel and outlook



On Mon, 25 Mar 2002 13:10:47 -0500 Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> I Still have to resolve pop-before-smtp which does not sork with spop3.

I think that you will have to use pop/imap server with native
SSL to use pop before smtp.  Stunnel proxies incoming
connections to the pop/imap server so that the latter think
that the connection comes from localhost (or over stdin,
depending on stunnel setup).  In either way, pop/imap
daemon has no way to tell the real client's IP address
and therefore pop-before-smtp cannot work.

Building UW imapd with SSL support on a RaQ is pretty
straightforward.  In any case easier than building sendmail
with SMPT AUTH and SSL which is the alternative ;-)

Eugene