[Dovecot] mail server management
Hi, this is sort of off topic but I'm using dovecot with postfix on centos 5 and I have multiple virtual domains and I want to be able to have virtual admin's add/remove mappings/users for their own domains. I have looked around and haven't found many solutions just wondering what everyone is using for virtual mail management.
TIA, Paul
Hi Paul,
Postfixadmin can do that for you: http://sourceforge.net/projects/postfixadmin/
Paul A escreveu:
Hi, this is sort of off topic but I'm using dovecot with postfix on centos 5 and I have multiple virtual domains and I want to be able to have virtual admin's add/remove mappings/users for their own domains. I have looked around and haven't found many solutions just wondering what everyone is using for virtual mail management.
TIA, Paul
Thanks Fabio, I have looked at it and so far the only issue I see is converting the Berkley DB hash file to the appropriate mysql table. I'm hoping there is a script somewhere on the web.
Thanks,
Paul
P.A > -----Original Message----- P.A > From: dovecot-bounces+razor=meganet.net@dovecot.org [mailto:dovecot- P.A > bounces+razor=meganet.net@dovecot.org] On Behalf Of "Fábio M. Catunda" P.A > Sent: Monday, February 18, 2008 1:22 PM P.A > To: dovecot@dovecot.org P.A > Subject: Re: [Dovecot] mail server management P.A > P.A > Hi Paul, P.A > P.A > Postfixadmin can do that for you: P.A > http://sourceforge.net/projects/postfixadmin/ P.A > P.A > P.A > P.A > Paul A escreveu: P.A > > Hi, this is sort of off topic but I'm using dovecot with postfix on P.A > centos 5 P.A > > and I have multiple virtual domains and I want to be able to have P.A > virtual P.A > > admin's add/remove mappings/users for their own domains. P.A > > I have looked around and haven't found many solutions just wondering P.A > what P.A > > everyone is using for virtual mail management. P.A > > P.A > > P.A > > TIA, Paul P.A > > P.A > >
Paul,
BDBs are generated from clear-text files, so, it's pretty simple to put this information in a SQL DB... I believe that you will not find a script to do that.
I like postfixadmin a lot, it worse the effort to migrate!
Good luck,
Catunda!
Paul A escreveu:
Thanks Fabio, I have looked at it and so far the only issue I see is converting the Berkley DB hash file to the appropriate mysql table. I'm hoping there is a script somewhere on the web.
Thanks,
Paul
P.A > -----Original Message----- P.A > From: dovecot-bounces+razor=meganet.net@dovecot.org [mailto:dovecot- P.A > bounces+razor=meganet.net@dovecot.org] On Behalf Of "Fábio M. Catunda" P.A > Sent: Monday, February 18, 2008 1:22 PM P.A > To: dovecot@dovecot.org P.A > Subject: Re: [Dovecot] mail server management P.A > P.A > Hi Paul, P.A > P.A > Postfixadmin can do that for you: P.A > http://sourceforge.net/projects/postfixadmin/ P.A > P.A > P.A > P.A > Paul A escreveu: P.A > > Hi, this is sort of off topic but I'm using dovecot with postfix on P.A > centos 5 P.A > > and I have multiple virtual domains and I want to be able to have P.A > virtual P.A > > admin's add/remove mappings/users for their own domains. P.A > > I have looked around and haven't found many solutions just wondering P.A > what P.A > > everyone is using for virtual mail management. P.A > > P.A > > P.A > > TIA, Paul P.A > > P.A > >
On 18/02/2008, "Fábio M. Catunda" fcatunda@contactnet.com.br wrote:
Paul,
BDBs are generated from clear-text files, so, it's pretty simple to put this information in a SQL DB... I believe that you will not find a script to do that.
I like postfixadmin a lot, it worse the effort to migrate!
Indeed. You'll find that most installations of PAdmin require a little bit of work since all systems are unique.
As Fábio says, it should be straightforward to get this to work in a BDB setup. Most of PostfixAdmin queries are based on the functions in one file of the pa setup - functions.inc.php. It's just a case of updating the syntax.
Let us know how you get on.
Kind regards, Ronald.
-- Ronald MacDonald http://www.rmacd.com/ 0777 235 1655
On Mon, Feb 18, 2008 at 12:35:01PM -0500, Paul A wrote:
Hi, this is sort of off topic but I'm using dovecot with postfix on centos 5 and I have multiple virtual domains and I want to be able to have virtual admin's add/remove mappings/users for their own domains. I have looked around and haven't found many solutions just wondering what everyone is using for virtual mail management.
we use http://panda-admin.sf.net
It is a postfix+postgres+dovecot system with php frontend.
Pro: cool ;-) Con: need more documentation, it is in italian only
Bye
--
| Marco Nenciarini | Debian/GNU Linux Developer - Plug Member | | mnencia@prato.linux.it | http://www.prato.linux.it/~mnencia |
Key fingerprint = FED9 69C7 9E67 21F5 7D95 5270 6864 730D F095 E5E4
participants (4)
-
"Fábio M. Catunda"
-
Marco Nenciarini
-
Paul A
-
Ronald MacDonald