Re: quota script

2006-03-08 Thread lkolchin
Hi, You need to make sure that $CRYPT in the file config.inc.php is set to md5. Look here - http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/web-cyradm-config.html Crypted passwords Web-cyradm supports the storage of encrypted passwords. I strongly suggest the use of

Re: quota script

2006-03-07 Thread lkolchin
Hi, I would suggest to use the solution from web-cyradm list: http://www.web-cyradm.org/pipermail/web-cyradm/2004-November/017965.html There is very nice and multipurpose script to deal with quotas. It's abaut integration of quota management for MTA (postfix) + Cyrus. Regards, Leon Kolchinsky

RE: (no subject)

2005-11-15 Thread lkolchin
Hi, Please use web-cyradm tutorial - www.web-cyradm.org This is the one you need, I believe. Regards, Leon Kolchinsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 14, 2005 4:30 PM To:

RE: Cyrus-Backup

2005-11-10 Thread lkolchin
Hi, I'll quote myself here, I wrote it some time ago on this list: 1) I'll make a dump of all mailboxes to the text file: su - cyrus -c ctl_mboxlist -d /var/lib/imap/mailboxlist.txt And I can restore it with: su - cyrus -c ctl_mboxlist -u /var/lib/imap/mailboxlist.txt 2) I will make a

Munge8bit option for .spec file

2005-11-09 Thread lkolchin
Hello All, I've attached .spec file of my cyrus-imapd on SLES9. Could someone tell me whatto change there so I can build it with "munge8bit option"? Best Regards, Leon Kolchinsky cyrus-imapd.spec Description: cyrus-imapd.spec Cyrus Home Page: http://asg.web.cmu.edu/cyrus

Problem with Subject: XXXX XXXXXX on Cyrus

2005-11-07 Thread lkolchin
 Hello All, I havevery annoying problemsince I've moved to Cyrus from UW-IMAP: When someone sends e-mail froma number ofservers to my users, and Subject line is in hebrew, the only Subject they see on their Outlook Express or Horde IMP is Subject: XX On the

RE: Formatting Messages

2005-11-03 Thread lkolchin
Try imapsync - http://www.linux-france.org/prj/imapsync/README Here is an example of the syntax: imapsync --host1 198.74.48.3 --user1 username1 --password1 secret1 --host2 198.74.48.10 --user2 username2 --password2 secret2 --noauthmd5 --include '^ANYFOLDERNAME' --subscribe Regards, Leon

RE: setting up IMAP users

2005-11-02 Thread lkolchin
Hi, I'm using cyrus on SLES9 and pretty happy with it till now :) I'd suggest to: 1) Try to use web-cyradm (www.web-cyradm.org) - Web-cyradm is a web based software that glues topnotch mailing technologies like cyrus-imap and postfix together. The focus is on administrating small and

IOERROR: fstating sieve script

2005-10-31 Thread lkolchin
Hello All, Could you please tell me what these entries in my log mean: Oct 31 12:58:55 mail lmtpunix[14418]: lmtp connection preauth'd as postmanOct 31 12:58:55 mail lmtpunix[14418]: IOERROR: fstating sieve script /var/lib/sieve/k/kuper/defaultbc: No such file or directoryOct 31 12:58:55

RE: UTF folders created via OE and SquirrelMail

2005-10-27 Thread lkolchin
Thanks Sebastian and Sava, It is a SquirrelMail problem: $default_charset = 'utf-8'; in config.php fixed that!!! Best Regards, Leon Kolchinsky -Original Message- From: Sebastian Hagedorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 3:52 PM To: לאון קולצ'ינסקי Cc:

SQUATTER script and non English folders

2005-10-27 Thread lkolchin
Hello All, I have 2 questions: 1) I'm running the following script as a cronjob every night: #!/bin/bashsu - cyrus -c "/usr/lib/cyrus/bin/squatter -r user/*" But, it creates cyrus.squat file only in subfolders of the users INBOX, i.e. /var/spool/imap/user/username/ doesn't include

RE: SQUATTER script and non English folders

2005-10-27 Thread lkolchin
Thanks Ken, But should it be squatter -r user or full path /usr/lib/cyrus/bin/squatter -r user? Regards, Leon Kolchinsky -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 4:29 PM To: לאון קולצ'ינסקי Cc: info-cyrus@lists.andrew.cmu.edu

IOERROR: fstating sieve script

2005-10-27 Thread lkolchin
Hello All, In the logs I see these kind of messages: Oct 27 16:48:05 mail master[14841]: about to exec /usr/lib/cyrus/bin/lmtpdOct 27 16:48:05 mail lmtpunix[14841]: executedOct 27 16:48:05 mail lmtpunix[14841]: accepted connectionOct 27 16:48:05 mail lmtpunix[14841]: lmtp connection

RE: SQUATTER script and non English folders

2005-10-27 Thread lkolchin
OK, Thanks Could you tell me please how to run SQUATTER as an EVENT from cyrus.conf? How the configuration should look like? P.S.: I'm using SLES9 Best Regards, Leon Kolchinsky -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 4:07 PM

RE: SQUATTER script and non English folders

2005-10-27 Thread lkolchin
Hi, /usr/lib/cyrus/bin/squatter -r user works fine for me, but the idea of one letter of the alphabet at a time is nice. Interesting, when I use webinterface (IMP or Squirremail) after I've finished to run squatter I got this message: imap[15835]: SQUAT returned 45 messages But after a

UTF folders created via OE and SquirrelMail

2005-10-26 Thread lkolchin
Hello All, When I create Imap folder in Hebrew lang. via SquirrelMail it looks O.K. in the SquirrelMail interface and I can work with it. But when I use Outlook Express, this folder looks like gibberish. The same happens ifI create Hebrew named folder in OE, it lookslike gibberish in

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 youare using sendmail, so it could be differentin your case: # SASL SUPPORT FOR CLIENTS## The following options set parameters needed by

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

How to make cerificate for client installation?

2005-10-10 Thread lkolchin
Hello All, I'm using SMTP-AUTH with TLS wrapper with Self Signed Certificate on my system. I want users to be able to install certificate on their computer (on OE or another mail-client) and not press "Yes" on the nag screen on every login. How can I do it so client certificate only

RE: How to make cerificate for client installation?

2005-10-10 Thread lkolchin
Hi, Thanks for your reply. I've found this on http://www.nyetwork.org/wiki/ssl_root_ca_new Create a PKCS#7 format of the Root CA's public certificate: This will allow clients to easily import it into their their PKI storage places, such as Outlook Express and Netscape. cd /usr/local/ssl.ca

RE: fetch mail from exchange to cyrus

2005-10-05 Thread lkolchin
Hi, I've seen on web-cyradm list, in some discussion I've started on imapsync usage, someone told that he ported mails from Exchange server to Cyrus using "imapsync". Regards, Leon Kolchinsky From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent:

RE: formail not parsing folder

2005-10-04 Thread lkolchin
Hi, Try to use imapsync, I'd suggest you to use the following options with imapsync tool: --include '^Sent' --subscribe Regards, Leon Kolchinsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Boyken Sent: Monday, October 03, 2005 5:45 PM To:

RE: RE: RE: Cyrus Imap Authentication Problems

2005-09-27 Thread lkolchin
Hi, Try to create /etc/postfix/sasl directory. Create there file smtpd.conf with these lines: pwcheck_method: saslauthd mech_list: plain login Make shure /usr/lib/sasl2/smtpd.conf looks the same (this is the SuSE location). Restart saslauthd and cyrus and try again. Regards, Leon Kolchinsky

RE: RE: RE: RE: Cyrus Imap Authentication Problems

2005-09-27 Thread lkolchin
Hi, I suppose you have some sql plugin installed by default. Try to uninstall it. Regards, Leon Kolchinsky -Original Message- From: evildad [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 1:11 PM To: לאון קולצ'ינסקי Cc: info-cyrus@lists.andrew.cmu.edu Subject: Ant: RE: RE:

RE: Cyrus Imap Authentication Problems

2005-09-26 Thread lkolchin
Hi, First of all try to post this question to web-cyradm list, I'm too on their list and if you have further questions we'll try to help you. It may be related to creation of the file /etc/pam.d/imap with the following entries: -- #%PAM-1.0 auth

RE: SQUAT failed and loglevel issue

2005-09-21 Thread lkolchin
 Hello Dudi, Thanks for your help. The following syntax is working for me: su - cyrus -c "/usr/lib/cyrus/bin/squatter -r -v user/*" Can you tell me please if this process (squatter -r)is time consuming, cause I've read on the net, that people decided not to use of this

RE: Tutorial on how to backup/restore cyrus

2005-09-20 Thread lkolchin
Hello All, Thanks for all responses. After reading your posts on the issue and reading some more stuff, I'll make a summary below: 1) I'll make a dump of all mailboxes to the text file: su - cyrus -c ctl_mboxlist -d /var/lib/imap/mailboxlist.txt And I can restore it with: su - cyrus -c

SQUAT failed and loglevel issue

2005-09-20 Thread lkolchin
Hello All, I keep getting these kind of messages in my logs, when using horde IMP with Cyrus-IMAP server. Sep 20 12:06:24 mail imap[19540]: SQUAT failed to open index fileSep 20 12:06:24 mail imap[19540]: SQUAT failed Could anyone tell me how to deal with it? Please also tell me ho to

RE: checking quota

2005-09-20 Thread lkolchin
Hi, I would suggest to use the solution from web-cyradm list: http://www.web-cyradm.org/pipermail/web-cyradm/2004-November/017965.html There is very nice and multipurpose script to deal with quotas. It's abaut integration of quota management for MTA (postfix) + Cyrus. Regards, Leon Kolchinsky

RE: SQUAT failed and loglevel issue

2005-09-20 Thread lkolchin
 Hi, I'm on SLES 9, Horde IMP is on another machine, managed by another person. I'm running web-cyradm + Cyrus-IMAP. When using regular Imap Clients like Kmail, OE etc. there is no 'SQUAT failed' error, so I think it's somthing connected to the IMP. Any Ideas welcomed.

RE: SQUAT failed and loglevel issue

2005-09-20 Thread lkolchin
Hi, This is what people say on kolab list on TSQUAT failed' issue http://www.kolab.org/pipermail/kolab-devel/2005-August/004233.html: QUOTE: It simply means that the foler is not indexed, and the logging is turned on at debug level, I have long sicne changed the logging to be at info level it

RE: Tutorial on how to backup/restore cyrus

2005-09-19 Thread lkolchin
Hello again. Is it really no one on the list can suggest me some backup/restore howto for Cyrus mailboxes? I believe that there are someguys on the list who can help. So please be so nice to answer me. Best Regards, Leon Kolchinsky From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Tutorial on how to backup/restore cyrus

2005-09-18 Thread lkolchin
Hello All, Could you please point me to some good tutorial/manual on how to backup and restore Cyrus DB and mailboxes. Best Regards, Leon Kolchinsky Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: