From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 16:38:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 917FE106568D for ; Fri, 27 Jun 2008 16:38:55 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from av9-2-sn2.hy.skanova.net (av9-2-sn2.hy.skanova.net [81.228.8.180]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC4A8FC25 for ; Fri, 27 Jun 2008 16:38:55 +0000 (UTC) (envelope-from raggen@passagen.se) Received: by av9-2-sn2.hy.skanova.net (Postfix, from userid 502) id 93EF538330; Fri, 27 Jun 2008 18:38:53 +0200 (CEST) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-2-sn2.hy.skanova.net (Postfix) with ESMTP id 6A274381CB; Fri, 27 Jun 2008 18:38:53 +0200 (CEST) Received: from [192.168.1.31] (90-230-141-139-no41.tbcn.telia.com [90.230.141.139]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 1C11037E47; Fri, 27 Jun 2008 18:38:52 +0200 (CEST) Message-ID: <48651799.1020807@passagen.se> Date: Fri, 27 Jun 2008 18:38:49 +0200 From: Roger Olofsson User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: scuba@centroin.com.br References: <20080627101221.E1504@trex.centroin.com.br> In-Reply-To: <20080627101221.E1504@trex.centroin.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Load balance for POP3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 16:38:55 -0000 scuba@centroin.com.br skrev: > Hi All, > > I need to switch the users connections between two POP3 servers > based on login information. > Since the login is part of the pop3 handshake, I'm stuck on how to > "transfer" the connection and pass the info already sent. > I'm trying to script something with "socat" > (http://www.dest-unreach.org/socat/doc/socat.html). > > I'll appreciate any clue. > > TIA, > > - Marcelo > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG. > Version: 8.0.101 / Virus Database: 270.4.1/1522 - Release Date: 2008-06-27 08:27 You might want to take a look at Pen /usr/ports/net/pen. /Roger