From owner-freebsd-questions@FreeBSD.ORG Sun Mar 20 16:54:37 2005 Return-Path: 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 5AC6D16A4CE for ; Sun, 20 Mar 2005 16:54:37 +0000 (GMT) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FBA43D2D for ; Sun, 20 Mar 2005 16:54:37 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sun, 20 Mar 2005 11:53:29 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2203801690@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Managing virtual e-mails Thread-Index: AcUtS7ONPFcP46D8R0GU5n1hPzI+YAAISupg From: "Haulmark, Chris" To: "Fafa Diliha Romanova" , Subject: RE: Managing virtual e-mails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 16:54:37 -0000 Someone broke the silence:=20 > Hello. >=20 > I am running the Postfix+Courier on MySQL setup found on: >=20 > http://www.high5.net/howto >=20 > I am wondering how to add and delete users, as well as adding > and deleting aliases -- and managing my virtual e-mail database > in general -- using a pure, clean and efficient approach, > rather than having to use Postfixadmin, which I find to be sort > of unprofessional and bloated with bad design. >=20 > For instance, I managed to avoid using the PHPMyAdmin, and > instead got all my setup recorded in clean text: >=20 You can just create any applications that has SQL capabilities. Code your own PHP website with administration functions? Python application? C application? Ruby application?...the list goes on. Chris =20