Re: Sieve

2005-04-25 Thread Scott Balmos
Andreas Hasenack wrote: Quoting Robert Baruch <[EMAIL PROTECTED]>: okay - I manually wrote, compiled, and installed a script - works like a champ... websieve appears to be broken... what are the alternatives for web-based sieve processing? Ingo from the Horde project (www.horde.org) is another o

Re: Sieve

2005-04-25 Thread Andreas Hasenack
Quoting Robert Baruch <[EMAIL PROTECTED]>: localhost> lm Deleted Messages (\HasNoChildren) goof (\HasNoChildren) INBOX (\Noinferiors) save (\HasNoChildren) Sent Messages (\HasNoChildren) I've selected the mailbox goof to move into. Unfortunately, the syslog entry doesn't reference a

Re: Sieve

2005-04-25 Thread Andreas Hasenack
Quoting Robert Baruch <[EMAIL PROTECTED]>: More info... I did an od -c of the compiled script file defaultbc and I think there is also always a plain text version of the script in the same directory. see that websieve is referencing the folder that I selected called goof as INBOX.goof. I suspect t

Re: Sieve

2005-04-25 Thread Andreas Hasenack
Quoting Robert Baruch <[EMAIL PROTECTED]>: okay - I manually wrote, compiled, and installed a script - works like a champ... websieve appears to be broken... what are the alternatives for web-based sieve processing? Ingo from the Horde project (www.horde.org) is another one. Works quite well in

Re: Sieve

2005-04-25 Thread Robert Baruch
okay - I manually wrote, compiled, and installed a script - works like a champ... websieve appears to be broken... what are the alternatives for web-based sieve processing? On Apr 25, 2005, at 6:43 PM, Andreas Hasenack wrote: Quoting Robert Baruch <[EMAIL PROTECTED]>: 1. I can proces .forward scr

Re: Sieve

2005-04-25 Thread Robert Baruch
Andreas, More info... I did an od -c of the compiled script file defaultbc and see that websieve is referencing the folder that I selected called goof as INBOX.goof. I suspect that is not correct? cyradm listmailbox shows it just as goof... Perhaps websieve-063a is not implemented properly... Ar

Re: Sieve

2005-04-25 Thread Robert Baruch
Andreas, here's proof via cyradm: localhost> lm Deleted Messages (\HasNoChildren) goof (\HasNoChildren) INBOX (\Noinferiors) save (\HasNoChildren) Sent Messages (\HasNoChildren) I've selected the mailbox goof to move into. Unfortunately, the syslo

Re: setaclmailbox: cyrus: c: System I/O error

2005-04-25 Thread Jason Sopko
Sundaram Ramasamy wrote: Hi all, For testing I have created testuser1 mail box, Now I want to delete that mailbox its giving System I/O error message Here is my output: /usr/lib/cyrus-imapd/cyradm localhost> lm user.testuser1 user.testuser1 (\HasChildren) localhost> lam user.testuser1 testuser1 l

setaclmailbox: cyrus: c: System I/O error

2005-04-25 Thread Sundaram Ramasamy
Hi all, For testing I have created testuser1 mail box, Now I want to delete that mailbox its giving System I/O error message Here is my output: /usr/lib/cyrus-imapd/cyradm localhost> lm user.testuser1 user.testuser1 (\HasChildren) localhost> lam user.testuser1 testuser1 lrswipcda localhost>

Can't create virtual domain mailboxes

2005-04-25 Thread Robin Rainton
Hi, I've seen a few virtual domain probls going around but still can't fix mine which is this: - Using Fedora Core 3 and the Cyrus RPMs - nothing built locally. - In /etc/imapd.conf I have the standard stuff plus: virtualdomains: userid - The admin is 'cyrus', but I've also tred '[EMAIL PROTECT

Re: Sieve

2005-04-25 Thread Andreas Hasenack
Quoting Robert Baruch <[EMAIL PROTECTED]>: 1. I can proces .forward scripts 2. I can process vacation scripts 3. I cannot process Fileinto scripts: I get the following error in syslog: Apr 25 18:11:03 localhost lmtpunix[3944]: sieve runtime error for robert id <[EMAIL PROTECTED]>: Fileinto: Mailb

Re: Sieve

2005-04-25 Thread Robert Baruch
Andreas, Okay, after a long day, I've realized that I had to rebuild the timserved to get things working properly. Now what I see is the following: 1. I can proces .forward scripts 2. I can process vacation scripts 3. I cannot process Fileinto scripts: I get the following error in syslog: Apr

Re: Configuring Cyrus IMAP questions

2005-04-25 Thread Patrick Welche
On Thu, Jan 13, 2005 at 10:21:33AM -0800, H. Scott Brown wrote: > Hi, List, > > OK, new problem... > > I am trying to rebuild Cyrus IMAP from scratch. Everything *seemed* to go ok > the first build, but now I am getting errors during configure. > > > ./configure --with-auth=unix --with-sasl=/usr

Mailbox doesn't exist (virtual mailboxes)

2005-04-25 Thread Sun Advocate Webmaster
Okay... I have my virtual domains working properly. Now I'm having another problem. When checking mail from thunderbird, I am told "error from server: mailbox doesn't exist." In cyradm, 'lm' shows '[EMAIL PROTECTED] (\HasNoChildren)'. I can verify via 'imtest' that the credentials I'm using a

Re: Problem with POP, STLS and Pegasus Mail?

2005-04-25 Thread Derrick J Brashear
On Mon, 25 Apr 2005, Sebastian Hagedorn wrote: [*] Connection established to 134.95.19.46 0132 +OK cyrus.rrz.uni-koeln.de Cyrus POP3 v2.2.12-Invoca-RPM-2.2.12- 1.ZAIK server ready <[EMAIL PROTECTED]> << 0006 STLS 0034 -ERR Nicht unterstützter Befehl. << 0014 USER xxx 0055 -ERR [AUTH] USER command o

Re: User-deleted folders still on disk?

2005-04-25 Thread Ken Murchison
Derrick J Brashear wrote: On Mon, 25 Apr 2005, Jeff Blaine wrote: Using cyrus-2.2.12 We're experiencing a situation where user-deleted folders still remain on disk. Running 'reconstruct -r user.USERNAME' does not address the problem. Is this expected behavior? If so, I'm curious to hear the reason

Re: Sieve

2005-04-25 Thread Derrick J Brashear
On Mon, 25 Apr 2005, Derrick J Brashear wrote: You mean a script that uses the perl modules? We have one around which I just had some fun debugging (there's a debug in the "new protocol" support which we found Thursday, it will be fixed in 2.2.13). I'll find it. http://www.contrib.andrew.cmu.edu/

Problem with POP, STLS and Pegasus Mail?

2005-04-25 Thread Sebastian Hagedorn
Hi, last year we switched our students over to Cyrus and this Saturday we added professors and staff. Everything went pretty smoothly, but as always we have noticed a few problems. One of these happens when users of Pegasus Mail try to use POP with STLS. Apparently this happens: [*] Connection

Re: Sieve

2005-04-25 Thread Robert Baruch
My active scripts are symbolically linked to default On Apr 25, 2005, at 3:42 PM, Andreas Hasenack wrote: On Mon, Apr 25, 2005 at 03:31:52PM -0400, Robert Baruch wrote: Have you activated the sieve script? I don't know how websieve works, but at some point the uploaded sieve script has to be activ

Re: Sieve

2005-04-25 Thread Andreas Hasenack
On Mon, Apr 25, 2005 at 04:53:26PM -0400, Robert Baruch wrote: > My active scripts are symbolically linked to default Did you have a chance to look at cyrus' logs? --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.c

Re: Sieve

2005-04-25 Thread Wil Cooley
On Mon, 2005-04-25 at 09:22 -0400, Derrick J Brashear wrote: > > Here's another vote for a Sieve user mailing list, preferably > > linked to a Gmane newsgroup. > > Anyone can link a list to a gmane newsgroup though, or am i wrong? (I > understand the value of this, though, so you'll get no argum

Re: Sieve

2005-04-25 Thread Marc G. Fournier
I don't know ... just scan'd through the patch, and am not quite sure how it interacts with the various external spam checkers ... For instance, spamcheck.py allows you to talk to a 'remote spamd' daemon, which can run on a different machines (we run >200 VPSs, but they all share one central sp

Re: Sieve

2005-04-25 Thread Andreas Hasenack
On Mon, Apr 25, 2005 at 03:31:52PM -0400, Robert Baruch wrote: > > Have you activated the sieve script? I don't know how websieve > > works, > > but at some point the uploaded sieve script has to be activated. > > > > > > I see that the script is on the server in the /usr/sieve/r/robert > d

Re: Sieve

2005-04-25 Thread Derrick Brashear
On Apr 25, 2005, at 3:20 PM, Marc G. Fournier wrote: IMHO, the biggest thing missing from sieve is the ability to easily use anti-spam software like Spamassassin ... Well, spamtest and virustest extensions are coming from Igor Brezac when he has time to finish them, if that will help. http:/

last time a mailbox was accessed by user lambda

2005-04-25 Thread Mikael
Hello, Is there a way to tell when a mailbox was last acessed to read its content ? Thanks, -- Mikael --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Sieve

2005-04-25 Thread Robert Baruch
On Apr 25, 2005, at 3:09 PM, Andreas Hasenack wrote: On Mon, Apr 25, 2005 at 02:38:14PM -0400, Robert Baruch wrote: OK, I'm also new to sieve - and afters much work, I've been able to get it running on my box using websieve. Here's the problem - it doesn't call my filters!!! Have you activated

Re: Sieve

2005-04-25 Thread Marc G. Fournier
IMHO, the biggest thing missing from sieve is the ability to easily use anti-spam software like Spamassassin ... but, not sure if I can consider that a failing of sieve itself, or the lmtp protocol ... there used to be software with Spamassassin called spamcheck.py that acted as an lmtp proxy,

Re: Sieve

2005-04-25 Thread Andreas Hasenack
On Mon, Apr 25, 2005 at 02:38:14PM -0400, Robert Baruch wrote: > > OK, I'm also new to sieve - and afters much work, I've been able to get > it running on my box using websieve. Here's the problem - it doesn't > call my filters!!! Have you activated the sieve script? I don't know how websieve w

Re: Sieve

2005-04-25 Thread Derrick J Brashear
On Mon, 25 Apr 2005, NM Public wrote: * I use Tuffmail.com and they support the ManageSIEVE protocol. I'd like to be able to update my Sieve greenlist (aka whitelist) from Pine. E.g., In Pine I pipe a message to a script and the script extracts the From: header and uses ManageSIEVE to update my

Re: Sieve

2005-04-25 Thread Robert Baruch
OK, I'm also new to sieve - and afters much work, I've been able to get it running on my box using websieve. Here's the problem - it doesn't call my filters!!! How can I tell where the problem lies? Is it postfix? is it cyrus? I'm stuck! Basically I see mail coming in via /var/log/mail.log but

Re: Sieve

2005-04-25 Thread Andrew Morgan
On Mon, 25 Apr 2005, NM Public wrote: On 2005-04-25 in , Andreas Hasenack wrote: What are the issues you are having with sieve and/or your scripts? Off the top of my head, here are some questions I have: I'll take a crack at a few of them... :) * Is it pos

Re: Sieve

2005-04-25 Thread NM Public
On 2005-04-25 in , Andreas Hasenack wrote: What are the issues you are having with sieve and/or your scripts? Off the top of my head, here are some questions I have: * I use Tuffmail.com and they support the ManageSIEVE protocol. I'd like to be able to upda

Re: Message contains NUL characters ...

2005-04-25 Thread John Fawcett
Marc G. Fournier wrote: > On Mon, 25 Apr 2005, Michael Sims wrote: > >> Marc G. Fournier wrote: >> >>> Apr 24 15:29:02 hub postfix/lmtp[54800]: 0367A1298D0: >>> to=<[EMAIL PROTECTED]>, relay=/var/run/socket/lmtp[/var/run/socket/lmtp], >>> delay=273190, status=bounced (host >>> /var/run/socket/lmtp

Re: User-deleted folders still on disk?

2005-04-25 Thread Derrick J Brashear
On Mon, 25 Apr 2005, Jeff Blaine wrote: Using cyrus-2.2.12 We're experiencing a situation where user-deleted folders still remain on disk. Running 'reconstruct -r user.USERNAME' does not address the problem. Is this expected behavior? If so, I'm curious to hear the reasoning. Well, a while ago the

local copies of messages

2005-04-25 Thread mango
hi, how can i save a local copy of message and change it without synchronisation? i disabled the checkbox "synchronise" on client's side (thebat!,outlook, thunderbird) but it's always the same...it doesn't work. so i think i have to do something on server's side, no idea what. can anyone help? -

RE: Message contains NUL characters ...

2005-04-25 Thread Marc G. Fournier
On Mon, 25 Apr 2005, Michael Sims wrote: Marc G. Fournier wrote: Apr 24 15:29:02 hub postfix/lmtp[54800]: 0367A1298D0: to=<[EMAIL PROTECTED]>, relay=/var/run/socket/lmtp[/var/run/socket/lmtp], delay=273190, status=bounced (host /var/run/socket/lmtp[/var/run/socket/lmtp] said: 554 5.6.0 Message cont

User-deleted folders still on disk?

2005-04-25 Thread Jeff Blaine
Using cyrus-2.2.12 We're experiencing a situation where user-deleted folders still remain on disk. Running 'reconstruct -r user.USERNAME' does not address the problem. Is this expected behavior? If so, I'm curious to hear the reasoning. Are we missing an option somewhere? It's confusing our users

Re: auth ldap, creating folders automatically for new users

2005-04-25 Thread Christos Soulios
Because current patch implementation is not compatible with MURDER architecture. It is within our intentions to make the patch complete and finally have it included in the main cyrus source tree. Regards, Christos Thomas Bolioli said: This has probably been covered before but why is this st

Re: Message contains NUL characters ...

2005-04-25 Thread Amos
Derrick J Brashear wrote: Well, there's also the possibility as we discussed in October that your mta is passing (too) long (to be compliant) lines to cyrus, and the logic doesn't distinguish and prints the same error. FYI, WebCT (Campus Edition) also triggers this problem. If an instructor has

Re: DB Errors

2005-04-25 Thread Derrick J Brashear
On Sun, 24 Apr 2005, Daniel Hazelbaker wrote: Okay. I'm hitting the annoyed state with this problem because it is feeling close to being solved, but not quite! The cwd of lmtpd process (and cyrus itself) is the root directory. I did a quick test of setting / to mode 777 (ya I know) and waited

RE: Message contains NUL characters ...

2005-04-25 Thread Derrick J Brashear
On Mon, 25 Apr 2005, Michael Sims wrote: Marc G. Fournier wrote: Apr 24 15:29:02 hub postfix/lmtp[54800]: 0367A1298D0: to=<[EMAIL PROTECTED]>, relay=/var/run/socket/lmtp[/var/run/socket/lmtp], delay=273190, status=bounced (host /var/run/socket/lmtp[/var/run/socket/lmtp] said: 554 5.6.0 Message cont

Re: Sieve

2005-04-25 Thread Derrick J Brashear
On Mon, 25 Apr 2005, NM Public wrote: On 2005-04-24 in , Forrest Aldrich wrote: Either way, it would be really nice to have this at some point - a mailing list would be a good ajunct. Here's another vote for a Sieve user mailing list, preferably linked to a

Re: auth ldap, creating folders automatically for new users

2005-04-25 Thread Thomas Bolioli
This has probably been covered before but why is this still a patch and not a bona fide option in the main distribution? It seems like it is something many people would want. I know I do at least. Tom Andreas Hasenack wrote: On Mon, Apr 25, 2005 at 01:34:05PM +0200, Sueveges Gyoergy wrote:

Re: Sieve

2005-04-25 Thread Andreas Hasenack
On Mon, Apr 25, 2005 at 06:10:22AM +0100, NM Public wrote: > On 2005-04-24 in , > Forrest Aldrich wrote: > > > >Either way, it would be really nice to have this at some point - a > >mailing list would be a good ajunct. > > Here's another vote for a Sieve us

RE: Message contains NUL characters ...

2005-04-25 Thread Michael Sims
Marc G. Fournier wrote: > Apr 24 15:29:02 hub postfix/lmtp[54800]: 0367A1298D0: > to=<[EMAIL PROTECTED]>, relay=/var/run/socket/lmtp[/var/run/socket/lmtp], > delay=273190, status=bounced (host > /var/run/socket/lmtp[/var/run/socket/lmtp] said: 554 5.6.0 Message > contains NUL characters (in reply t

Re: DB Errors

2005-04-25 Thread Andreas Hasenack
On Sun, Apr 24, 2005 at 06:55:29PM -0700, Daniel Hazelbaker wrote: > Hmm. One problem. I can't find any core files. :) As best I can tell > they aren't disabled anywhere, (/proc/sys/kernel has valid core_pattern > and core_uses_pid values ("core" and "1" respectively). ulimit shows > core size

Re: auth ldap, creating folders automatically for new users

2005-04-25 Thread Andreas Hasenack
On Mon, Apr 25, 2005 at 01:34:05PM +0200, Sueveges Gyoergy wrote: > Hi all, > > I use LDAP for authentication to cyrus (actually for saslauthd). I > noticed when there is a new user on my ldap, altough I can login to cyrus, > there are no folders created. I think it is the default behaviour

auth ldap, creating folders automatically for new users

2005-04-25 Thread Sueveges Gyoergy
Hi all, I use LDAP for authentication to cyrus (actually for saslauthd). I noticed when there is a new user on my ldap, altough I can login to cyrus, there are no folders created. I think it is the default behaviour of cyrus. How can I change it so that also folders (inbox, sent,..) are c

Re: emails of multiple domain on one IMAP server

2005-04-25 Thread Sueveges Gyoergy
to fetch mail from a server you can use fetchmail and hand that mail to cyrus. I am not sure if you can hand it directly to cyrus or pass it first to an MTA like postfix which delivers email to cyrus. Ulf Assuming you have no "intermediary" processing via Postfix that you actually want to ha