Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 12:26:30 -0400
From:      "Troy Settle" <troy@picus.com>
To:        "Dan B. " <danielb@pacex.net>, <freebsd-questions@freebsd.org>
Subject:   RE: Remote POP3 management tool
Message-ID:  <NIEBLEDADLBOBAJFKPHDEEFBCAAA.troy@picus.com>
In-Reply-To: <Pine.BSF.4.10.10005251504200.13607-100000@almazs.pacex.net>

next in thread | previous in thread | raw e-mail | index | archive | help

If you are working off the passwd file, then telnet or ssh would probably be
your best bet for a remote managemnt tool.

If you are authenticating out of some sort of database (MySQL), then you
should be able to write a web-based interface fairly easy.

For virtual domains, I'm currently employing both methods.  All POP3
accounts are under one domain, authenticated through the passwd file.  For
the virtual domains, I use Postfix against a MySQL database to translate
virtual addresses into real addresses.  I have a simple PHP script that I
use to manage the MySQL database.  Works very well.

-Troy


** -----Original Message-----
** From: owner-freebsd-questions@FreeBSD.ORG
** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dan B.
** Sent: Thursday, May 25, 2000 6:08 PM
** To: freebsd-questions@freebsd.org
** Subject: Remote POP3 management tool
**
**
** Hi Folks;
** Is there a tool out there I can use to manage POP3 accounts for virtual
** domains i.e add/delete POP3 accounts and change passwords e.t.c
** I am running FreeBSD 3.4-STABLE/Sendmail 8.9.3 /Qpopper.
**
**
** Dan
**
** Thanks
**
**
**
** To Unsubscribe: send mail to majordomo@FreeBSD.org
** with "unsubscribe freebsd-questions" in the body of the message
**



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NIEBLEDADLBOBAJFKPHDEEFBCAAA.troy>