cyradm not validating user

2001-06-26 Thread Devdas Bhagat
I have the cyrus master process running on a machine. I'm trying to create mailboxes in cyrus. If I try to use cyradm to do this, I face the following problems: If I use the -u option cyradm -u cyrus, I get the error: generic failure in Cyrus/IMAP/Admin.pm line 78 Cannot authenticate to server as

Followup: cyradm not validating user

2001-06-26 Thread Devdas Bhagat
On Tue, 26 Jun 2001, Devdas Bhagat spewed into the ether: > Cannot authenticate to server as cyrus > > Without the -u option, I get the error > Cannot connect to server > if I try to do anything Ok, I fixed that error by specifying a SASL auth mechanism. Now cyradm segfaults and core dumps. I t

Upgrading cyrus

2001-06-26 Thread tarjei
Hi, I finaly managed to install cyrus a few months ago and am happily running it now. What I am wondering about, is how do I upgrade. Is it possible to do: (in 2.0.14 dir) : ./configure, make make install and none of my personal files (.conf etc) will be overwritten? Also, If it does not wor

newbie question....cjk

2001-06-26 Thread Constantine Koulis
Hello all. I have a mail server running Cyrus-Imap with sendmail and squirrelmail on it.I am very satisfied until now but i would like some restrictions to may IMAP-Webbased users.I would like to limit the space to their mailbox and also another future to make the deleted items to be removed au

Re: [ANN]: Alternate namespace beta 3

2001-06-26 Thread Ken Murchison
Nuno Silva wrote: > > As noted by Ken Murchison a while back the alternative namespace does > not change the spool structure (files and folders on disk) to provide > the alternative namespace, therefor there is *one* drawback: > You can't create subfolders of INBOX. while using the alternate >

Re: newbie question....cjk

2001-06-26 Thread tarjei
install websieve to give your users vacation and filtering posibilities. when it comes to quotas, just log in to cyradm and set the qoutas for each user.mailbox (use the help command to find the correct one). You can also set a default quota on new users by putting the line: autocreatequota: 100

ssl question.

2001-06-26 Thread Tarjei Huse
Hi, I have tried to set up cyrus to use ssl. in my imapd.conf I got: tls_cert_file: /var/imap/server.pem tls_key_file: /var/imap/server.pem my log shows: Jun 26 15:26:44 mail imapd[19473]: TLS engine: cannot load CA data Jun 26 15:26:45 mail imapd[19473]: starttls: TLSv1 with cipher RC4-MD5 (128

Re: newbie question....cjk

2001-06-26 Thread Constantine Koulis
Dear Sir. I gave # ./cyradm and i had the following error : ./cyradm: error while loading shared libraries: libtcl8.0.so: cannot open shared object file: No such file or directory Any suggestions... >From: "tarjei" <[EMAIL PROTECTED]> >Reply-To: "tarjei" <[EMAIL PROTECTED]> >To: "Const

Imap and Sieve Perl API status..

2001-06-26 Thread Alain Turbide
Are there any plans to add the capability of sending the passwords via a procedure call for DIGEST-MD5, CRAM-MD5, authentication? After looking at the imclient API, I dont' see how it can easily be done since that API relies more on prompts to the user to collect the secrets. The Isieve API is'nt

Re: ssl question.

2001-06-26 Thread Alec H. Peterson
- Original Message - From: "Tarjei Huse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 07:44 Subject: ssl question. > Hi, I have tried to set up cyrus to use ssl. > > in my imapd.conf I got: > tls_cert_file: /var/imap/server.pem > tls_key_file: /var/imap/server

Sieve Vacation / LMTP problems

2001-06-26 Thread Edwin Chiu
Hi, I'm having trouble getting sieve vacation messages to work properly. I'm using: Sendmail 8.9.3 Cyrus Imapd 1.6.24 This is from imapd.log: localhost deliver[17029]: lmtp connection preauth'd as postman I have no clue how LMTP works... I added in my sendmail.mc FEATURE(local_lmtp) Same t

Re: Sieve Vacation / LMTP problems

2001-06-26 Thread Edwin Chiu
I fixed the problem by setting `CYRUS_MAILER_ARGS' to 'deliver -e -l' Rather than the sendmail default of: 'deliver -e -m $h -- $u' This doesn't work either: 'deliver -e -l -m $h -- $u' But again, 'deliver -e -l' works fine Regards, Edwin Edwin Chiu wrote: > > Hi, > > I'm having trouble

sub-folder delivery

2001-06-26 Thread nlevy
I'm having a problem with cyrus-imapd 2.0.13. I had upgraded from 1.6.24 where I could deliver to a subfolder with the user+folder@mailhost. After the upgrade (and on a different server with a new installation) it does not work. I've tried many different combinations of ACLs but to no avail. T

Re: Imap and Sieve Perl API status..

2001-06-26 Thread Lawrence Greenfield
We'd like to make this work, but, as you might guess, we use Kerberos and this has yet to impact my life personally, so it's not something that I feel a great need to fix. But you're right, this is a bug, and if it's not in bugzilla it should be. Larry From: "Alain Turbide" <[EMAIL PROTECTED

Re: Sieve Vacation / LMTP problems

2001-06-26 Thread Ken Murchison
Edwin Chiu wrote: > > Hi, > > I'm having trouble getting sieve vacation messages to work properly. > > I'm using: > > Sendmail 8.9.3 > Cyrus Imapd 1.6.24 > > This is from imapd.log: > localhost deliver[17029]: lmtp connection preauth'd as postman > > I have no clue how LMTP works... I add

Re: Imap and Sieve Perl API status..

2001-06-26 Thread Alain Turbide
Thanks Larry, It's not a problem with me either since I use SSL for my connections but since the API was there it would have been nice to have it support the other types of authentications and make it a more rounded tool especially since the perl sieve API already supports them. If I was more fam

inetd.conf equivilent on Linux 7?

2001-06-26 Thread Curtis Martin
Hello, Does anybody know where or what the inetd.conf equivalent is on Linux? Curtis Martin Network / Database Administrator [EMAIL PROTECTED] 310-414-6760 x224

cyradm quits?

2001-06-26 Thread Michael Bartosh
I'm trying to get cyrus and postfix working on Suse 7.1 linux/i386 postfix is delivering mail locally and cyrus checks out using lmtest (fyi I am doing pam authentication). However when I try to use cyradm to add a user I get (ie cyradm -u cyrus localhost) I just get returned to the bash promp

Re: inetd.conf equivilent on Linux 7?

2001-06-26 Thread Matt Prigge
> Does anybody know where or what the inetd.conf equivalent is on Linux? if you have it installed, its called xinetd. /etc/xinetd.conf /etc/xinetd.d/* -matt

Re: inetd.conf equivilent on Linux 7?

2001-06-26 Thread richard offer
* frm [EMAIL PROTECTED] "06/26/01 15:00:25 -0700" | sed '1,$s/^/* /' * * Hello, * * Does anybody know where or what the inetd.conf equivalent is on Linux? Depends on the version of inetd you're using. But if you're asking the question I guess you're using xinetd. There is a global options fi

Re: inetd.conf equivilent on Linux 7?

2001-06-26 Thread Justin R. Miller
Curtis, Linux too uses inetd.conf. However, judging by your subject I assume you are talking about _Red Hat_ Linux, which in version 7.0 migrated to xinetd instead of inetd. Each service has a separate file in /etc/xinetd.d. -Justin Thus spake Curtis Martin ([EMAIL PROTECTED]): > Hello, >

Re: inetd.conf equivilent on Linux 7?

2001-06-26 Thread David Fuchs
...try "man inetd". There is an inetd.conf if you create one, but not until then. You also have to start inetd on your own (whether by rc.local or some other method). You may want to find a Linux User Group to join, there are quite a few of them around... -David Fuchs - Original Message -