FWD: consistent ldap login problem

2001-06-07 Thread manuel
hi all, i looked into the logs, and it seems during the first try, imapd dies before calling pam. any ideas? Jun 7 14:49:32 homer master[3385]: process 5486 exited, signaled to death by 11 <-- this is 1st try with a correct pw Jun 7 14:53:33 homer imapd[5492]: pam_ldap: error trying to bin

Cyrus - mysql - sasl ( and postfix too )

2001-06-07 Thread Jack Snodgrass
Because of time constraints, I haven't been keeping up with the mailing list. Not sure what the current state of things are.   I've got cyrus-imapd-1.6.24 and cyrus-sasl-1.5.24 setup with mysql mods ( from someone on the list ) that let me use mysql tables for authentication. I modified the

Re: Movin users between partitions

2001-06-07 Thread Nuno Silva
hello, you can use cyradm: mail> help renamemailbox renamemailbox, renm rename a mailbox usage: renamemailbox MAILBOX NEWMAILBOX [PARTITION] like this: renamemailbox user.foo user.foo spool2 regards, Nuno Silva Mika Tuupola wrote: > I recently filled up the cyrus (spool) partition

Re: Backuping mail boxes (fwd)

2001-06-07 Thread Mika Tuupola
On Wed, 6 Jun 2001, Michael Fair wrote: > Being the generator of the email I at first thought > it might have been a problem with the "Evolution" > mail client I've been testing on Linux. However, > upon closer examination, what has actually happened > is that china.com has delivered a second co

Re: Sendmail + Amavis + Cyrus

2001-06-07 Thread nlevy
I have this setup running. Everything works great. For Amavis, I had to use the milter interface in Sendmail. Ok, almost everything works great. The syntax seems to not work since I moved the cyrus install to a new box. I'm using sendmail 8.11.0, cyrus 2.0.13, and amavis-perl-11. I've tried

Alternate namespace and sieve problem

2001-06-07 Thread John Holman
We would like to use 2.0.14-NAMESPACE with the alternate namespace enabled. This works when naming a mailbox through the IMAP protocol but does not seem to extend to mailbox names in sieve scripts. It does mean that existing sieve scripts will continue to work, but it seems wrong that users sh

Re: Alternate namespace and sieve problem

2001-06-07 Thread Ken Murchison
John Holman wrote: > > We would like to use 2.0.14-NAMESPACE with the alternate namespace enabled. > This works when naming a mailbox through the IMAP protocol but does not > seem to extend to mailbox names in sieve scripts. It does mean that > existing sieve scripts will continue to work, but

Sieve Vacation

2001-06-07 Thread Stefano Coatti
Hi, I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve script: vacation :addresses "[EMAIL PROTECTED]" "test"; redirect "[EMAIL PROTECTED]"; keep; and the result is: no vacation message, mail redirected to [EMAIL PROTECTED] and kept in the inbox of the user. I don't understa

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-07 Thread John Holman
Ken (Message sent a few days ago but I don't think it got through). The alternate namespace looks like a very useful enhancement that should avoid problems with the many clients that assume too much about what the namespace should be. I think it's also much more in line with what users expect.

Re: Sieve Vacation

2001-06-07 Thread Ken Murchison
Stefano Coatti wrote: > > Hi, > I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve script: > > vacation :addresses "[EMAIL PROTECTED]" "test"; > redirect "[EMAIL PROTECTED]"; > keep; > > and the result is: no vacation message, mail redirected to [EMAIL PROTECTED] and > ke

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-07 Thread Ken Murchison
John Holman wrote: > > Ken > > I do have one query though. Since personal folders and INBOX now exist at > the same level for the logged-in user > I had expected the same to be true also for "Other Users" - e.g. there > might be mailboxes > > Other Users.Mike.INBOX > Other Users.Mike.Saved >

RE: Sieve Vacation

2001-06-07 Thread Stefano Coatti
Stefano Coatti wrote: > > Hi, > I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve script: > > vacation :addresses "[EMAIL PROTECTED]" "test"; > redirect "[EMAIL PROTECTED]"; > keep; > > and the result is: no vacation message, mail redirected to [EMAIL PROTECTED] and > kept

Re: consistent ldap login problem

2001-06-07 Thread Steve Sobol
[EMAIL PROTECTED] wrote: > > hi everyone, > > i've search thru the mailing list without success to look for an answer to my >question. simply put, i have to login the first time with a wrong password and then >again with the correct one to login to the imap server. if on the first try i supp

ANN: alternate namespace beta2

2001-06-07 Thread Ken Murchison
I just made the second (and hopefully final) beta of the alternate namespace code available at: ftp://ftp.oceana.com/pub/cyrus-imapd-2.0.14-NAMESPACE-r2.tar.gz You can also grab it via anonymous CVS at CMU by checking out the "alt-namespace" branch or "alt-namespace-r2" tag. The new code only

Re: Sieve Vacation

2001-06-07 Thread Ken Murchison
Stefano Coatti wrote: > > Stefano Coatti wrote: > > > > Hi, > > I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve script: > > > > vacation :addresses "[EMAIL PROTECTED]" "test"; > > redirect "[EMAIL PROTECTED]"; > > keep; > > > > and the result is: no vacation message, mai

Re: Sieve Vacation

2001-06-07 Thread Shawn Sivy
Are you using LMTP as your delivery mechanism (deliver -l or direct to lmtp socket)? I believe this is required for the "vacation" feature in Sieve to work. -Shawn Sivy Stefano Coatti wrote: > > Hi, > I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve script: > > vacation :

cyradm administration via krb5 admin instance

2001-06-07 Thread Ben Poliakoff
Hi all, Is it possible to use a krb5 style admin instance with cyradm? It's not working for me. I've been testing a cyrus imapd installation using SASL GSSAPI authentication. Aside from the problem with the above, everything is working quite nicely, it's really great software! I'm guessing th

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-07 Thread Ken Murchison
Ken Murchison wrote: > > John Holman wrote: > > > > Ken > > > > I do have one query though. Since personal folders and INBOX now exist at > > the same level for the logged-in user > > I had expected the same to be true also for "Other Users" - e.g. there > > might be mailboxes > > > > Other Use

Re: Solaris 8 errors

2001-06-07 Thread Shawn Sivy
I had a similar problem and was able to fix it by reconfiguring/compiling/installing SASL using the --disable-gssapi option. I then recompiled cyrus and reinstalled it (I don't know if this was needed). I still got the errors, but noticed that the libgssapiv2.* files were still in the sasl librar