[Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
Using dbmail-imapd with a german outlook express 6.0 makes outlook waiting forever for a response... while trying to create standard folders when initializing the imap account on first login... Log says: Dec 3 12:45:50 dnsc2 dbmail/imap4[4028]: COMMAND: [0039 CREATE "Entw&APw-rfe"] How and where

[Dbmail] Outlook Express Special Char in Foldernames solution

2002-12-03 Thread Hans Kula
Append an ampersand to the following array in imap4.c const char AcceptedMailboxnameChars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=/ _&"; Hans

[Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
After testing i found one more character to add: "," and "&" It seems as if oe is escaping special chars with &xxx- and &x,x- ... so array in imap4.c must look like this: const char AcceptedMailboxnameChars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=/ _&,"; Hans

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
- From: "Roel Rozendaal - IC&S" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 03, 2002 3:08 PM Subject: Re: [Dbmail] Error in dbmail-imapd > Hi hans, > > could you try the latest CVS? It should be fixed by now. > > regards roel > > Hans Kula hee

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
; To: Sent: Tuesday, December 03, 2002 3:45 PM Subject: Re: [Dbmail] Error in dbmail-imapd > Not sure if this is what you need to reference, but > http://www.faqs.org/rfcs/rfc2060.html section "5.1.3. Mailbox > International Naming Convention" has a pretty good summary of acc

Re: [Dbmail] Error in dbmail-imapd

2002-12-04 Thread Hans Kula
> To: Sent: Wednesday, December 04, 2002 12:12 AM Subject: Re: [Dbmail] Error in dbmail-imapd This should have been fixed this afternoon? When i check the source right now.. it seems to be fixed? On dinsdag, dec 3, 2002, at 22:44 Europe/Amsterdam, Sam Przyswa wrote: > Hans Kula

Re: [Dbmail] redundant smtp/pop3 with: dbmail + db [postgres] + postfix

2002-12-04 Thread Hans Kula
hi armin, maybe you should take a look at http://www.complang.tuwien.ac.at/reisner/drbd/ This is good way for mysql 3.23.xx. Another way for mysql 3.23.xx is to use a circular master/slave relationship... but its not my favorite solution... regards hans - Original Message - From: "armi