Re: [Dbmail] Administration tools for dbmail

2002-11-22 Thread Bret Baptist
On Thursday 21 November 2002 4:54 pm, Jacques-Beaudoin wrote: > My dbmail test setup in now UP > > Is somebody working on a webmin administration tool for dbmail. We will be releasing what we have delevoped in ColdFusion on sourceforge. There has already been a volunteer to convert it over to PH

Re: [Dbmail] BugFix: extreme slow IMAP with PostgreSQL; APPEND

2002-11-22 Thread Philip Warner
At 03:30 PM 21/11/2002 +0100, Eelco van Beek - IC&S wrote: I'm just curious what the pgsql mailinglist will reply. No surprises there: (You have done a vacuum analyze recently, I trust...) Philip Warner

[Dbmail] Sub-Folders

2002-11-22 Thread John Ruff
Will DBMail support sub-folder creation through IMAP? Or did I not configure something correctly, b/c I'm only able to create folders directly at the root (same level as INBOX). -Thanks -- "Shortcuts Make For Long Delays" -J.R.R Tolken

Re: [Dbmail] Sub-Folders

2002-11-22 Thread Joby Walker
Sub-Folders works for me. jbw John Ruff wrote: Will DBMail support sub-folder creation through IMAP? Or did I not configure something correctly, b/c I'm only able to create folders directly at the root (same level as INBOX). -Thanks

Re: [Dbmail] BugFix: extreme slow IMAP with PostgreSQL; APPEND

2002-11-22 Thread Philip Warner
Any chance you could send the results of: select * from pg_stats where tablename='messageblks' and attname='messageblk_idnr'; and select * from pg_stats where tablename='messageblks' and attname='message_idnr'; (this was also part of the pgsql mailing list request) -

[Dbmail] Using DBMAIL

2002-11-22 Thread Jacques-Beaudoin
Thanks Bret for your web administration info for DBMAIL. It would also be nice to se a administration tool for DBMAIL on the fine WEBMIN project (www.webmin.com) since i do most of my adminstration with webmin. Now that my test DBMAIL server is up and running i have a lot of work to do to convert

Re: [Dbmail] Using DBMAIL

2002-11-22 Thread Richard Barrington
On Sat, 2002-11-23 at 04:21, Jacques-Beaudoin wrote: > Now that my test DBMAIL server is up and running > i have a lot of work to do to convert 3000 users using > (postfix+uw IMAP+amavis+fprot+webmail) On that topic, are there any scripts/apps available to import the user data from file, into the

Re: [Dbmail] Using DBMAIL

2002-11-22 Thread Jacques-Beaudoin
> > Now that my test DBMAIL server is up and running > > i have a lot of work to do to convert 3000 users using > > (postfix+uw IMAP+amavis+fprot+webmail) > > On that topic, are there any scripts/apps available to import the user > data from file, into the database? Finding any scripts/apps is par

RE: [Dbmail] Sub-Folders

2002-11-22 Thread filip
Subfolders work fine here too (creating in outlook once connected to the IMAP server), but I can only create mail items folders, not folders containing addresses, notes or tasks... Did anyone else managed top create these? Or do we have to wait for the Exchange layer to come on top of DBmail? ~Fi

RE: [Dbmail] Using DBMAIL

2002-11-22 Thread filip
Hey Jacques, I'm working on a PHP based admin tool for DBmail (allowing users to signup for an account, do admin stuff, checking accounts, used size, setting up mailinglists, etc...). But it is still in early development. Will post the code here once it is more stable. Regards, Filip -Origi

Re: [Dbmail] Using DBMAIL

2002-11-22 Thread Jacques-Beaudoin
Thanks Filip I will try your code when its available > > I'm working on a PHP based admin tool for DBmail (allowing users to > signup for an account, do admin stuff, checking accounts, used size, > setting up mailinglists, etc...). But it is still in early development. > Will post the code here on