Password changing on an blackbox imap server

2001-07-17 Thread christoph
Hi, does anybody habe an idea, how to implement password changing on an cyrus imap server? I don't want to grant my users access to a shell to call the program saslpasswd themselves I'm using the sasldb configuration, because that enables me, not to have the client entered as a system us

Re: pine thinks my INBOX is empty? Anyone know if this is a common pr oblem with pine and cyrus?

2001-07-17 Thread Patrick Boutilier
Have you configured Pine to check your IMAP mailbox? Pine defaults to checking /var/spool/mail by default I believe. Lumpkin, Buddy wrote: >Subject says it all ... > >TIA > >--Buddy >

Re: Password changing on an blackbox imap server

2001-07-17 Thread Werner Reisberger
[EMAIL PROTECTED] wrote: > does anybody habe an idea, how to implement password changing on an cyrus > imap server? I don't want to grant my users access to a shell to call the > program saslpasswd themselves I am using sasl with the pam_ldap patch. Using my own mailbox objectclass enable

Re: pine thinks my INBOX is empty? Anyone know if this is a common pr oblem with pine and cyrus?

2001-07-17 Thread ronen amity
in .pinerc that sits in your home dir look for folder-collection. this is my setup (my imap server is named imapserver): # List of directories where saved-message folders may be. First one is # the default for Saves. Example: Main {host1}mail/[], Desktop mail\[] # Syntax: optnl-label {optnl-imap-

Renaming a users mailbox(s)

2001-07-17 Thread Scott Russell
Greets - Out of the 'cyrus install' questions and into the 'cyrus admin' questions. That's progress. I've got a user mailbox I want to rename. I tried with cyradm but it told me it couldn't do it. I read in the Managing IMAP book that cyrus 1.x couldn't rename top level mailboxes (user.name -> u

Re: pine thinks my INBOX is empty? Anyone know if this is a common pr oblem with pine and cyrus?

2001-07-17 Thread Patrick Boutilier
Or configure within Pine. 1. Choose the Setup option from the main Pine menu (S) 2. Choose C for config 3. Put something like this for inbox-path : {your.imap.server/user=yourusername}INBOX 4. Choose E to exit config and save your changes ronen amity wrote: > in .pinerc that sits in you

Re: pine thinks my INBOX is empty? Anyone know if this is a common pr oblem with pine and cyrus?

2001-07-17 Thread Kevin J. Menard, Jr.
Hey Buddy, Monday, July 16, 2001, 11:31:12 PM, you wrote: LB> Subject says it all ... LB> TIA LB> --Buddy By default, pine retrieves mail from your mbox folder. Your mail is not being delivered there. It's being delivered to your Cyrus folder. Did you configure pine to use IMAP? -- Kevin

Re: Imap Administration via IMAP port

2001-07-17 Thread Adi Linden
Hi, This is great! So I can use php scripts to do the same without having to invoke cyradm... TTYL, Adi On Mon, 16 Jul 2001, Scott Adkins wrote: > In addition to that, it should be stated that the difference between > administrative commands and non-administrative commands is purely one > of a

RE: Renaming a users mailbox(s)

2001-07-17 Thread OCNS Consulting
Scott, You may consider purchasing the O'Reilly book -> "Managing IMAP". It covers this question. According to the book, the cyradm "renamemailbox" command will rename a single Mailbox with the following limitation, it can't be used to rename a TOP-LEVEL Mailbox. This limitation is due to CYRUS-I

netscape 4.77 and filters

2001-07-17 Thread Sam Smith
The filters work on my old UW imap server. On the cyrus server, I can create a filter and save it. If I look again - it's not there. This is on Windows 2000. Anybody else seen this problem? -- Sam Smith N4MAP [EMAIL PROTECTED] http://www.mindspring.com/~sam.smith

Re: Imap Administration via IMAP port

2001-07-17 Thread Prune
If this can help, I have a file with such functions somewhere. The code is almost broken, but the cyrus part (imap, in fact) work well... It's an old thing I made (and maybe copied frome someone else, that I need to refresh :) Cheers, Prune Adi Linden wrote: > Hi, > > This is great! So I ca

RE: pine thinks my INBOX is empty? Anyone know if this is a common pr oblem with pine and cyrus?

2001-07-17 Thread Lumpkin, Buddy
Kevin, In the configure options under Setup, I checked the box enable-incoming-folders. Then under Setup->Collection List I added a collection and it prompted me for Nickname, Server, Path and View. I left path and view blank, filled in the server and chose a nickname. When I selected my INBO

Re: netscape 4.77 and filters

2001-07-17 Thread Simon Loader
Sam Smith wrote: > > The filters work on my old UW imap server. On the cyrus server, I can create a > filter and save it. If I look again - it's not there. This is on Windows 2000. > Anybody else seen this problem? > Filters are not saved on the IMAP server (AFAICR) I have had filiters working

RE: pine thinks my INBOX is empty? Anyone know if this is a common pr oblem with pine and cyrus?

2001-07-17 Thread Lumpkin, Buddy
Hmmm, I tried this .pinerc and now it puts me directly in my INBOX, I don't have to select it. But I still get an empty inbox (even though other clients work great). I guess I will revisit this one later. Thanks a lot for the help everyone, --Buddy -Original Message- From: ronen amit

imapd[14484]: [ID 897405 auth.error] unable to dlopen /usr/lib/sasl/libdigestmd5.so: ld.so.1: imapd: fatal: relocation error: file /usr/lib/sasl/libdigestmd5.so: symbol des_ecb_encrypt: referenced symbol not found

2001-07-17 Thread Lumpkin, Buddy
Hello All, I cannot seem to get this error to go away, even though imap is working just fine, for some reason I cannot make this symbol resolve. I found the symbol: # pwd /usr/local/openssl/lib # /usr/ccs/bin/nm /usr/local/openssl/lib/libcrypto.a | grep des_ecb_encrypt [19]| 192|

Re: Newbie struggling with sendmail config

2001-07-17 Thread Nick Sayer
Fred Ball wrote: > Hi, crew. I'm going for my first installation of Cyrus imapd, running > sendmail and freeBSD 4.3. > > I'm using the O'Reilly IMAP book as a guide, and everything *seemed*okay > until I hit the instructions for building the sendmail config file. It > instructs me to add th

Re: Can sieve scripts handle multiple dispositions?

2001-07-17 Thread Lawrence Greenfield
Yes, sieve actions that are compatible with each other can be used together. (You can't reject and keep a message, for instance.) You can definitely keep and redirect a message and I do it all the time. Larry Date: Mon, 16 Jul 2001 15:29:52 -0500 (CDT) From: [EMAIL PROTECTED] I've re

Re: Renaming a users mailbox(s)

2001-07-17 Thread Scott Russell
On Tue, Jul 17, 2001 at 10:42:46AM -0400, OCNS Consulting wrote: > You may consider purchasing the O'Reilly book -> "Managing IMAP". It covers > this Umm, yeah, I saw that in the book and said so in my email below. :) I asked anyway 'cause the book refers to Cyrus 1.x with the old cyradm TCL code

Re: Partial transfer of administrative rights?

2001-07-17 Thread Nuno Silva
hi, i've made a mistake here... i forgot to mention that to make this work the way you want, you should have the accounts that you want to delegate management in separate cyrus partitions and make the cyrus.conf access only those partitions. besides this, the new cyrus will have access to th

Re: Renaming a users mailbox(s)

2001-07-17 Thread Cillian Sharkey
Scott Russell <[EMAIL PROTECTED]> wrote: > So, is this still a problem in Cyrus 2.x or is there a better solution than > the one outlined in the Managing IMAP book? Code to do complete user renames: http://asg.web.cmu.edu/archive/message.php3?index=7268&array_index=0 (the archives are your frie

Re: Partial transfer of administrative rights?

2001-07-17 Thread Cillian Sharkey
Nuno Silva <[EMAIL PROTECTED]> wrote: > any other ideas? Hmm, perhaps do a recursive SETACL on the set of existing mailboxes to be administered to give admin & create & delete rights to the (non-cyrus) admin user.. ? Though this would need to be set for any new mailboxes/sub-folders created after

RE: Patch to Websieve-0.59f to support Alternate Namespaces

2001-07-17 Thread William K. Hardeman
Alain, I caught that bug myself later, and forgot to send the fix. My apologies. I've tested the changes I made, and they seem to work properly. I've put the changed code into production on our new imap server with the alternate namespaces code, and I've not yet had any complaints or problems

Re: Renaming a users mailbox(s)

2001-07-17 Thread Ken Murchison
Cillian Sharkey wrote: > > Scott Russell <[EMAIL PROTECTED]> wrote: > > So, is this still a problem in Cyrus 2.x or is there a better solution than > > the one outlined in the Managing IMAP book? > > Code to do complete user renames: > > http://asg.web.cmu.edu/archive/message.php3?index=7268&

Re: Partial transfer of administrative rights?

2001-07-17 Thread Devdas Bhagat
On Wed, 18 Jul 2001, Nuno Silva spewed into the ether: > imho the only to do this is to have separate config-dir's too, making it > (almost) a new instalation of cyrus in the same machine. Not what I want. The idea here is to delegate administration for a particular domain on a shared host to ot