Re: What causes lmtpd to get a System I/O error?

2004-05-05 Thread Andreas Winkelmann
Am Mittwoch, 5. Mai 2004 06:50 schrieb Rob Tanner: I've put up and testing a new install of cyrus-imapd-2.2.3 and postfix 2.0.19. The one problem I'm seeing is using ther vacation capability of sieve although filing, discarding, rejecting, forwarding, etc all appear to work correctly.

Auth method by domain

2004-05-05 Thread Morten Dreier
With cyrus - is it possible to use different auth method in different domains? Lets say that one domain uses postgres auth while an other domain uses ldap - is this possible? -- Morten Dreier http://morten.dreier.no/ --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ:

Cyrus 1.5, Outlook Express and seen flag

2004-05-05 Thread Paul van der Vlis
Hello! I am running Cyrus on a Debian-stable box, so it's still Cyrus 1.5.19, the clients are most Outlook Express 6. The problem is, that when Outlook Express gets new mail, in many cases the last read message is marked unread again. I have already seen a patch for Cyrus 2.1 here:

Re: What causes lmtpd to get a System I/O error?

2004-05-05 Thread Rob Tanner
Thanks. Turned out to be a configuration issue with Postfix. Fixed it and everything works now. -- Rob --On Wednesday, May 05, 2004 08:12:32 AM +0200 Andreas Winkelmann [EMAIL PROTECTED] wrote: Am Mittwoch, 5. Mai 2004 06:50 schrieb Rob Tanner: I've put up and testing a new install of

So far so good. any good way of doing what imapd does for me with address books.

2004-05-05 Thread Roberto Leibman
I just had to go through the pain of reinstalling everything (my hard drive crashed). I went with a standard fedora install and using the distro RPM's I managed to get cyrus friends running a lot faster than the last time I tried (in a RH9 system compiling everything from scratch and figuring

Re: Cyrus 1.5, Outlook Express and seen flag

2004-05-05 Thread Rob Siemborski
On Wed, 5 May 2004, Paul van der Vlis wrote: I have already seen a patch for Cyrus 2.1 here: http://www-uxsup.csx.cam.ac.uk/~dpc22/cyrus/patches/2.1.16/OutLookExpress-seenstate.patch Do you know about a soluton or workaround that works for Cyrus 1.5.19? Upgrade away from ancient software.

Re: Auth method by domain

2004-05-05 Thread Rob Siemborski
On Wed, 5 May 2004, Morten Dreier wrote: With cyrus - is it possible to use different auth method in different domains? Lets say that one domain uses postgres auth while an other domain uses ldap - is this possible? Per-domain configuration options aren't currently possible, no. This mostly

Re: So far so good. any good way of doing what imapd does for me with address books.

2004-05-05 Thread Rob Siemborski
On Wed, 5 May 2004, Roberto Leibman wrote: I want a solution as portable as IMAP for my address book (and later on for my calendar as well). I've been briefly trying to set up LDAP to do that, but it quickly started to seem like it was going to be a total pain in the neck (do I need different

IMAP URL problems

2004-05-05 Thread Ewald Dieterich
I experience some problems with imapurl_toURL() and imapurl_fromURL() from lib/imapurl.c when I use mailbox names with non-ASCII characters. Here is a test program: int main(void) { char server[100] = server; char mailbox[100] = AOQ- AMQ-; /* ä Ä */ char url[100];

Re: IMAP URL problems

2004-05-05 Thread Rob Siemborski
On Wed, 5 May 2004, Ewald Dieterich wrote: I experience some problems with imapurl_toURL() and imapurl_fromURL() from lib/imapurl.c when I use mailbox names with non-ASCII characters. [snip] Does anybody know how to fix this? I think the error is in imapurl_fromURL() because the hex values