RE: post messages to sub mailbox directly

2001-03-17 Thread Michael Clark
You could install a sieve script for the 'tc' user. # cat > sieve.default < -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Kempkens > Sent: Sunday, 18 March 2001 6:35 a.m. > To: [EMAIL PROTECTED] > Subject: post messages to sub mailbox directly

Re: message corruption

2001-03-17 Thread Lawrence Greenfield
This problem can happen on Cyrus 1.6.24. It is very unlikely, and use (or non-use) of LMTP won't affect it. In order for the bug to be triggered, imapd needs to die at just the wrong time or the machine needs to crash during an IMAP COPY command. Your lmtp problems (described in previous mes

Re: mmap problem under HPUX 11.00

2001-03-17 Thread Lawrence Greenfield
It sounds like HP/UX 11.00 doesn't have the required mmap() semantics needed for Cyrus, but it successfully fooling the configure tests. If you force use of map_nommap instead of map_shared, you should end up with a correctly working program at a significant performance penalty. Larry --On F

Re: Unread messages being marked as read.

2001-03-17 Thread Lawrence Greenfield
Without a better model of why or when this is happening, I'd rather not try to just minimize the problem. Once we can reproduce it at will, I won't mind trying to find workarounds. Larry --On Sunday, March 11, 2001 01:00:20 AM -0500 Jeremy Beker <[EMAIL PROTECTED]> wrote: > Larry, > >

Re: Is sasl_pwcheck_method: PAM broken on Solaris

2001-03-17 Thread Lawrence Greenfield
If the PAM method you're trying to use requires root, it won't work via Cyrus IMAP---the imapd runs as user "cyrus". You might want to try using pwcheck or (in the latest cvs snapshots of libsasl) "saslauthd". Larry --On Thursday, March 15, 2001 04:46:35 PM -0800 Rob Tanner <[EMAIL PROTECTED

Re: Cyrus & SNMP

2001-03-17 Thread Lawrence Greenfield
Is ucd-snmp 4.1.2 the latest version? Was your snmpd compiled with agentx support? The AgentX support in many versions of UCD SNMP were very buggy; only the latest version (and cvs snapshots since then) have been sufficient for this SNMP support. Larry --On Wednesday, March 14, 2001 02:55:04

Re: mailbox recreation

2001-03-17 Thread Lawrence Greenfield
You want to create the mailboxes (via normal cyradm) and reconstruct them. Later versions of Cyrus's reconstruct have the "-f" flag to examine the filesystem and create the mailboxes as they are found. Larry --On Tuesday, March 13, 2001 09:33:39 AM + Bruno Tavares <[EMAIL PROTECTED]> wrot

Re: Patch to change dots to slashes.

2001-03-17 Thread Lawrence Greenfield
While I haven't studied your patch in detail, the normal problem with swapping "/" for "." and then allowing "." inside a mailbox component is that the code is not nearly as paranoid as it should be. What do you do if a user tries creating a mailbox named "." or ".."? What about a mailbox nam

Re: Sieve - Exim - Cyrus - vacation

2001-03-17 Thread Lawrence Greenfield
The two usual problems are the: - what's my address? problem, where the Sieve engine doesn't recognize what the local address is. This can be worked around by using the optional :addresses parameter. - it sent one reply, but won't send any more---it will only reply to a particular address on

Re: Build error for cyrus-smlacapd-0.5 "can't find compile_et"

2001-03-17 Thread Lawrence Greenfield
This was a mistake made while packaging smlacapd. You can grab the "et" directory from the Cyrus IMAP distribution. Larry --On Wednesday, March 14, 2001 12:10:23 PM -0500 "Wang, Xuejun" <[EMAIL PROTECTED]> wrote: > Hi, > I try to build the cyrus-smlacapd-0.5 on a sun sparc workstation. > I'm

post messages to sub mailbox directly

2001-03-17 Thread Alex Kempkens
Hello, just a, maybe rooky question. We created a mailbox user.tc.info ok so far. Our sendmail is configured so that a mail to [EMAIL PROTECTED] should be transfered directly to that mailbox. But that DOES NOT work. If I configure in virtusertable [EMAIL PROTECTED] tc the mail will

Sieve problem

2001-03-17 Thread Sven Flossmann
Hi, I've problems using sieve. If I use "telnet sven sieve" then I get this message: "IMPLEMENTATION" "Cyrus timsieved v1.0.0" "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress regex" OK In documentation there is among other things this: "SASL={GSSAPI, ANONYMOUS, PLAIN,