Re: How to let users change their password ?

2002-02-14 Thread Dirk Lachowski
Hi all, here is another solution. It may be a bit too big, because it is in fact an isp-administration solution. But it uses LDAP to administer cyrus users with a nice web-frontend (and also virtual domains and all that stuff). Maybe you would like to give it a try:

Re: autocreatequota imap clients

2002-02-14 Thread Nikos Voutsinas
simon wrote: On Wed, 2002-02-13 at 17:51, Lawrence Greenfield wrote: Date: Wed, 13 Feb 2002 13:56:27 +0200 From: Nikos Voutsinas [EMAIL PROTECTED] [...] Some body did a patch to do auto create of mailboxes but I have lost the URL ... I have the patch somewhere if it is

GETQUOTA problem

2002-02-14 Thread Birger Toedtmann
Hi, there seems to be no problem setting quotas for a user. E.g. $ cyradm imapserver sq user.testuser 5000 imapserver lq user.testuser STORAGE 0/5000 (0%) imapserver lqr user.testuser.subfolder user.testuser STORAGE 0/5000 (0%) imapserver quit $ However, the corresponding IMAP

Mailer cyrus died with signal 10

2002-02-14 Thread Tuuli K Tuominen
Hi, I'm running Cyrus 1.6.25 and Sendmail 8.11 on Solaris 8 and ran into the following problem recently: there is a message in the mailqueue which does not get delivered, but causes this to appear in the log: mailer cyrus died with signal 10 There's nothing special about the message. It's not

create users without cryadm

2002-02-14 Thread Steve Wright
Hi I've just setup cyrus on another server I need to create users from the command line (ie without using cyradm), can anyone tell me how I can do this (or point me to a webpage). Thanks Steve.

Re: GETQUOTA problem

2002-02-14 Thread Lawrence Greenfield
GETQUOTA is an administrator only command; users are only allowed to run GETQUOTAROOT. Larry

Re: create users without cryadm

2002-02-14 Thread [EMAIL PROTECTED]
??? cyradm is a commandline thingy. I think you can do somehting like: sudo -u cyrus 'cyradm cm user.username' but I'm not sure. Tarjei Steve Wright wrote: Hi I've just setup cyrus on another server I need to create users from the command line (ie without using cyradm), can anyone tell me

Re: create users without cryadm

2002-02-14 Thread Steve Wright
Doesn't matter, I've just seen how to do this using the perl modules. Steve On Thursday 14 February 2002 13:39, you wrote: Hi I've just setup cyrus on another server I need to create users from the command line (ie without using cyradm), can anyone tell me how I can do this (or point me

Experimental Server - upgrade problems

2002-02-14 Thread Theodore J. Knab
I just recovered from a minor disaster. I upgraded to the lastest Debian packaged version of Cyrus: verson 2.1.1.0preCVS20020130 http://people.debian.org/~hmh/cyrus2/ I have been running an experimental Cyrus server as a demo with version 2.1.0.0preCVS2. After the update, all my mailboxes

cyradm authentication

2002-02-14 Thread E M Recio
what is the password which is used for cyrus authentication using cyradm. I have cyrus imapd.conf pointing to sasl_pwcheck=pam, but I did --with-auth=unix is that correct? Basically, i want pam to handle all requests, and I am pointing PAM to the ldapserver. I can login to the machine just fine

Re: Experimental Server - upgrade problems

2002-02-14 Thread Henrique de Moraes Holschuh
On Thu, 14 Feb 2002, Theodore J. Knab wrote: I upgraded to the lastest Debian packaged version of Cyrus: Latest PRE-RELEASE packaged version :) It has not been uploaded yet... After the update, all my mailboxes stopped working. That's because the new packages reverted to the old hash

How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-14 Thread Don Jackson
Each of my users has a mailbox that contains their voice mail messages. I want to write an application that turns on the user's message waiting indicator if they have unread messages in their voice mail mailbox. In order to do so, I need to know if they have any unread messages. I wrote a perl