Reconstruct removes @domain from mboxlist

2010-02-03 Thread Ramprasad
Hi, I have a cyrus-imapd 2.3.7 on RHEL 5 with multiple domains When I reconstruct a user mailbox on the primary domain it works fine , but when any secondary domain mailbox is reconstructed the user is unable to login when I dump the mailbox list I find that the users permissions are rem

Quota file not in sync with actual Hardisk usage

2010-06-30 Thread Ramprasad
On my cyrus imap (2.3.7 on RHEL-5.2) server I have seen that for a few users the quota shown in cyrus is lesser than actual usage as shown by du output Is there something I need to check Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki Li

SRS in cyrus sieve

2006-05-25 Thread Ramprasad
Hi, I am using cyrus-imapd-2.2.12-3 on centos. How can I enable SRS address rewriting in sieve I want all redirected mails ( vacation or forward ) to go with ids from my domain instead of ids of the from domain Thanks Ram Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http:/

Re: SRS in cyrus sieve

2006-05-31 Thread Ramprasad
On Wed, 2006-05-31 at 01:52 +0200, Kjetil Torgrim Homme wrote: > On Fri, 2006-05-26 at 11:56 +0530, Ramprasad wrote: > > I am using cyrus-imapd-2.2.12-3 on centos. How can I enable SRS address > > rewriting in sieve > > > > I want all redirected mails ( vacation or fo

SQL Storage for fast retrieval from archives

2006-09-01 Thread Ramprasad
Hi, I am trying to use cyrus for my mail archives ( typically 1GB-10GB per user ) for say 100 users What is the best way of storing mails. There will not be much of add/delete from these archives but retrieval has to be fast on header or body search. Cyrus with the current storage ( one mail

Cyrus sasl auth requires entry in /etc/hosts

2006-09-13 Thread Ramprasad
Hi, I have a cyrus setup with one primary domain and many virtual domains A) Saslauthd is running as saslauthd -m /var/run/saslauthd -a pam -r B) Username in ldap for primary domain uid=userid for virtual domain [EMAIL PROTECTED] Now when my /etc/hosts does not have 127.0.0.1 primary-d

Allow any passwords from one host

2006-09-16 Thread Ramprasad
Hi, I am trying to design a custom mail archiving system for a cyrus mailbox. My scripts will login to the cyrus mailbox and depending on rulesets fetch the mails and store them to particular directories on a different server Now Is it possible to configure cyrus to allow any password from a

squatter doesnt work with virtual domains

2006-09-19 Thread Ramprasad
Hi, I have a cyrus 2.3.7 intallation with virtual domains All primary domain users have usernames as uid only and the virtual domain users have usernames as full email id When squatter is run , I find that only the primary domain users mailboxes are "squatted" . Is there something special to b

setacl mailbox for virtual domain ids not working

2006-09-28 Thread Ramprasad
Hi I have a cyrus 2.3.7 server running on linux ( centos) with virtual domains If I have try to setacls to a virtual domain-id it is not working >From cyradm this is the error I am getting - cyradm --user=cyrus localhost IMAP Password: localhost> sam user/alm1 [EMAIL

how to specify trusted hosts for lmtp

2006-10-09 Thread Ramprasad
Hi, I want to deliver mails directly to lmtp from a remote MTA. I want cyrus lmtpd to trust the particular host How is this configured ? Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu

lmtp rejecting mails for valid mailboxes

2006-10-10 Thread Ramprasad
I just configured my cyrus server to accept mails directly from my remote postfix server over lmtp Everything seems to work fine but sometimes lmtp gives strange errors like to=, orig_to=, relay=202.162.229.40[202.162.229.40]:24, delay=0.26, delays=0.25/0/0/0.01, dsn=5.1.1, status=bounced (ho

Re: lmtp rejecting mails for valid mailboxes

2006-10-10 Thread Ramprasad
gt; automatically. In my case, this is webcyradm who does this for me in mysql. > > http://www.postfix.org/LOCAL_RECIPIENT_README.html > > Best, > Daniel > > On 10.10.2006 16:01, Ramprasad wrote: > > I just configured my cyrus server to accept mails directly from

lmtp should give temporary failure for mailbox unknown

2006-10-11 Thread Ramprasad
This is actually related to my previous question ... I just configured my cyrus server to accept mails directly from my remote postfix server over lmtp Everything seems to work fine but sometimes lmtp gives strange errors like to=, orig_to=, relay=202.162.229.40[202.162.229.40]:24, delay=0.

Re: lmtp should give temporary failure for mailbox unknown

2006-10-13 Thread Ramprasad
On Thu, 2006-10-12 at 11:55 -0700, Jo Rhett wrote: > I have seen this behavior. It happens when a mail account exists in > authentication (ie mysql) but when the mailbox doesn't exist yet. > > Are you using autocreate inbox? If so, are you sure that the inbox > exists for these mailboxes prior

Re: lmtp should give temporary failure for mailbox unknown

2006-10-16 Thread Ramprasad
On Fri, 2006-10-13 at 10:23 +0200, Simon Matter wrote: > > On Thu, 2006-10-12 at 11:55 -0700, Jo Rhett wrote: > >> I have seen this behavior. It happens when a mail account exists in > >> authentication (ie mysql) but when the mailbox doesn't exist yet. > >> > >> Are you using autocreate inbox? I

japanese headers getting corrupted

2006-11-02 Thread Ramprasad
I have cyrus-imapd-2.2.3 on FC1 When mail is delivered from postfix to cyrus , via unix lmtp some mails with japanese characters in headers ( from: and Subject: ) get changed The headers get replaced with "XX" ( non-ascii chars become X ) but the body is not changed at all something l

How do I increase default DBD cache size

2007-01-31 Thread Ramprasad
I was reading performance tuning information at http://cyrusimap.web.cmu.edu/imapd/install-perf.html I too have a large cyrus setup with minimum 600+ connections at a time We are upgrading to a 8GB Ram Dual Xeon box , I want to make sure we use the hardware optimally The document talks of incr

Re: How do I increase default DBD cache size

2007-01-31 Thread Ramprasad
> No need to patch the code for that - it's an option! Just put: > > berkeley_cachesize: 4096 > > in your /etc/imapd.conf > > We use skiplist for our mailboxes.db and we haven't seen any issues that > were caused by leaving that at its default value. > I need to compile cyrus with skiplist ri

Re: How to reconstruct database

2007-01-31 Thread Ramprasad
On Wed, 2007-01-31 at 12:16 +0100, Dr. Harry Knitter wrote: > hello, > > I want to transfer the contents of my cyrus from an i385 machine to a > AMD-64-machine. > How can I restore the mailbox database from the text file created by: > su - cyrus -c "ctl_mboxlist -d" > $CONFIGDIRECTORY/mailboxlist

cyrus not able to delete files after migration

2007-02-16 Thread Ramprasad
I have cyrus 2.3.7-4 on Centos 4.4 ( reiserfs partitions). We recently migrated the data and everything apparently is working fine. We simply rsynced /var/spool/imap and /var/lib/imap from the old cyrus box But what we have realized is when a user deletes the mail and expunges the mail is not s

frequent DBERROR problems with the db directory

2005-11-10 Thread Ramprasad
hi all,   I have a imap server running cyrus 2.1.3  running on fedora core 1 I frequently get errors like this  ( sometimes even thrice a day ) Nov 10 12:19:04 yy lmtpd[6258]: DBERROR: opening /var/imap/mailboxes.db: Cannot allocate memory Nov 10 12:19:04 yy lmtpd[6258]: DBERROR: ope

Avoiding duplicates in pop download

2006-01-06 Thread Ramprasad
Hi all, I have a cyrus server with users connecting and using pop or imap. Some of the pop users have set leave-a-copy flag ON in their email clients. Now I am planning to migrate the mailboxes to a different cyrus server. The problem is those users who have a leave-a-copy on the old server wil

Re: Avoiding duplicates in pop download

2006-01-06 Thread Ramprasad
On Fri, 2006-01-06 at 08:11 -0500, Ken Murchison wrote: > Ramprasad wrote: > > Hi all, > > > > I have a cyrus server with users connecting and using pop or imap. > > Some of the pop users have set leave-a-copy flag ON in their email > > clients. > > Now

how to set UIDVALIDITY after reconstruct.

2006-01-07 Thread Ramprasad
Hi, I would like to set UIDVALIDITY of all users mailbox after doing reconstruct. Is there a way I can restore UIDVALIDITY of many mailboxes ( ~15k accounts ) to those on a old server I am using cyrus 2.2.3-8 on both servers Thanks Ram

sieve forwarding with extra text

2006-02-14 Thread Ramprasad
Hi, We have a cyrus installation( on linux redhat 9) with around 110k mailboxes. I want to allow users to setup forwarding to different email ids ( probably more than 1 ) Can I setup sieve so that the email forwarded will have special text attached to it ? Also I am not sure how sieve would

Mail Archiving .. is there any ready tool

2006-02-17 Thread Ramprasad
Is there any ready tool I can use with cyrus for mail archiving. I would like to have all mails archived into a searchable , indexed repository and can be used by end user if possible Thanks Ram Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.e

Duplicate elimination causing loss of legitimate mails

2011-02-15 Thread Ramprasad
Hi, On our cyrus 2.3.7 servers we are seeing legitimate mails getting duplicate eliminated. Some users continue to use non-compliant clients which use duplicate message-ids. Is it possible to auto-expire records in deliver.db after say 3 hours so that these losses could be minimized ... the cur

Re: Duplicate elimination causing loss of legitimate mails

2011-02-15 Thread Ramprasad
> There is a possible workaround. You can configure a separate smtp server > which is used by the broken clients to submit messages, and there you > configure the MTA to always replace the Message-ID by a newly created one. > > Simon But the second instance of MTA ( postfix in my case ) must

Where do I get a 2.4.6 Source RPM for Centos 5.x

2011-03-07 Thread Ramprasad
I want to build from source a cyrus.2.4.6 rpm I am not able to get any centos rpm above version 2.3.17. While there are latest rpms for fedora but do not build on centos Using Source installs is ruled out .. because we always have to rpms only here. Someone please send me a link where I can ge

Re: Cyrus imap server and filesystem type.

2011-10-04 Thread Ramprasad
On Mon, 2011-10-03 at 21:58 +0200, Josef Karliak wrote: > Hi there, >what filesystem type do you use for Cyrus imapd ? I use SLES11x64 > (or opensuse 11.4). >I use Reiserfs3.6, so far so good. But couldn't be better ? :) >Thanks for share your expericiencies. >J.K. > > > Cyr

Index upgrade problems after cyrus upgrade

2011-10-12 Thread Ramprasad
I just upgraded cyrus on a busy Imap server from 2.3.x to 2.4.6 , problem is with lmtp delivery. All lmtp deliveries from postfix are hanging forever. I think this is due to the "Index upgrade" that is going on .. Is there a way I can speed up the index upgrade I have 2000 users and only 200 us

Re: Index upgrade problems after cyrus upgrade

2011-10-12 Thread Ramprasad
On 10/13/2011 6:39 AM, Adam Tauno Williams wrote: > On Thu, 2011-10-13 at 05:33 +0530, Ramprasad wrote: >> I just upgraded cyrus on a busy Imap server from 2.3.x to 2.4.6 , >> problem is with lmtp delivery. >> All lmtp deliveries from postfix are hanging forever. >>

Re: singleinstancestore obsolete?

2011-10-19 Thread Ramprasad
On Wed, 2011-10-19 at 13:38 +0200, Wolfgang Breyha wrote: > Bron Gondwana wrote, on 19.10.2011 12:27: > > On Wednesday, October 19, 2011 12:18 PM, "Wolfgang Breyha" > > wrote: > >> Hi! > >> > >> Is singleinstancestore obsolete/useless in 2.4.(12)? > >> > >> This option is read into "singleinsta

Re: Minimum days between sieve vacation responses

2011-11-05 Thread Ramprasad
On Fri, 2011-11-04 at 08:24 -0500, k...@rice.edu wrote: > On Fri, Nov 04, 2011 at 07:59:07AM +0100, Bron Gondwana wrote: > > On Fri, Nov 04, 2011 at 12:22:54PM +0530, Ram wrote: > > > Can I configure sieve to send vacation responses for every message .. > > > rather than waiting for "n" days befor

Re: Scaling of imap servers

2011-06-16 Thread Ramprasad A.P
Quoting Lars Schimmer : > On 2011-06-15 13:33, Ram wrote: >> We need to create a platform for create a large number of cyrus accounts >> that can scale indefinitely >> I could start with just 2k users but could have 20x the number of >> accounts by next year. >> I was thinking of taking a cloud-

Audit logs of mailbox access

2003-12-05 Thread Ramprasad A Padmanabhan
Hello everyone   One of my clients is using planning to use his own server , running cyrus+postfix or sendmail on linux. This imap server will be used by customers who will receive regular newsletters. One of the requirements is that whenever a customer reads / moves / deletes a mail the info

Cyrus +ldap howto

2003-12-11 Thread Ramprasad A Padmanabhan
Is there a how to for using cyrus  with cyrus sasl and  ldap for passwords I already have got this working on my machine rehdhat linux 9.0  , But the problem is I am using it with plain text passwords in ldap. I want to encrypt them ( any encryption , SSA CRYPT etc ) . So what changes do I hav

Quotawarn settings

2003-12-12 Thread Ramprasad A Padmanabhan
Hi all ,     I want to use quotawarn to automatically intimate user and the admin that the user quota is above a particular %age of the quota I have put     quotawarn: 90 in /etc/imapd.conf Now where Do I enter the text message ( if any ) that will go to the user Is there a way I can Cc:

Autodelete of old mails

2003-12-30 Thread Ramprasad A Padmanabhan
I want to maintain my cyrus-imap server in such a way that all mails older than 30 days will be deleted for all users I have written a client code using perl Mail::IMAPClient. But I was wondering if it was possible at the cyrus level. the "popexpiretime:"  in imapd.conf  parameter is somethin

ipurge simply exits in between

2004-01-03 Thread Ramprasad A Padmanabhan
I want to delete all users mails older than 30 days on my cyrus imap server running on redhat linux 7.3 Thanks to members in this group , I found out I could do that with a utility called ipurge So I do a ipurge su - -c'/usr/cyrus/bin/ipurge -f -d 30 -s   user' cyrus This program starts with

Re: Autodelete of old mails

2004-01-08 Thread Ramprasad A Padmanabhan
On Tue, 2003-12-30 at 12:44, Craig Ringer wrote: Ramprasad A Padmanabhan wrote: > I want to maintain my cyrus-imap server in such a way that all mails > older than 30 days will be deleted for all users > I have written a client code using perl Mail::IMAPClient. > But I was won

Re: Autodelete of old mails

2004-01-08 Thread Ramprasad A Padmanabhan
On Thu, 2004-01-08 at 17:26, Craig Ringer wrote: Ramprasad A Padmanabhan wrote: > I am trying ipurge out. > Seems a good idea, but does not work even if one mailbox is corrupt. A better question might be why you have corrupt mailboxes. I don't run a particularly large server, bu

Is Reiserfs better than ext3

2004-01-09 Thread Ramprasad A Padmanabhan
Hello all, I am having around 2000 users on my cyrus server ( redhat 9.0 ) someone told be I should reformat my partition in Reiserfs rather that ext3 and I will get a great perlformance improvement Is that so Thanks Ram

Re: Autodelete of old mails

2004-01-10 Thread Ramprasad A Padmanabhan
> I am thinking of a hack in the ipurge source with another commandline > option > something like > ipurge -f -d 30 --skipuntil 'user/someuser' > > Is that feasible I don't know; sorry. Might it not be simpler overall, however, to give ipurge the ability to skip corrupt mailboxes and mo

Lmtp refusing connection all of a sudden

2004-01-12 Thread Ramprasad A Padmanabhan
I have a cyrus 2.1.12 server running on redhat 7.2 with around 1500 users Now all of a sudden lmtp is refusing connections even though cyrus is running and the sock /var/imap/socket/lmtp is created Now How do I debug this error , Can I enable some loging somewhere I cant see anything in my me

api to access cyrus header/index files

2004-01-22 Thread Ramprasad A Padmanabhan
I am using cyrus mailboxes to store rss feeds users have subscribed to.   Now I am putting special headers in the mails for every feed which are specific to my application. I want to do an optimum search on all mailboxes somewhat like "select all mails from all mailboxes where header Xmyheade

Re: api to access cyrus header/index files

2004-01-23 Thread Ramprasad A Padmanabhan
On Thu, 2004-01-22 at 19:14, Sergio Devojno Bruder wrote: Ramprasad A Padmanabhan wrote: > I am using cyrus mailboxes to store rss feeds users have subscribed > to. Now I am putting special headers in the mails for every feed which > are specific to my application. > >

Re: backend database ?

2004-02-08 Thread Ramprasad A Padmanabhan
red to me When I tried to integrate a web application with cyrus. A database will offer such a host of new possibilities Ramprasad NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messag

Global sieve script

2003-06-20 Thread Ramprasad A Padmanabhan
Hello all,   This is my first post to the list and I am sorry If my question is an FAQ. I tried searching the archives of this list but it was a frustrating experience Is it possible to execute in sieve a global script that will be common for all mailboxes. The default script  for that mailbo

Cyrus takes long time to restart

2003-06-21 Thread Ramprasad A Padmanabhan
I am running cyrus 2.0.16 on redhat 7.2 linux There are 2000+ mailboxes on the server and almost everyone uses POP to download the mails The problem is whenever cyrus is restarted it takes too long to start almost 3 minutes. Is there some pruning that needs to be done with cyrus database. And

Re: Cyrus takes long time to restart

2003-06-22 Thread Ramprasad A Padmanabhan
Rob Siemborski wrote: On Sat, 21 Jun 2003, Ramprasad A Padmanabhan wrote: I am running cyrus 2.0.16 on redhat 7.2 linux There are 2000+ mailboxes on the server and almost everyone uses POP to download the mails The problem is whenever cyrus is restarted it takes too long to start almost 3

LMTPD error on NUL characters

2003-06-23 Thread Ramprasad A Padmanabhan
d  run 'tr -d \\000' on the file before delivery But Only a small percentage of my mails give this error and it is not worth scanning all mails for NUL chars Is there a better way -- Ramprasad A Padmanabhan <[EMAIL PROTECTED]

Best way of putting a single file into multiple mailboxes

2003-06-25 Thread Ramprasad A Padmanabhan
I am trying to deliver  newsletters to multiple people who have accounts on my own server. I am sending it as mail to postfix and delivering to all mailboxes The problem is there are so many lmtp connections  that cyrus dies. Especially When I have hundreds of such newsletters generated The

Re: Best way of putting a single file into multiple mailboxes

2003-06-25 Thread Ramprasad A Padmanabhan
On Wed, 2003-06-25 at 18:40, Rob Siemborski wrote: On Wed, 25 Jun 2003, Ramprasad A Padmanabhan wrote: > I am trying to deliver newsletters to multiple people who have accounts > on my own server. > I am sending it as mail to postfix and delivering to all mailboxes > The prob

Re: Best way of putting a single file into multiple mailboxes

2003-06-25 Thread Ramprasad A Padmanabhan
On Wed, 2003-06-25 at 21:48, Henrique de Moraes Holschuh wrote: On Wed, 25 Jun 2003, Ramprasad A Padmanabhan wrote: > I dont want to increase no of concurrent lmtp connection on the contrary > decrease them. I figured out the way of decreasing them But still the > results are no grea

Re: LMTP won't deliver the mail

2003-06-25 Thread Ramprasad A Padmanabhan
On Thu, 2003-06-26 at 09:45, Rob Tanner wrote: Hi, Intalled v2.1.13 on Solaris (sunos 5.7). Solved one problem only to have another pop up out of the blue a few hours later. LMTP simply stopped delivering. At one time I had over 700 lmtp processes running, but no mail was being delivere

FAQ How to change a userid

2003-06-30 Thread Ramprasad A Padmanabhan
Is there a way I can change the user id I was searching the internet people have said I will have to create a new account and move the mails to the account That Seems quite laborious. When  I am easily able to rename A subfolder of inbox  ( using cyradm )     'user/usarname/folder  > us

API to write to lmtp directly

2003-07-08 Thread Ramprasad A Padmanabhan
aliases. The problem is there are too many lmtp processes and I get lmtp lock errors too often -- Ramprasad A Padmanabhan <[EMAIL PROTECTED]> Netcore Solutions NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 566

Re: API to write to lmtp directly

2003-07-09 Thread Ramprasad A Padmanabhan
On Wed, 2003-07-09 at 13:13, mb wrote: At 11:52 +0530 Ramprasad A Padmanabhan wrote: >Is there an API available with which I can directly write to lmtp >instead of sending a mail Er.. LMTP? :) >I am presently using postfix and sending the mail, But I believe that >calling an sm

login failed in cyradm

2003-07-11 Thread Ramprasad A Padmanabhan
I just installed cyrus 2.1.13  on redhat 9.0 linux I am using saslauthd and backend pam ldap to authenticate After making the configuration in /etc/imapd.conf and /etc/ldap.conf and /etc/pamd I am able to login to the imap server by using raw telnet commands telnet localhost 143 Trying 127.0.

Re: login failed in cyradm

2003-07-11 Thread Ramprasad A Padmanabhan
On Fri, 2003-07-11 at 18:17, Simon Matter wrote: Hi, Did you create the file /etc/sysconfig/saslauthd? You have to put 'MECH=pam' into the file and restart saslauthd, otherwise saslauthd on RedHat 9 will default to use shadow instead of pam. Obviously I did or else it would not work with im

Recovering a corrupt mailboxes.db

2003-07-12 Thread Ramprasad A Padmanabhan
Is it possible to reconstruct the mailboxes.db I know I can use ctl_mboxlist and a file with all the mailboxes but there seems to be no utility that create this file from the mail spool directory Thanks Ram NETCORE SOLUTIONS

Re: Recovering a corrupt mailboxes.db

2003-07-13 Thread Ramprasad A Padmanabhan
On Sun, 2003-07-13 at 20:09, Patrick Welche wrote: On Sat, Jul 12, 2003 at 06:03:54PM +0530, Ramprasad A Padmanabhan wrote: > Is it possible to reconstruct the mailboxes.db > > I know I can use ctl_mboxlist and a file with all the mailboxes but > there seems to be no utility that

Re: Recovering a corrupt mailboxes.db

2003-07-14 Thread Ramprasad A Padmanabhan
On Mon, 2003-07-14 at 16:55, Ken Murchison wrote: Ramprasad A Padmanabhan wrote: > On Sun, 2003-07-13 at 20:09, Patrick Welche wrote: > >>/On Sat, Jul 12, 2003 at 06:03:54PM +0530, Ramprasad A Padmanabhan wrote: >>> Is it possible to reconstruct the mailboxes.db >

Re: sa prior to lmtp delivery

2003-07-15 Thread Ramprasad A Padmanabhan
On Tue, 2003-07-15 at 05:06, pnelson wrote: RH 9 cyrus 2.1.13 sasl 2.1.13 sendmail 8,12,8 spamassassin 2.44 Have been using sa on my clients (evolution) and then sending the INBOX inbound mail to a filter that runs spamc -e to check for spam. This works great. But I would like to move this

Anyone migrating from lotus to cyrus

2003-07-15 Thread Ramprasad A Padmanabhan
Hello all, Is there any utility that can migrate mails from a lotus server with imap support to a cyrus server I have written a perl script using Mail::IMAPClient which copies mails from one server to another using imap protocol This script works fine with cyrus or WU imap servers but just ha

Re: Anyone migrating from lotus to cyrus

2003-07-15 Thread Ramprasad A Padmanabhan
On Tue, 2003-07-15 at 20:56, Mike Cathey wrote: On Tue, 2003-07-15 at 10:40, Ramprasad A Padmanabhan wrote: > Can Anyone give me any leads Set 'Debug => 1' in your source Mail::IMAPClient instance. What version of Mail::IMAPClient are you using? If you're not runni

Re: subscribing for a user

2003-07-16 Thread Ramprasad A Padmanabhan
Phil Chambers wrote: I am still new to cyrus and trying to find my way. I have tries searching this list archive but could not find this issue. If I create a folder for a user using the Cyrus::IMAP::Admin perl module, is it possible to mark that folder as being one of the user's subscribed fold

Re: Unable to delete folders in shared mailbox

2003-07-16 Thread Ramprasad A Padmanabhan
On Wed, 2003-07-16 at 21:10, Brett Thomson wrote: Hi there, I am rather new to cyrus and wasn't involved in the installation or configuration of the cyrus imap server and now have to look after it. So please forgive me if this is a stupid question or problem. For the company i work for, we h

Server Sizing for 50,000 mailboxes

2003-07-28 Thread Ramprasad A Padmanabhan
Hello all,   I have a basic question on sizing. How does one decide on the sizing Now My client wants a sizing for 50,000 mailboxes. Say I use Sendmail/Cyrus and expect  50 mails/s then What will be the server sizing? I have a three server architecture for 1 mailboxes  one SMTP one IMAP

Re: Anyone migrating from lotus to cyrus

2003-08-01 Thread Ramprasad A Padmanabhan
On Wed, 2003-07-16 at 12:28, Joakim Ryden wrote: En viss Ramprasad A Padmanabhan skrev: [...] > Great to hear that you too are using Mail::IMAPClient. Just a question > When I used the migrate function to migrate the folders ( from a WU-imap > server to a cyrus server ) I found that

Sieve forwarding to multiple-ids

2003-09-01 Thread Ramprasad A Padmanabhan
How can I use sieve for forwarding to multiple email ids Thanks Ram

Sql based Spamassassin with sieve

2003-09-09 Thread Ramprasad A Padmanabhan
I am using cyrus on my mailserver ( Linux redhat 7.2). The users dont have any system accounts. I am using a gateway spamassassin with Mailscanner. The problem is every user would like his own individual preferences stored. So I was looking if there was a way I could use sieve to fork spamassassi

Re: Sql based Spamassassin with sieve

2003-09-12 Thread Ramprasad A Padmanabhan
On Thu, 2003-09-11 at 05:53, Ted Cabeen wrote: > Ramprasad A Padmanabhan <[EMAIL PROTECTED]> writes: > > > I am using a gateway spamassassin with Mailscanner. The problem is every > > user would like his own individual preferences stored. > > > > So I was lo

Re: Sql based Spamassassin with sieve

2003-09-15 Thread Ramprasad A Padmanabhan
On Fri, 2003-09-12 at 21:16, Darron Froese wrote: On Friday, September 12, 2003, at 03:11 AM, Ramprasad A Padmanabhan wrote: > Precisely. > But thats what I do not want. There are some people in my office who > themselves will decide what is spam and what is not > Now How

Re: Sql based Spamassassin with sieve

2003-09-15 Thread Ramprasad A Padmanabhan
On Mon, 2003-09-15 at 20:54, Darron Froese wrote: On Monday, September 15, 2003, at 01:53 AM, Joakim Ryden wrote: >>> How about this? >>> http://au2.spamassassin.org/full/2.5x/dist/sql/README >>> >>> works for me. >>> -- >>> darron froese >> I started from that page too. My actual problem is

Re: Sql based Spamassassin with sieve

2003-09-16 Thread Ramprasad A Padmanabhan
On Mon, 2003-09-15 at 21:08, Darron Froese wrote: On Monday, September 15, 2003, at 09:38 AM, Ramprasad A Padmanabhan wrote: > So Does that mean That I have to use procmail and .procmailrc You have to use procmail to do it this way - but you don't have to use .procmailrc. You c

Re: Login without a mailbox

2003-09-17 Thread Ramprasad A Padmanabhan
On Wed, 2003-09-17 at 16:04, Richard Gilbert wrote: We use PAM and LDAP for authentication (pam_ldap from PADL). All our users are in the LDAP server but not all our users have mailboxes on the Cyrus IMAP server. Users without a Cyrus mailbox are still able to login via our Webmail service a

Unable to delete big mails

2003-09-20 Thread Ramprasad A Padmanabhan
Hello all,     I am using cyrus-imapd-2.1.13 on redhat 9.0. Some users are using pop some imap ( total around 400 ). Everything runs fine. But sometimes( It has happened almost 4-5 times this week ) Some users are complaining that they are unable to purge mails. Almost always the mail is above

Can I use sieve scripts with procmail

2003-09-22 Thread Ramprasad A Padmanabhan
I have been using lmtp and am considering using procmail instead Will sieve work with procmail as well Thanks Ram

Problems with pop access

2003-10-01 Thread Ramprasad A Padmanabhan
I am using cyrus imapd 2.1.13 on redhat 9.0 with saslauthd and pam_ldap for authentication Most of my users are using pop access but sometimes the server just refuses connection, or accepts connection and delivers mail but does not delete mail from the server. I restart cyrus and things start

Disable leave a copy in cyrus pop

2003-10-10 Thread Ramprasad A Padmanabhan
Hello all,    Is there a way I can disable leave a copy on the server.  I have got some users who have kept a leave a copy on the server and now their mails are bouncing because of quota. Seeing how pop works I assume that it is quiet difficult to disable "leave a copy", Is there a way I can

Re: script for creating folders into users mailboxes

2003-10-16 Thread Ramprasad A Padmanabhan
On Thu, 2003-10-16 at 13:34, RJ45 wrote: Hello, I would like to create automatically a folder SPAM in every user mailbox. Is it possible to do that with a cyradm script ? Anyone did that already ? Anyone could point me to an already avaliable sript if such a thing does exist ? thank you Rick

Re: Still can't get cyradm to work

2003-10-16 Thread Ramprasad A Padmanabhan
On Thu, 2003-10-16 at 18:41, Doug Koobs wrote: Is there any way to re-compile and install cyradm without completely re-installing Cyrus? I still can’t get cyradm to work (no response, just drops me back to bash prompt when I try to run it). I used ‘less’ to look at the cyradm file

RE: Still can't get cyradm to work

2003-10-16 Thread Ramprasad A Padmanabhan
On Thu, 2003-10-16 at 20:03, Doug Koobs wrote: Ram,   I am somewhat familiar with using CPAN to install perl modules, so I used perl –MCPAN –e shell   and ran the command   cpan> install Cyrus::IMAP::Shell  

Cyrus aggregator

2003-10-21 Thread Ramprasad A Padmanabhan
I am sorry,  for a question that looks a FAQ.  I am looking for a scalable cyrus architecture that can support POP and maybe IMAP too. I came across  this document http://asg.web.cmu.edu/cyrus/ag.html I am reading this yet but I am not able to understand the idea completely. Can I just

Return permanent failure on quota

2003-10-27 Thread Ramprasad A Padmanabhan
I want to bounce back mails immediately if the mailbox quota is exceeded. Can I do this with just some parameter change Thanks Ram

How to get last logged in time

2003-11-11 Thread Ramprasad A Padmanabhan
How do I come to know when a user last logged on to the server using either a pop/Imap client Thanks Ram NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://ne

duplicate elimination is inconsistent

2005-08-26 Thread Ramprasad A Padmanabhan
Hi, I am using cyrus 2.2.3-8 on Fedora ( C 1 ) I find that duplicate elimination does not happen always. I feel If the MTA delivers two mails ( duplicate ) almost simultaneously to lmtp. Then lmtp is unable to catch duplicate messages. Anyone else having this problem THanks Ram Cyrus H

Is there a limit to number of mailboxes in cyrus

2005-09-06 Thread Ramprasad A Padmanabhan
Hi, I have a cyrus server running linux RHEL3 with around 4000 mailboxes. ( Single machine 2GB Ram dual-cpu with RAID ). Most of the users (90%) use pop to read their mails The problem is with frequent corruption of mailboxes. I have to reconstruct the mailboxes and then runs fine again. Is the

Re: Is there a limit to number of mailboxes in cyrus

2005-09-07 Thread Ramprasad A Padmanabhan
On Tue, 2005-09-06 at 19:14, Sebastian Hagedorn wrote: > Hi, > > --On 6. September 2005 18:14:27 +0530 Ramprasad A Padmanabhan > <[EMAIL PROTECTED]> wrote: > > > I have a cyrus server running linux RHEL3 with around 4000 mailboxes. > > we have about 30,000 u

Can I bypass authentication for connections from a host

2005-10-20 Thread Ramprasad A Padmanabhan
Hi, We are running cyrus-imapd-2.2.3-8 on linux. I would like to run some maintenance script from a server. Can I configure cyrus to bypass authentication for connections from one IP We are using saslauthd with mysql based authentication Thanks Ram Cyrus Home Page: http://asg.web.cmu.edu

ipurge doesnt work for mailbox pattern

2005-10-21 Thread Ramprasad A Padmanabhan
Hi, I want to delete all older mails from my cyrus mailboxes If I run ipurge like ipurge -d 60 -f user then it works file But If I run ipurge with a pattern it fails ipurge -d 60 -f user/someuser I tried user/someuser or user.someuser etc ... doesnt help Thanks