From owner-freebsd-questions Mon Jan 13 0:56:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340BA37B405 for ; Mon, 13 Jan 2003 00:56:35 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-9-153.abo.wanadoo.fr [80.13.163.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B2943F13 for ; Mon, 13 Jan 2003 00:56:28 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from localhost.localdomain (linuxsta.lphp.local [192.168.0.4]) by mail.lphp.org (Postfix) with ESMTP id CB46C29ABD7; Mon, 13 Jan 2003 09:56:26 +0100 (CET) Subject: Re: pop-before-smtp From: Antoine Jacoutot To: Alex Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <11842724134.20030113012613@dds.nl> References: <1042414892.2057.2.camel@linuxsta> <11842724134.20030113012613@dds.nl> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 13 Jan 2003 09:56:25 +0100 Message-Id: <1042448186.807.2.camel@linuxsta> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2003-01-13 at 01:26, Alex wrote: > > Dear/Beste Antoine, > > Monday, January 13, 2003, 12:41:32 AM, you wrote: > > > I've been looking all around but I don't find any pop-before-smtp > > solution within FreeBSD (no package, no ports, at least I didn't find > > any). > > Do you know if such a solution exists. > > What do you mean with: pop-before-smtp. You use STMP to send you mail > from one server to another. And you use POP(3) to receive you mail > from the 2nd server. I use qpopper for my pop3 services. pop-before-smtp is a solution to use smtp from mobile locations without using an smtp-auth technique. Basically, you authenticate through pop, if the authentication is successfull, then your IP is marked as "ok for relaying" during a periiod of time. Very usefull when your users connect from different places as they have dynamic IPs. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message