using cassandra as backend storage instead of filesystem

2015-08-31 Thread Ram
probably use cassandra lucene index then we could scale to any number of users easily. Is there any work going on , on these lines? I guess similar work is going on for dovecot imap servers, quick google search did lead to some results Thanks Ram Cyrus Home Page: http://www.cyrusimap.org

Store data encrypted in maildir

2015-08-24 Thread Ram
Is there a way I can store cyrus imap mails encrypted. This may not be a fully secure system but I just need something so that a root logged in user cant trivially read the files Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyr

Re: CRAM-MD5 with saslauthd

2015-03-12 Thread Ram
On 03/12/2015 09:03 PM, Vladislav Kurz wrote: On Thursday 12 of March 2015 Ram wrote: > I am trying to use CRAM-MD5 for password authentication. > The passwords are in ldap. > > > But the cyrus document here > https://cyrusimap.org/docs/cyrus-sasl/2.1.23/sysadm

CRAM-MD5 with saslauthd

2015-03-12 Thread Ram
?? Is there a simple howto ? Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Intergation with MDM solutions

2015-01-21 Thread Ram
server side plugins for Microsoft Exchange which can help achieve this Is there a software for Cyrus Imap server that can allow selective users / devices only ? Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To

Active sync Front end

2014-11-05 Thread Ram
I have been getting requests to enable active sync on my cyrus mailserver. There are third party solutions like z-push but those dont seem to work on the default mail servers What can I use to enable activesync for cyrus Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List

Re: Using memcached for authentication

2014-07-09 Thread Ram
On 07/09/2014 02:49 PM, Willy Offermans wrote: > Hello Ram and Cyrus-imap friends, > > > On Wed, Jul 09, 2014 at 01:32:50PM +0530, Ram wrote: >> Currently I use pam with pam_mysql for authenticating cyrus accounts >> But I frequently run into the issue of mysql con

Using memcached for authentication

2014-07-09 Thread Ram
Currently I use pam with pam_mysql for authenticating cyrus accounts But I frequently run into the issue of mysql connections exceeding limit. Can I simply use something like Memcached or Redis to authenticate users Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://l

Multiple domains , domain wise size limits

2014-02-07 Thread Ram
If I have multiple domains configured on cyrus How can I implement overall usage restriction for a domain ? Cyrus supports userwise quotas , can I also have domain-wise quotas. Individual users may not be assigned any quota Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info:

IP based Restrictions within SASL

2013-11-20 Thread Ram
I have a cyrus imapd server that needs userwise restrictions Users can login only from their pre-configured ips This is already working with having a NGINX server in between. Nginx has all the rules built in and authenticates the users only when the rules match. Nginx is a overkill for this ki

Login with an alias ID

2013-02-27 Thread Ram
Does cyrus implement login with an alias id If the mailbox of a user is created with a long email id , it may be helpful to allow login with a short "nickname" So the user has a choice of logging in with either his full email-id or nickname to the same mailbox Is this possible ?

Single sign on with NT Login

2013-02-13 Thread Ram
auto logged in to his own email account Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Restrict access to a single client device

2013-02-01 Thread Ram
to VPN to the office for mails , Is there anyway else. Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Restrict access to a single client device

2013-01-30 Thread Ram
le LAPTOP, wether the employee uses it from home or from office it should work But not from anywhere else > On 01/30/2013 08:29 AM, Ram wrote: >> Can I restrict access to my imap servers from a single device only >> The server is not on the same LAN , So I cannot do a mac-binding &

Restrict access to a single client device

2013-01-30 Thread Ram
Can I restrict access to my imap servers from a single device only The server is not on the same LAN , So I cannot do a mac-binding Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https

cyrus sasl Password lock after n failed attempts

2012-10-11 Thread Ram
Hi I am using cyrus saslauthd with pam_ldap for authentication. Off late I have seen lots of attempts at getting in weak weak passwords. Is there a way I can implement password lock out within cyrus if there are more than n consecutive bad attempts Cyrus Home Page: http://www.cyrusimap.or

Re: Userwise pop/imap access

2012-08-16 Thread Ram
On 08/16/2012 06:28 PM, Bron Gondwana wrote: > > On Thu, Aug 16, 2012, at 02:21 PM, Ram wrote: >> I have a requirement that we need to provide imap access only to some >> mailboxes >> All other users download the mails using pop >> >> Currently I am using an n

Userwise pop/imap access

2012-08-16 Thread Ram
I have a requirement that we need to provide imap access only to some mailboxes All other users download the mails using pop Currently I am using an nginx proxy and checking for users in nginx , but that seems inefficient. Is there a better way ? Thanks Ram Cyrus Home Page: http

Globally shared folder

2012-07-17 Thread Ram
Hi I am using cyrus on linux I want to create a folder that has read / write access given to all users. Any new user added to cyrus must get access to this automatically Is this possible ? Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http

Re: Failover for business continuity

2012-05-30 Thread Ram
On 05/30/2012 02:26 PM, Eric Luyten wrote: > On Wed, May 30, 2012 9:24 am, Ram wrote: >> On 05/30/2012 12:43 PM, Dmitry Banschikov wrote: >> >>> On 05/30/2012 10:52 AM, Ram wrote: >>> >>>> I am trying to setup a remote cyrus-replica to a diff

Re: Failover for business continuity

2012-05-30 Thread Ram
On 05/30/2012 12:43 PM, Dmitry Banschikov wrote: > On 05/30/2012 10:52 AM, Ram wrote: >> I am trying to setup a remote cyrus-replica to a different geographical >> location for business continuity. >> >> In case the main server goes down the users will get switched

Failover for business continuity

2012-05-29 Thread Ram
instantaneous. How would one make the switch instantaneous ? Moving the IP is not possible because the Remote server is on a different network Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe

Re: ZFS doing insane I/O reads

2012-02-27 Thread Ram
On 02/27/2012 04:16 PM, Eric Luyten wrote: > On Mon, February 27, 2012 11:10 am, Ram wrote: >> I just deployed zfs on my newer cyrus servers. >> These servers get less than 2000 mails per hour and around 400 >> concurrent pop/imap connections >> >> >> I have

ZFS doing insane I/O reads

2012-02-27 Thread Ram
I just deployed zfs on my newer cyrus servers. These servers get less than 2000 mails per hour and around 400 concurrent pop/imap connections I have seen that even if there is no incoming pop or imap connection still there is large amount of READ happenning on the zfs partitions. Is this normal

OT: Syncing from Windows Live Office

2012-01-20 Thread Ram
Getting an error like Error login: [exchange.liveoffice.com] with user [..] auth [CRAM-MD5]: 2 BAD Command Argument Error. 11 Has anyone already used imapsync with Windows Live Office Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu

[SOLVED] Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
On 01/17/2012 04:27 PM, Bron Gondwana wrote: > > On Tue, Jan 17, 2012, at 04:22 PM, Ram wrote: >> No "-1" also gives an error not a number >> >> Interestingly set_quota function using CPAN module works fine with "none" >> http://search.cpan.org

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
On 01/17/2012 04:24 PM, Wolfgang Breyha wrote: > Bron Gondwana wrote, on 17.01.2012 11:36: >> On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: >>> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ >>> There is a setquota function which should accept "none" for

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
Bron Gondwana wrote: > > On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: >> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ >> There is a setquota function which should accept "none" for removing >> quota. But that does not work >> >> How do I set unlimi

Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ There is a setquota function which should accept "none" for removing quota. But that does not work How do I set unlimited quota using the setquota function Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.

Not able to delete mails in 2.4.6

2011-11-23 Thread Ram
problem gets solved But why does this happen ? How can I debug ? I have noticed that these users have a line "NonJunk" in the cyrus.header file , Is that any indication of anything ? Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andr

Re: cyr_expire -x is segfaulting

2011-11-10 Thread Ram
On 11/10/2011 06:25 PM, Bron Gondwana wrote: > There are a lot of bugs solved since 2.4.6. I forget exactly which, but there > were cyr_expire bugs solved since 2.4.6. > The laterst 2.4.12 seems to have solved the issue .. but why does the usage not show -x ? However in the code "-x" seems t

cyr_expire -x is segfaulting

2011-11-10 Thread Ram
Hello I am using cyrus 2.4.6 I am trying to run cyr_expireto just prune my deliver DB but I am just getting a segfault /usr/lib/cyrus-imapd/cyr_expire -x -E 1 -v Segmentation fault But without -x it works fine .. but takes too long Is this a solved bug ? Cyrus Home Page: http

Minimum days between sieve vacation responses

2011-11-03 Thread Ram
Can I configure sieve to send vacation responses for every message .. rather than waiting for "n" days before responding again to the same sender Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

What is this ? ERROR: message has more than 1000 header lines

2011-10-04 Thread Ram
I can see errors like this in my maillog ( cyrus 2.4.6 on Centos 5.5 ) Oct 4 18:18:11 node1 lmtpunix[10901]: ERROR: message has more than 1000 header lines, not caching any more What do these errors indicate ? Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info

Deliverdb in a memcached

2011-08-23 Thread Ram
there are cons .. like loss of data on restart etc. But these are OK. Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Scaling of imap servers

2011-06-17 Thread Ram
On 06/16/2011 07:54 PM, Pascal Gienger wrote: > Am 16.06.11 15:26, schrieb Ramprasad A.P: > >> Using outsourced mail is not possible > Amazon cloud *IS* outsourced mail, Amazon has access to your virtual > servers and it passes without VPN into their network. > But having a private server from v

Scaling of imap servers

2011-06-15 Thread Ram
I dont see it as a long term solution. Backups , HA , DR etc are all not very clean. I would like to know how do you guys do the same Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

serverinfo: off does not work for timsieved

2011-02-17 Thread Ram
I am using cyrus-imap 2.4.6 If I set serverinfo: off in imapd.conf then the banner of cyrus is hidden for imap and pop But I think timsieved does not hide the banner [root@centos ~]# grep serverinfo /etc/imapd.conf serverinfo: off [root@centos ~]# telnet localhost 2000 Trying 127.0.0.1... Co

Running multiple instances of cyrus for clustering

2010-09-13 Thread Ram
performance ) Is this a good idea ? Thanks Ram Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

How to block a dictionary attack

2010-04-11 Thread ram
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/cyrus/mailing-list.html

Implementing SRS for sieve

2010-03-31 Thread ram
Hi, I would like to rewrite the sender address when a mail is forwarded by a sieve rule What is the best way of doing this 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/cyrus/mailing

Re: Nginx configuration for imap

2010-03-18 Thread ram
hat when auth-fails on the real server the nginx returns "BAD: internal server error" The email clients are not able to interpret this error. Can I configure nginx to pass on the actual message from my cyrus server "NO LOGIN failed" Thanks ram > On Wed, Mar 17, 20

Re: Nginx configuration for imap

2010-03-17 Thread ram
p will be much more inexpenisve than connecting to a mysql db to do lookup for every cyrus connection Is that not true. 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/cyrus/mailing-list.html

OT: Nginx configuration for imap

2010-03-17 Thread ram
nclude imap protocol 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/cyrus/mailing-list.html

Re: Redirect on overquota

2010-03-05 Thread ram
On Fri, 2010-03-05 at 10:35 +0100, Marc Patermann wrote: > Hi, > > ram schrieb: > > Can I set up lmtp such a way that the overquota messages are redirected > > to a postmaster account > What do you mean by that? > If the mailbox is "over quota" LMTP rejects t

Redirect on overquota

2010-03-05 Thread ram
Can I set up lmtp such a way that the overquota messages are redirected to a postmaster account 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/cyrus/mailing-list.html

Re: Sieve minimum interval between auto responses is 3 days

2010-02-24 Thread ram
On Wed, 2010-02-24 at 16:35 +0530, ram wrote: > On my cyrus server ( 2.3.7 redhat EL 5 ), When I set an autoresponder > repeat responses to same sender are suppressed. > This is fine , but even I set the frequency as 1 day no auto response > is sent for 3 days > > > I ne

Sieve minimum interval between auto responses is 3 days

2010-02-24 Thread ram
On my cyrus server ( 2.3.7 redhat EL 5 ), When I set an autoresponder repeat responses to same sender are suppressed. This is fine , but even I set the frequency as 1 day no auto response is sent for 3 days I need to be able to send responses , at least 1 a day. How can this be done ? I even tri

Backup strategy for large mailbox stores

2010-02-15 Thread ram
degradation of the server performance Is there a better strategy , probably within the cyrus framework , to take backups efficiently 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/cyrus

Re: Reconstruct removes @domain from mboxlist --SOLVED

2010-02-05 Thread ram
Sorry for troubling you all, I found the reason. These mailboxes were migrated from a machine with no virtual domains. So the cyrus.* files caused reconstruct to mess up the mailboxes.db I rsynced the files all over again and excluded the cyrus.* files. Now reconstruct works fine Thanks Ram

Re: cyrus-imapd-2.2.12-10 -- impurge and -f recursion --

2010-01-18 Thread ram
On Fri, 2010-01-15 at 08:39 -0500, James B. Byrne wrote: > I run cyrus-imapd under CentOS-4.8 (a RedHat el4 clone). I am > trying to discover if there is any way to purge a user's INBOX of > old and over-sized messages without affecting the contents of any > subfolders thereof. > > I have looke

Re: OT: Enhanced IMAP protocol

2010-01-06 Thread ram
On Wed, 2010-01-06 at 13:50 -0500, Adam Tauno Williams wrote: > On Wed, 2010-01-06 at 20:35 +0530, ram wrote: > > On Tue, 2010-01-05 at 23:47 -0800, Rob Banz wrote: > > > I would argue that it's out of scope -- credential management should > > > be taken care

Re: OT: Enhanced IMAP protocol

2010-01-06 Thread ram
On Tue, 2010-01-05 at 23:47 -0800, Rob Banz wrote: > I would argue that it's out of scope -- credential management should > be taken care of by your credential management system, be it through a > web interface or whatever. Even if it were to be an accepted spec, the > chances of all of the

OT: Enhanced IMAP protocol

2010-01-05 Thread ram
giving them a new link and asking them to change password ( .. and that mail looks more like a phishing mail ) 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/cyrus/mailing-list.html

What are the Bottlenecks in lmtpd

2009-05-20 Thread ram
them is taking most of the time Is there any way I can pinpoint what is going wrong. 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/cyrus/mailing-list.html

Re: Not able to use smart-sieve

2009-03-07 Thread ram
On Sat, 2009-03-07 at 17:04 +0530, ram wrote: > I have been using smart sieve for managing sieve scripts for a long time > Now on my new cyrus 2.3.13 server smart sieve is not able to login at > all. I get a login-failed message everytime > > I am still not sure wether it is a s

Not able to use smart-sieve

2009-03-07 Thread ram
I have been using smart sieve for managing sieve scripts for a long time Now on my new cyrus 2.3.13 server smart sieve is not able to login at all. I get a login-failed message everytime I am still not sure wether it is a smartsieve issue or a cyrus issue sivtest script logs in fine I googled

Re: Pop process hangs in the write()

2009-03-04 Thread ram
On Mon, 2009-03-02 at 09:15 -0600, Dan White wrote: > ram wrote: > > I have problem at a clients end exactly same as described in this > > > > http://marc.info/?l=info-cyrus&m=108967188821511&w=2 > > > > A pop process blocks at write() for any mail at ra

Pop process hangs in the write()

2009-03-02 Thread ram
I have problem at a clients end exactly same as described in this http://marc.info/?l=info-cyrus&m=108967188821511&w=2 A pop process blocks at write() for any mail at random. And they start getting pop lock issues I have checked with the customer , there is no IDS on their network Is there any

Re: migrate from 64 to 32 bits

2009-01-13 Thread ram
On Tue, 2009-01-13 at 10:34 +0100, s.de...@computel.nl wrote: > Hi, > > A customer of outs wishes to migrate cyrus and postfix from a 64 bits to a > 32 bits server. Normally I just copy yhe configuration files and several > directories ( /var/lib/imap and /var/spool/imap) but the question is, are

Re: 32-bit to 64-bit migration seen flags

2009-01-12 Thread ram
On Fri, 2009-01-09 at 11:53 -0500, Wesley Craig wrote: > How are you copying? > > :wes scp-ing the files > > On 09 Jan 2009, at 01:47, ram wrote: > > I am migrating mailboxes from a 32 bit cyrus (cyrus-2.3.7) to a 64 bit > > cyrus (2.3.13) server > > >

32-bit to 64-bit migration seen flags

2009-01-08 Thread ram
flags 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/cyrus/mailing-list.html

Re: choosing a file system

2009-01-02 Thread ram
On Sat, 2009-01-03 at 13:21 +1100, Rob Mueller wrote: > > Now see, I've had almost exactly the opposite experience. Reiserfs seemed > > to > > start out well and work consistently until the filesystem reached a > > certain > > size (around 160GB, ~30m files) at which point backing it up would s

Storage Sizing: IOPS per mailbox

2009-01-02 Thread ram
When sizing a storage device for a large cyrus server, the typical question asked by storage vendors is what is the IOPS required per mailbox M$$ Exchange has this concept of IOPS. and they suggest 1.5 IOPS per mailbox ( heavy users ) If I use postfix and cyrus , on my imap server ( pure IMAP se

cyrus-sasl pam mysql connections are not getting closed

2008-12-31 Thread ram
avoid these piling up 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/cyrus/mailing-list.html

Delayed Master slave action

2008-12-28 Thread ram
While using cyrus replica over a WAN network , I want to delay all the replication for "n" hours Say I store all the master-slave action into logfiles. Then after a time on "n" hours run a batchjob that transfers the logfiles to the slave and "applies" them Is

Cyrus SASL Hack: Always pass authentication for one host

2008-12-18 Thread ram
, int argc, const char **argv) { pam_get_item(pamh, PAM_RHOST,(PAM_GET_ITEM_CONST void **)&rhost); syslog(LOG_INFO,"RHOST = %s", rhost); I always get rhost as null. Is there a way I can get rhost set Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.e

Re: sieve vacation reposnse gives no response even after end of days specified

2008-11-23 Thread ram
On Wed, 2008-11-19 at 12:18 +0100, Marco Colombo wrote: > ram wrote: > > I have a default cyrus installation with cyrus-imapd-2.3 on centos 5 > > People use sieve to set their vacation responses > > > > As per the configuration no response is sent for 1 day > >

sieve vacation reposnse gives no response even after end of days specified

2008-11-16 Thread ram
I have a default cyrus installation with cyrus-imapd-2.3 on centos 5 People use sieve to set their vacation responses As per the configuration no response is sent for 1 day - cat /usr/sieve/i/it/default.script require "vacation"; # Vacation vacation :days 1 :addresses "[EMAIL PROTECTE

Load balance multiple servers with common storage

2008-11-11 Thread ram
to give a zero delay response. If there is requirement for more mailboxes , I just add more frontend boxes behind the load balancer. Can this work ? Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info

Allow all numeric mailbox names

2008-10-06 Thread ram
How do I allow all numeric mailbox names in cyrus On my old cyrus imapd server( 2.2.38) when I create a numeric mailbox and try logging in on pop I get an error immediately after giving username [EMAIL PROTECTED] root]# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape c

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-15 Thread ram
my server with 40k mailboxes I use ipurge now , but ipurge seems to have some bug. If I dont use "-f" the mailbox under sub domains using realm is not matched (So just hacked into ipurge.c to do my job ) Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyru

Re: Permission denied on a MaillBox

2008-04-08 Thread ram
On Tue, 2008-04-08 at 12:17 +0200, Riccardo Riva wrote: > Hi all, > > i have a Cyrus Server on which an admin had deleted the unix user > (biinded to a mailbox) but not the mailbox. > At this moment i'm not able to delete the mailbox using cyradm because > when I'm trying to do dm user. I ha

Re: can not run cyradm from remote server .. realm gets appended to username

2008-04-08 Thread ram
On Mon, 2008-04-07 at 14:01 +0200, Alain Spineux wrote: > On Thu, Apr 3, 2008 at 11:33 PM, ram <[EMAIL PROTECTED]> wrote: > > On my cryus imap server , when I try login from my localserver cyrus > > login works > > You used localhost ? Only localhost is working then.

cyrus perdtion , connections not dying

2008-04-03 Thread ram
I have a 40k user cyrus server , and I am trying to scale up by trying to add a perdition server infront of this server so that we can add more servers ( Both servers dell 2950 with 8GB RAM ) But the problem I have the moment I install a perdition server is that , the number of pop connections

can not run cyradm from remote server .. realm gets appended to username

2008-04-03 Thread ram
On my cryus imap server , when I try login from my localserver cyrus login works But when I login from a remote server realm gets added autmatically , causing login to fail In my sasl logs I can see for a local connection - saslauthd[21947] :do_auth : auth success: [user=cyrus] [

Re: Adding a X-Delivered-To header

2008-02-15 Thread ram
On Fri, 2008-02-15 at 20:22 +0100, FORMER 03 | Baltasar Cevc wrote: > Hi Ram, > > > > On 14.02.2008, at 06:30, ram wrote: > >> Can I configure cyrus deliver command to insert a X-Delivered-To > >> header > >> for every mail > >> > >>

Adding a X-Delivered-To header

2008-02-13 Thread ram
Can I configure cyrus deliver command to insert a X-Delivered-To header for every mail I looked up the man page for deliver(8) There is mention of inserting the envelope sender not the recipient Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http

how is cyrus murder different from perdition

2007-09-07 Thread ram
http://cyrusimap.web.cmu.edu/twiki/bin/view/Cyrus/CyrusCluster shows different clusters. I have got perdition working , but that is purely for loadbalancing I havent tried murder yet , but on the face of it seems same as perdition in the features Thanks Ram Cyrus Home Page: http

cyrus replication how does it work

2007-07-07 Thread ram
replicate the mailboxes ( users ? ) 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/cyrus/mailing-list.html

auth against mssql server

2007-06-27 Thread ram
Can I use an mssql server for authentication for my cyrus imap server 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/cyrus/mailing-list.html

is it possible to add a delevered-to header

2007-06-26 Thread ram
I want to opt out is this possible. 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/cyrus/mailing-list.html

regenerate quota files

2007-06-16 Thread ram
? Now If on a live mailbox the quota file is missing , How can I regenerate the quota files 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/cyrus/mailing-list.html

pam_mssql plugin for cyrus-sasl

2007-06-13 Thread ram
I wish to authenticate my cyrus imap users against a Micro$oft SQL server Database How can this be done , I was searching for pam_mssql on lines of pam_mysql but I cant seem to get a single working link for download Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki

index on custom headers for fast ipurge

2007-06-13 Thread ram
ipurge for all mails with that header Is this possible ? Alternatvely I could use an ImapClient script to logon to the mailboxes and delete the mails. But I wont have passwords for all mailboxes ? Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http

ADS authentication with SASL works with old password

2007-05-16 Thread ram
Where is the old password getting cached ?? 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/cyrus/mailing-list.html

Cyrus with a NFS storage. random DBERROR

2007-05-02 Thread ram
errrors like these in my maillog DBERROR: skiplist recovery /var/imap/deliver.db: ADD at E2C8 exists What could be the reason ? I am using cyrus-imapd 2.3.7 on centos 4.4 on both servers , with a NetAPP box for storage Thanks Ram Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki

Restrictive access to some users

2007-04-25 Thread ram
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/cyrus/mailing-list.html

Re: saslauthd pam_mysql problem for virtualdomains

2007-04-17 Thread ram
On Tue, 2007-04-17 at 12:50 +0530, ram wrote: > I have a pam_mysql setup with a simple mysql table > and saslauthd is running with the "-r" option on > If I test with a user on the primary domain it works fine , but for a > user on any other domain th

saslauthd pam_mysql problem for virtualdomains

2007-04-17 Thread ram
6123]: pam_mysql - pam_mysql_release_ctx() called. Apr 17 07:17:56 indiamart saslauthd[16123]: pam_mysql - pam_mysql_destroy_ctx() called. Apr 17 07:17:56 indiamart saslauthd[16123]: pam_mysql - pam_mysql_close_db() called. --- Thanks Ram Cyrus Home Page: http

Cyrus authentication with ADS

2007-04-13 Thread ram
Is there a how to of authenticaing cyrus against and ADS server Can I use sasl with PAM and configure the ADS in my /etc/ldap.conf 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

Cyrus virtual domains quota

2007-04-09 Thread ram
I have cyrus server with ~600 virtual domains ( cyrus-imapd-2.3.7 on centos 4.4 ) Can I have a quota for every virtual domain I give quota to every user, but I want to be able to let domain administrator manage quotas of their own email users Does cyrus support this Thanks Ram