Re: How to get rid of Berkeley DB

2004-04-14 Thread Mark Keasling
the old version just in case something fails. for f in */*.seen do mv $f $f.old_bdb mv $f.new $f done Regards, Mark Keasling [EMAIL PROTECTED] --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http

Re: quota warning problem - Is it a bug of cyrus imap?

2003-07-02 Thread Mark Keasling
Gatekeeper Regards, Mark Keasling [EMAIL PROTECTED]

Re: 'Mailbox unknown' unpon LMTP delivery

2003-07-01 Thread Mark Keasling
/ / ___ ___ _/ |/ /__ / /_ [EMAIL PROTECTED] / /__/ _ \/ __/ _ `// -_) __/ //\___/\__/\_,_/_/|_/\__/\__/ ...net happens! Good Hunting, Mark Keasling [EMAIL PROTECTED]

Re: Vacation and non-ASCII characters

2003-02-27 Thread Mark Keasling
notification and vacation messages. They are documented in Bugzilla: #1710, #1721 - #1725. These probably aren't exhaustive; but, reflect only the problems that have been reported to me. Regards, Mark Keasling [EMAIL PROTECTED]

Re: Sieve

2003-02-20 Thread Mark Keasling
[to, cc] [EMAIL PROTECTED] { fileinto INBOX.Cyrus; I do have this in my imapd.conf:- sieveusehomedir: true Whats frustrating is the lack of any errors in the logs, making this one quite hard to track down. Regards, Mark Keasling [EMAIL PROTECTED]

Sieve X-Authentication-Warning: header

2003-02-13 Thread Mark Keasling
Hi, I'm getting this header with sieve notifications and vacation replies: X-Authentication-Warning: hot.water.com: cyrus set sender to using -f Does anyone know what causes it? Where is it coming from? Regards, Mark Keasling [EMAIL PROTECTED]

Re: cyrus 2.2 virtual domains and mailbox delete

2003-02-13 Thread Mark Keasling
is one mailbox. If you try: lm user.igor*@ipass.net does it work? I have a pretty good idea where to look for this bug. I'll try to get to it later today or tomorrow. Yup. I works fine. Thanks, -- Igor Regards, Mark Keasling [EMAIL PROTECTED]

Re: looking for Cyrus mail format documentation

2003-02-04 Thread Mark Keasling
mailstore that will satisfy both your requirements and those of IMAP and then implement a server around that mailstore. Regards, Mark Keasling [EMAIL PROTECTED]

Re: Working Vacation?? [solved?]

2003-01-24 Thread Mark Keasling
23, 2003 at 08:02:42PM +0900, Mark Keasling wrote: Sendmail is removing the domain part from smtp envelope TO addresses (RCPT TO) when they are sent to the local deliverer in my case LMTP. Apparently, there is no way to avoid this obnoxious behavior. Hacking on sendmail.cf has had

Re: Working Vacation?? [solved?]

2003-01-23 Thread Mark Keasling
thanks such as they may be. Regards, Mark Keasling [EMAIL PROTECTED]

Re: Working Vacation??

2003-01-21 Thread Mark Keasling
/socket/lmtp Regards, Mark Keasling [EMAIL PROTECTED]

Working Vacation??

2003-01-09 Thread Mark Keasling
Hi, Has anyone got sieve's vacation notifications to work? If you have, can you post your imapd.conf and cyrus.conf files and a sieve script? Haven't been able to get it to work, think everything has been tried and have run out of hair... ;) Regards, Mark Keasling [EMAIL PROTECTED]

Re: Working Vacation??

2003-01-09 Thread Mark Keasling
--with-lock=fcntl --with-openssl=/opt/imap --with-perl --with-sasl=/opt/imap --with-statedir=/var/imap/state --with-libwrap=yes --with-auth=unix --enable-fulldirhash --enable-gssapi=/opt/imap Regards, Mark Keasling [EMAIL PROTECTED] From before On Thu, 09 Jan 2003 10:06:10 -0500, Ken Murchison

adding multi-lingual support to cyrus sieve

2002-12-12 Thread Mark Keasling
Hi, While the IMAP server does a great job of supporting multiple languages for searching. The level of support provided by sieve is much much lower. Here is an outline of the modifications to cyrus and sieve, which I think are necessary to enable multi-lingual support in

Re: How to use non-ascii charsets with sieve?

2002-12-10 Thread Mark Keasling
Hi, On Mon, 09 Dec 2002 22:17:06 -0500, Lawrence Greenfield [EMAIL PROTECTED] wrote... --On Tuesday, December 10, 2002 11:52 AM +0900 Mark Keasling [EMAIL PROTECTED] wrote: Hi Larry, [ ... decode in fill_cache() ... ] This hasn't been tested this yet since I stuck it in yesterday

How to use non-ascii charsets with sieve?

2002-12-09 Thread Mark Keasling
Hi, Can someone give me "how to" pointer... I need to know how to use non-ASCII text in sieve scripts. For example: using Japanese in message headers or mailbox names. For example a message has a subject as follows: 題名: アクセシビリティセミナー報告

Re: How to use non-ascii charsets with sieve?

2002-12-09 Thread Mark Keasling
the mutf-7 conversion before submitting the script. We're working on the client so such a hack isn't out of the question; but probably wont work well if some other client were to access the server. Date: Mon, 9 Dec 2002 19:53:37 +0900 (JST) From: Mark Keasling [EMAIL PRO

Re: How to make cyrus not change non US-ASCII characters to X

2002-11-21 Thread Mark Keasling
an unlabled 8 bit filter before trying to process it further? The unlabeled 8 bit filter could do nothing, fix-up the message, reject it or whatever. Regards, Mark Keasling [EMAIL PROTECTED]

Re: Timsieved valid commands

2002-11-19 Thread Mark Keasling
can post if anyone wants it. Sieve commands are defined in: cyrus-imapd-x.y.z/doc/sieve-protocol.html Regards, Mark Keasling [EMAIL PROTECTED]

Re: Timsieved valid commands

2002-11-19 Thread Mark Keasling
) { // read server response... } else { // handle error... } However, using the SASL library is a better option for coding. Regards, Mark Keasling [EMAIL PROTECTED]

notifyd(8) documentation error?

2002-10-29 Thread Mark Keasling
PROTECTED] ; I haven't tried a string list in the :options so I don't know if one will work as expected. Something like: notify :method mailto :options [[EMAIL PROTECTED],[EMAIL PROTECTED]] ; Regards, Mark Keasling [EMAIL PROTECTED]

Re: sieve help

2002-10-29 Thread Mark Keasling
Security strength factor: 128 C listscripts S aaa S bbb S ccc ACTIVE S OK C getscript aaa S {105} S require [reject,fileinto]; S if address :is :all From [EMAIL PROTECTED] S { S reject testing; S } S S OK C logout S OK Logout Complete S Connection closed. Regards, Mark Keasling [EMAIL PROTECTED]

Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Mark Keasling
to a previous/different version of Berkeley DB? use database types other then db3 (ie skiplist, flat) If a different version of the database should be used, what is the latest version, supported by Cyrus imap 2.1.9, which doesn't exhibit this problem (does anyone know)? Regards, Mark Keasling [EMAIL

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Mark Keasling
Hi, On Thu, 17 Oct 2002 09:10:44 -0400 (EDT), Rob Siemborski [EMAIL PROTECTED] wrote... On Thu, 17 Oct 2002, Mark Keasling wrote: I'm trying to use Berkeley DB 4.0.14 and am getting the dreaded DBERROR db4: 4 lockers messages even when only starting up the master process. From what

hierarchical grouping of users

2002-10-09 Thread Mark Keasling
could also be extended to mail delivery so that mail sent to the group could optionally be delivered to the members. Any thoughts? Regards, Mark Keasling [EMAIL PROTECTED]