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 encryption.

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: Moving an account to another server

2005-11-27 Thread lkolchin
Hi,   You don't have to create subfolders, imapsync will create them for you. The syntax is pretty simple, just play a little with the options.   Regards, Leon Kolchinsky From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo H. TerresSent: Friday, November 25, 2005 8:56 P

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: info-cyrus@lists.andrew.c

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 what to 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/

RE: Problem with Subject: XXXX XXXXXX on Cyrus

2005-11-07 Thread lkolchin
Hello All, Thanks to all who replyed. I understand now that this are the hotmail and many other clients to blame for these kind of headers. But in reality I would like to deal with this problem (not just blame the clients) via Cyrus (UW-IMAP and Exchange seem to deal with the problem pretty we

Problem with Subject: XXXX XXXXXX on Cyrus

2005-11-07 Thread lkolchin
 Hello All,   I have very annoying problem since I've moved to Cyrus from UW-IMAP:   When someone sends e-mail from a number of servers 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

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:5

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 while

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 To

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 preau

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

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 cy

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: info-cy

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 if I create Hebrew named folder in OE, it looks like gibberish in

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: 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

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-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 op

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 con

RE: formail not parsing folder

2005-10-05 Thread lkolchin
Hi, You have to know your users passwords, but.. I've implemented web-cyradm solution(users in MySQL+Cyrus+virt. domains) and moved users mail and folders this way (from UW-IMAP). 1) I've changed all users passwords in shadow file to one I know. 2) I've changed all users passwords in MySQL to

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: Wednes

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: info-

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: 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: 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 suff

RE: SQUAT failed and loglevel issue

2005-09-20 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 th

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 i

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: 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

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

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 "c

RE: Tutorial on how to backup/restore cyrus

2005-09-19 Thread lkolchin
Thank you guys for all your suggestions. I've read this http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/Backup article. I'm running SLES 9 with ReiserFS (noatime,acl,user_xattr,notail options) configdirectory: /var/lib/imap partition-default: /var/spool/imap So lets say I convert my mailbox

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 some guys on the list who can help.   So please be so nice to answer me.   Best Regards, Leon Kolchinsky From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

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: http://asg.web.cmu.

can't subscribe to IMAP folder after syncing it from another server

2005-09-12 Thread lkolchin
Hello All,   I've installed Cyrus-IMAP with users on MySQL DB on SLES 9 and everything is working fine except the following. Users connecting to my server using several e-mail clients and external Horde IMP (it is on another server managed by another person). For some users, I've synced th