From owner-freebsd-isp Sun Feb 1 12:11:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26409 for freebsd-isp-outgoing; Sun, 1 Feb 1998 12:11:59 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from alpha.thebestisp.com (alpha.thebestisp.com [204.220.33.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26396 for ; Sun, 1 Feb 1998 12:11:55 -0800 (PST) (envelope-from joe@thebestisp.com) Received: from subzero.thebestisp.com (subzero.thebestisp.com [204.220.33.178]) by alpha.thebestisp.com (8.8.7/8.8.7) with SMTP id OAA02702 for ; Sun, 1 Feb 1998 14:11:12 -0600 (CST) From: "Joe" To: Subject: multi-domain pop server Date: Sun, 1 Feb 1998 14:07:21 -0600 Message-ID: <01bd2f4d$01479e60$b221dccc@subzero.thebestisp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-isp" I am looking for the following... a message comes in to a machine that is mx.aaa.com (IP ADDR: 1.2.3.4) and it is addressed to xyz@xxx.com and lets say www.xxx.com is 1.2.3.5 now when the message hits mx.aaa.com it is stored say at /usr/home/xxx/xyz now what we need is a pop server that would be bound to 1.2.3.5:110 and look at /usr/home/xxx/ for its mail spools... this way a user or admin as the case may be can set up multiple pop accounts for their domain and have it seperate from the host computers user accounts.. anyway any ideas??