[Dbmail] TODO update 12/9

2002-09-13 Thread roel
autoconf md5 - 64 bit Jesse Norell fix for sparc md5 encrypted passwd Jesse Norellto be more complete uniqie_id fix (*) Jesse Norell tmp-empty value fails with db constraints regards roel

Re: [Dbmail] dbmail-imapd mailboxes with characters other than latin

2002-09-19 Thread roel
umed to be a threat) - but you probably did since you get the error 'invalid mailbox name chars'. regards roel - Original Message - From: "Kostas Georgakopoulos" <[EMAIL PROTECTED]> To: Sent: Thursday, September 19, 2002 10:27 AM Subject: [Dbmail] dbmail-imapd mai

Re: Re: [Dbmail] dbmail-imapd mailboxes with characters other than latin

2002-09-21 Thread Roel Rozendaal
you could try to supplie a patch :-) regards roel - Original Message - From: "Kostas Georgakopoulos" <[EMAIL PROTECTED]> To: Sent: Saturday, September 21, 2002 1:47 PM Subject: Re: Re: [Dbmail] dbmail-imapd mailboxes with characters other than latin I think that the pr

Re: [Dbmail] Failed suicide?

2002-09-23 Thread Roel Rozendaal
that dies immediately? Could happen - when all your childs have had the same number of connections (on average) that they all die and restart in a short timespan. regards roel - Original Message - From: "Philip Warner" <[EMAIL PROTECTED]> To: Sent: Sunday, September 22,

Re: [Dbmail] mysql.sock

2002-09-23 Thread Roel Rozendaal
sure - just change the settings in config.h - Original Message - From: "Igor Olemskoi" <[EMAIL PROTECTED]> To: Sent: Monday, September 23, 2002 11:36 AM Subject: [Dbmail] mysql.sock > is it possible to use /tmp/mysql.sock (not localhost)? > > > -- > Best regards, > Igor

Re: [Dbmail] Imapd is slow as hell

2002-09-24 Thread Roel Rozendaal
Why use messageblks? Well, for one reason, mysql has a limit on the record size so a split-up is necessary anyway. The system was chosen to handle big messages in chunks. - Original Message - From: "Sam Przyswa" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 24, 2002 3:52 PM Subject: RE

Re: [Dbmail] Imapd is slow as hell

2002-09-24 Thread Roel Rozendaal
09-24 at 18:03, Sam Przyswa wrote: > Roel Rozendaal ([EMAIL PROTECTED]) écrivait: > > > >Why use messageblks? Well, for one reason, mysql has a limit on the record > >size so a split-up is necessary anyway. The system was chosen to handle big > >messages in chunks. > &

Re: [Dbmail] Imapd is slow as hell

2002-09-24 Thread Roel Rozendaal
Honestly I don't think using "select " or "select *" is a big speed difference - it's more like the ultimate fine tuning. I think dramatic results can be achieved by developing a table layout/imap logic that minimizes the number of queries and the amount of parsing done by the imap server. On Tue

Re: [Dbmail] Pop locks

2002-09-25 Thread Roel Rozendaal
imap is obliged by rfc to allow simulatneous sessions; for pop we thought of it as a feature :-) A lock for pop to prevent simultaneous sessions could be implemented; any known list of pro/contra arguments? - Original Message - From: "Micah Stevens" <[EMAIL PROTECTED]> To: Sent: Wednesday

Re: [Dbmail] Still getting failed suicides...

2002-09-25 Thread Roel Rozendaal
Think that is the case however this would indicate a more serious bug as it's pid-entry isn't supposed to be cleared except on child exit. Try placing a exit(0) (and a trace(_ERROR) message) just after the for loop and see what happens.. regards roel - Original Message - Fro

Re: [Dbmail] Still getting failed suicides...

2002-09-25 Thread Roel Rozendaal
candidate than rc3 :-) The fact that the daemon's only commit suicide when the specified number of connections is reached is hard-coded; the daemons only die on (1) fatal signals and (2) suicide after max. number of connections (and kill -9 of course ;-) regards roel - Original Me

[Dbmail] old cvs and such

2002-09-25 Thread Roel Rozendaal
ding something? This tool could add missing indexes as well to speed up the whole system. regards roel - Original Message - From: "Michael Rose, Jr." <[EMAIL PROTECTED]> To: Sent: Wednesday, September 25, 2002 7:05 PM Subject: RE: Re[2]: [Dbmail] Still getting failed suicide

Re: [Dbmail] Still getting failed suicides...

2002-09-26 Thread Roel Rozendaal
Eelco has taken the whole month of september off for a holiday :-) - Original Message - From: "Bret Baptist" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 25, 2002 7:39 PM Subject: Re: [Dbmail] Still getting failed suicides... > On Wednesday 25 September

[Dbmail] RC4

2002-10-07 Thread Roel Rozendaal
onvertor script for mysql --> postgresql would be cool too, we should have something lying around somewhere at the office, i'll check it out today. Furthermore i will update (and probably close) the to-do list for the 1.0 version; then plan the changes so progress can be seen easily. Regards roel

Re: [Dbmail] O(N^2) performance on mailbox rebuild?

2002-07-10 Thread Roel Rozendaal
h eudora as its syncing method is intrinsically slow. On Wed, 2002-07-10 at 12:12, Philip Warner wrote: > At 11:09 10/07/2002 +0200, Roel Rozendaal wrote: > > >what exactly do you mean by 'mailbox rebuild'? The imap search command > >is not yet optimized and does wor

[Dbmail] dbmail-smtp vs dbmail-smtp-injector

2002-07-16 Thread Roel Rozendaal
under construction (not done very much on it lately ;( ). I can't remember exactly what isn't working or implemented but just to warn you: it isn't as complete as dbmail-smtp is. BTW now some of you are using -injector, could you tell me of any flaws? regards roel signature.asc De

Re: [Dbmail] Adding a filter before messages put in mailbox?

2002-08-13 Thread Roel Rozendaal
was there a lot of work involved installing amavis? we've been asked to implement an email-virus filter for a customer for a dbmail system. Could you tell us some more about your amavis-solution? thanks! regards roel On Mon, 2002-08-12 at 15:43, Bret Baptist wrote: > On Sunday 11 August

Re: [Dbmail] Public/Shared Folder

2002-08-16 Thread Roel Rozendaal
-stable 1.0 release. A solution which can be used right now however is to create a public account - IMAP/POP do support multiple simultaneous logins on the same account. Sharing different accounts is not as flexible as shared folders but i hope it can help you out :) regards roel On Thu, 2002-08-15

Re: [Dbmail] ISO-8859-1 charset support

2002-08-20 Thread Roel Rozendaal
Hi, i'm not sure what exactly your problem is - what functionality is missing 8859-1 charset support? regards roel On Mon, 2002-08-19 at 16:54, Sam Przyswa wrote: > Hi, > > We have some problems with Squirrelmail on DBmail about the ISO-8859-1 > charset not > supported

Re: [Dbmail] Imapd is slow as hell

2002-08-28 Thread roel rozendaal
Hi john, how fast does the imap server respond if you open a telnet session to the server? And what is the speed difference if you connect to localhost (i.e. running telnet on the imap server machine)? regards roel - Original Message - From: "John Wall" <[EMAIL PROTECTE

Re: [Dbmail] multiple dbmail server setup

2002-09-05 Thread Roel Rozendaal
rvice providers; maybe we could implement the table to authenticate users to as a config-option. regards roel On Thu, 2002-09-05 at 00:40, Jesse Norell wrote: > > Hello, > > We're working on a multi-server setup with a single > database server, and multiple postfix/dbm

Re: [Dbmail] Status update please

2002-09-06 Thread Roel Rozendaal
somewhere soon but i fear it will take more than a week :( Anyway, a status update/todo list would be great! regards roel - Original Message - From: "Mark Mackay" <[EMAIL PROTECTED]> To: "Dbmail Mailing list" Sent: Friday, September 06, 2002 6:44 AM Subject: [Dbm

[Dbmail] Again: TODO

2002-09-11 Thread Roel Rozendaal
) some bugfixes have been submitted and not applied please put a request for those as well. Hope we will finish this job soon together & conquer the world with dbmail.. regards roel

Re: [Dbmail] Again: TODO

2002-09-11 Thread Roel Rozendaal
favorable. regards roel - Original Message - From: "Sam Przyswa" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 11, 2002 6:26 PM Subject: Re: [Dbmail] Again: TODO > Philip Warner ([EMAIL PROTECTED]) wrote: > > > > > >A few suggestions... > &g

Re: [Dbmail] Again: TODO

2002-09-11 Thread Roel Rozendaal
me to :) On Wed, 2002-09-11 at 21:27, Sam Przyswa wrote: > Roel Rozendaal ([EMAIL PROTECTED]) écrivait: > > > >Hi, > > > >we do like this idea but i think it would be best to retain this in the > >long-term todo list - that is not scheduling it for release 1.0.

Re: [Dbmail] Again: TODO

2002-09-11 Thread Roel Rozendaal
, , 'to', '[EMAIL PROTECTED]' > , , 'from', '[EMAIL PROTECTED]' > etc. > See the other mail i send; would like this in the future. > > > > > > > > > At 02:08 PM 11/09/2002 +0200, Roel Rozendaal wrote: > >Hi all, >

[Dbmail] TODO update 11/9/2002

2002-09-11 Thread Roel Rozendaal
multiple pgSQL instances, different ports Config issue Philip Warner should be more flexible. files? stopping daemons Philip Warner should be possible bye roel signature.as

Re: [Dbmail] virtual domains

2002-09-12 Thread Roel Rozendaal
ROTECTED] --> [EMAIL PROTECTED] hope this solves your problem! regards roel On Thu, 2002-09-12 at 00:30, Igor Olemskoi wrote: > Hi there, > > how to send mail for all users of "@domain.com" to user "user", > but mail for user "anotheruser@@dom