From owner-freebsd-isp@FreeBSD.ORG Sun Oct 26 06:56:34 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A2A16A4B3 for ; Sun, 26 Oct 2003 06:56:34 -0800 (PST) Received: from ns1.unixmexico.net (ns1.unixmexico.net [69.10.138.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5C743FCB for ; Sun, 26 Oct 2003 06:56:33 -0800 (PST) (envelope-from nbari@unixmexico.com) Received: (qmail 46017 invoked by uid 85); 26 Oct 2003 14:59:17 -0000 Received: from nbari@unixmexico.com by ns1.unixmexico.net by uid 82 with qmail-scanner-1.16 (hbedv: 6.22.0.1/6.22.0.6. Clear:. Processed in 0.250067 secs); 26 Oct 2003 14:59:17 -0000 Received: from ns1.unixmexico.net (HELO mail.unixmexico.com) ([69.10.138.161]) (envelope-sender ) by ns1.unixmexico.net (qmail-ldap-1.03) with SMTP for ; 26 Oct 2003 14:59:17 -0000 Received: from 148.243.211.1 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Sun, 26 Oct 2003 08:59:17 -0600 (CST) Message-ID: <10632.148.243.211.1.1067180357.squirrel@mail.unixmexico.com> Date: Sun, 26 Oct 2003 08:59:17 -0600 (CST) From: nbari@unixmexico.com To: freebsd-isp@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: proftpd or pure-ftpd (virtual users / domains) X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 14:56:34 -0000 Sorry for this second post I forgot to say that I am trying also to to this with pure-ftpd so what do you recomend best. regards ---------------- Hello. I want to use proftpd for multiple users (virtual users), i host more than 50 domains and want to have a home for each domain. Right now I'm making tests with mod_ldap but the problem is that the ftp protocol don't work like apache when setting virtual domains by DNS. What i would like to have is just one system user called vftp (uid 201) and a group vftp (gid 201) and to have all the users on /home/vftp/sites/* but to allow or disable access for certain groups or users to some domains. For example if i have vdomain1 i would like that group1 could access to the home of vdomain1 bot not to access to other vdomains. This an idea of what i am trying to do, any idea, comment or suggestion on how to best do this stuff?? Basically what i don't want is to authenticate users against the /etc/master.password and no to have a lot of system users. regards.