Re: last cyrus login date

2007-04-16 Thread Bron Gondwana
On Mon, Apr 16, 2007 at 11:13:54AM -0500, Blake Hudson wrote: > John M. Crawford wrote: > > Blake, > > I'm wondering about the same thing... Did you come up with > > a nice method to determine last login event? > > thanks, > > John > I have not yet put in the effort into making a system to do this

Re: last cyrus login date

2007-04-16 Thread Blake Hudson
John M. Crawford wrote: > Blake, > I'm wondering about the same thing... Did you come up with > a nice method to determine last login event? > thanks, > John I have not yet put in the effort into making a system to do this. It may be easy enough to hack at the cyrus code, but honestly I don't feel

Re: Last cyrus login date

2007-01-02 Thread Blake Hudson
Mirosław Jaworski wrote: > On Thu, 2006-12-28 at 11:19 -0600, Blake Hudson wrote: > >> I haven't seen a response to how to accomplish this through cyrus. I >> could parse the log files, but I see this as a fairly messy way to >> accomplish what I'm after. >> > > stat mailbox's cyrus.index f

Re: Last cyrus login date

2006-12-30 Thread Mirosław Jaworski
On Thu, 2006-12-28 at 11:19 -0600, Blake Hudson wrote: > I haven't seen a response to how to accomplish this through cyrus. I > could parse the log files, but I see this as a fairly messy way to > accomplish what I'm after. stat mailbox's cyrus.index file M. -- Mirosław "Psyborg" Jaworski GCS/

Re: Last cyrus login date

2006-12-28 Thread Blake Hudson
I haven't seen a response to how to accomplish this through cyrus. I could parse the log files, but I see this as a fairly messy way to accomplish what I'm after. How does fastmail accomplish this? Does anyone else currently do this? Thanks in advance, -Blake Blake Hudson wrote: > Hello, I'm wor

Last cyrus login date

2006-12-15 Thread Blake Hudson
Hello, I'm working to implement a system that will automatically disable a user's account due to inactivity. Inactivity is defined as a user not logging into their mailbox within an arbitrary amount of time(90, 120, ... , n days). I can handle the scripting if there's a way I can determine the las

Re: Cyrus Login

2004-08-06 Thread Derrick J Brashear
On Fri, 6 Aug 2004, Andreas wrote: Try this patch: --- plugins/cram.c 15 Dec 2003 20:04:22 - 1.83 +++ plugins/cram.c 5 Aug 2004 21:06:06 - @@ -507,7 +507,7 @@ sasl_out_params_t *oparams) { client_context_t *text = (client_context_t *)

Re: Cyrus Login

2004-08-06 Thread Andreas
On Thu, Aug 05, 2004 at 05:05:32PM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Andreas wrote: > > >>Well, do you get a core file? > > > >Got a better one, just for completeness. > > Yeah, and I see the problem: > > > >#0 0x4027355f in strlen () from /lib/libc.so.6 > >#1 0x4043cceb

Re: Cyrus Login

2004-08-05 Thread Derrick J Brashear
On Thu, 5 Aug 2004, Andreas wrote: Well, do you get a core file? Got a better one, just for completeness. Yeah, and I see the problem: #0 0x4027355f in strlen () from /lib/libc.so.6 #1 0x4043cceb in _sasl_canon_user (conn=0x82ba478, user=0x4 , ulen=0, flags=3, oparams=0x82bacd8) at canonusr.c

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 11:26:18AM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Cory D. Wiles wrote: > > >Derrick, > > I ran into some problems with this. When I ran > >$gdb cyradm > >I get > > Oh right, it's perl. > > Well, do you get a core file? Got a better one, just for comp

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 11:26:18AM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Cory D. Wiles wrote: > > >Derrick, > > I ran into some problems with this. When I ran > >$gdb cyradm > >I get > > Oh right, it's perl. > > Well, do you get a core file? Got it. I'll have to rebuild it

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 11:26:18AM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Cory D. Wiles wrote: > > >Derrick, > > I ran into some problems with this. When I ran > >$gdb cyradm > >I get > > Oh right, it's perl. > > Well, do you get a core file? Hmm, this seems fixed with my

Re: Re: Cyrus Login

2004-08-05 Thread Derrick J Brashear
On Thu, 5 Aug 2004, Cory D. Wiles wrote: That did it Thank you EVERYONE who helped me with this. I had a few people at work tell me to switch to another software but it wasn't the programs fault it wasn't working and this is a DEFINITE learning experience so once

Re: Cyrus Login

2004-08-05 Thread Derrick J Brashear
On Thu, 5 Aug 2004, Cory D. Wiles wrote: Derrick, I ran into some problems with this. When I ran $gdb cyradm I get Oh right, it's perl. Well, do you get a core file? --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://as

Re: Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 09:44:50AM +, Cory D. Wiles wrote: > Thank you EVERYONE who helped me with this. I had a few people at work tell > me to switch to another software but it wasn't the programs fault it wasn't > working and this is a DEFINITE learning experience so once again hats off to >

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 09:08:52AM -0500, Cory D. Wiles wrote: > >saslpasswd2 -c > Should the 'yourname' be my regular account, or the cyrus-master account You will probably have to add both: saslpasswd2 -c cyrus saslpasswd2 -c cory (I'm assuming "cyrus" is listed under "admins:" in /etc/imapd.

Re: Re: Cyrus Login

2004-08-05 Thread Cory D. Wiles
That did it Thank you EVERYONE who helped me with this. I had a few people at work tell me to switch to another software but it wasn't the programs fault it wasn't working and this is a DEFINITE learning experience so once again hats off to those who took the

Re: Cyrus Login

2004-08-05 Thread Cory D. Wiles
Derrick, I ran into some problems with this. When I ran $gdb cyradm I get $GNU gdb Red Hat Linux (6.0post-0.20040223.19rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 08:57:09AM -0500, Cory D. Wiles wrote: > Derrick, > I ran into some problems with this. When I ran > $gdb cyradm > I get This won't work, cyradm is a perl script... --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu Lis

Re: Cyrus Login

2004-08-05 Thread Cory D. Wiles
>saslpasswd2 -c Should the 'yourname' be my regular account, or the cyrus-master account Andreas wrote: On Thu, Aug 05, 2004 at 08:51:02AM -0500, Cory D. Wiles wrote: I looked at the bug report and the problem is VERY similar to mine. Also I tried to force the method and got the same error that y

Re: Cyrus Login

2004-08-04 Thread Andreas
On Wed, Aug 04, 2004 at 03:57:22PM +, Cory D. Wiles wrote: > However when i try to get into the cyradm and login i get a 'Segmentation > Fault' error. Just when I could have had everything fixed. Looking at your logs, seems to be the problem I had (have?). I opened a ticket about this, take a

Re: Cyrus Login

2004-08-04 Thread Derrick J Brashear
On Wed, 4 Aug 2004, Cory D. Wiles wrote: When i try to run: $cyradm -user cyradmin stasis and enter my password is when I get the segmentation fault error. Can you do the following? gdb cyradm run -user cyradmin stasis (type your password) and when you get the SEGV, type where and tell us the backt

Re: Cyrus Login

2004-08-04 Thread Cory D. Wiles
I wish I had gotten this email just about an hour sooner. I got so frustrated with everything that I recompiled sasl2 and cyrus-imap. During the compile process I was still looking up reference material and ran across some cyradm information and realized that I hadn't created the mailbox 'user

Re: cyrus login troubles

2004-08-04 Thread Simon Matter
> I sent this yesterday but I think I forgot some important information. > > I have been working getting cyrus 2.2.8 running for the past two days but > I am having some serious issues. When my email client prompts me for the > password I get the following error: 'Sending password did not succeed.

cyrus login troubles

2004-08-03 Thread Cory D. Wiles
I sent this yesterday but I think I forgot some important information. I have been working getting cyrus 2.2.8 running for the past two days but I am having some serious issues. When my email client prompts me for the password I get the following error: 'Sending password did not succeed. Mail s

Re: Using slash and dot in a cyrus login

2000-10-22 Thread Mihai Amariutei
> Well, the dot (".") is used a mailbox hierarchy separator. Cyrus uses > the dot, other systems typically use a slash ("/"). There are apparently > patches to convert Cyrus to use the slash. Do you happen to know where these can be found?

Re: Using slash and dot in a cyrus login

2000-10-20 Thread Tom Samplonius
On Fri, 20 Oct 2000, Fabrice Akhen wrote: > Hi we are using cyrus imapd 2.0.6 (with openldap and pam_ldap for auth). > > We would to have "." and "/" and maybe "@" in our login like > toto.titi/toto.com. > > It seems that cyrus reject this kind of logins, a quick look in the > source ,we can

Using slash and dot in a cyrus login

2000-10-20 Thread Fabrice Akhen
Hi we are using cyrus imapd 2.0.6 (with openldap and pam_ldap for auth). We would to have "." and "/" and maybe "@" in our login like toto.titi/toto.com. It seems that cyrus reject this kind of logins, a quick look in the source ,we can see that the dot is explicitly rejected. I'm sure there