is there a way to make saslauthd always return true?

2005-10-11 Thread he . tao
thx in advance! 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

how can I batch add user using cyradm

2005-10-11 Thread he . tao
my cyradm is perl version,it seems that tcl script doesn't work? the following code won't run... #!/usr/local/bin/cyradm -file   # Batch Cyrus user creation script. Usage: addusers filename   set inputfile [lindex $argv 0]  # Name of file containing users set quotalimit 15360            # Quota l

RE: Cyrus, sendmail and Cyrus SASL on CentOS4.1

2005-10-11 Thread lkolchin
Hi,   This is the sendmail AUTH problem. I'm using postfix and can send you the lines of code for the main.cf on postfix to handle this issue, but again you are using sendmail, so it could be different in your case:   # SASL SUPPORT FOR CLIENTS## The following options set parameters needed

RE: How to make cerificate for client installation?

2005-10-11 Thread lkolchin
Hi Simon, Your method is working, but this way you are sending also private key and I believe it's insecure. I've found the 'easy way' of installing the certificate: There is an easy solution to avoiding clicking 'yes' every time- Close Outlook Open up Internet Explorer, go to https://mail.goobe

cyrus connection timeout

2005-10-11 Thread Michael Hollmann
my problem, every day i have to restart the cyrus imap daemon. sometimes more than once a day. still connected clients could receive emails but new clients can't get a connection, telnet on port 143 does no result in "* OK server Cyrus IMAP4 v2.1.18 server ready". it seems master does not spawn

RE: how can I batch add user using cyradm

2005-10-11 Thread lkolchin
Hi,   Try to use cyr_adduser.pl and cyr_batchadd.sh from here: http://www.mail-archive.com/web-cyradm@web-cyradm.org/msg00496.html   I've used these scripts for batch add users to web-cyradm system.   Regards, Leon Kolchinsky From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: cyrus connection timeout

2005-10-11 Thread Sebastian Hagedorn
Hi, --On 11. Oktober 2005 11:26:45 +0200 Michael Hollmann <[EMAIL PROTECTED]> wrote: every day i have to restart the cyrus imap daemon. sometimes more than once a day. still connected clients could receive emails but new clients can't get a connection, telnet on port 143 does no result in "*

Reconstruct -rf segmentation fault

2005-10-11 Thread Jérôme NENERT
Hi, When I use reconstruct-rf user/foo, i get a segmentation fault error but the 1st subfolder is reconstructed. If I issue this command as many times as the number of subfolders, i reconstruct everything. Does anybody have any idea if the problem ? Regards. Cyrus Home Page: http://asg.w

Re: how can I batch add user using cyradm

2005-10-11 Thread Fred Blaise
On 10/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > my cyradm is perl version,it seems that tcl script doesn't work? > > the following code won't run... > #!/usr/local/bin/cyradm -file > > # Batch Cyrus user creation script. Usage: addusers filename > > set inputfile [lindex $argv 0] #

Re: Reconstruct -rf segmentation fault

2005-10-11 Thread Jérôme NENERT
Antoine Jacoutot wrote: Jérôme NENERT wrote: When I use reconstruct-rf user/foo, i get a segmentation fault error but the 1st subfolder is reconstructed. If I issue this command as many times as the number of subfolders, i reconstruct everything. Does anybody have any idea if the problem ?

Re: Reconstruct -rf segmentation fault

2005-10-11 Thread Antoine Jacoutot
Jérôme NENERT wrote: When I use reconstruct-rf user/foo, i get a segmentation fault error but the 1st subfolder is reconstructed. If I issue this command as many times as the number of subfolders, i reconstruct everything. Does anybody have any idea if the problem ? What OS are you running cy

Re: Reconstruct -rf segmentation fault

2005-10-11 Thread Antoine Jacoutot
Jérôme NENERT wrote: I run Cyrus under Linux. These are my ulimit You cyrus user limits, right ? try to increase the open files limit and see if it helps. Antoine Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.w

mv virus infected mail files behind cyrus's back.

2005-10-11 Thread Dan MacNeil
We're moving from courier to cyrus. Right now, when a new clamav virus signature comes we rescan /var/mail and move any infected messages we missed on the way in. Courier is fine w/ this. Cyrus doesn't seem to like it. Would would it be clean to replace the file with another message file co

Re: mv virus infected mail files behind cyrus's back.

2005-10-11 Thread Huaqing Zheng
On 10/11/05, Dan MacNeil <[EMAIL PROTECTED]> wrote: > We're moving from courier to cyrus. > > Right now, when a new clamav virus signature comes we rescan /var/mail > and move any infected messages we missed on the way in. Courier is fine > w/ this. > > Cyrus doesn't seem to like it. > > Would woul