Ramesh Panuganty wrote:

> Does anyone know whether there are any proxy POP3/IMAP servers 
> available for trying or looking into the code? I basically want a server
> which accepts requests like
>       login: user@mailer
>       pass: <password on mailer>
> and just forwards the data between the user and the actual mail 
> server and doesn't maintain any accounts on itself.

Why not just use a plain TCP proxy?  If the proxy isn't to process anything
and just pass it on, then a simple TCP relaying proxy would do that.

-- 
Phil Howard | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
  phil      | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
      at    | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
  ipal      | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
     dot    | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
  net       | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Reply via email to