Re: FUD?

2011-05-11 Thread Bron Gondwana
On Wed, May 11, 2011 at 02:08:03PM -0400, Ron Vachiyer wrote: > We have a small tool we were using in an earlier version of Cyrus, using > fud-client to check the last-seen time of a mailbox; > > > > user: ronvach > mbox: user.ronvach > Number of Recent 1 > Last read: Wed Dec 31 19:00:00 1969 >

Re: FUD?

2011-05-11 Thread Blake Hudson
> >> Really? I've never gotten anything but epoch on any Cyrus version (2.1, >> 2.2, 2.3) or OS (Fedora 3, 5, CentOS5) that I've tried. I brought it up >> on the list a long time ago (2006) and it never got any interest, and >> others have brought it up since (2009) with no interest, so I >> impl

RE: FUD?

2011-05-11 Thread Ron Vachiyer
> Really? I've never gotten anything but epoch on any Cyrus version (2.1, > 2.2, 2.3) or OS (Fedora 3, 5, CentOS5) that I've tried. I brought it up > on the list a long time ago (2006) and it never got any interest, and > others have brought it up since (2009) with no interest, so I > implemented

Re: FUD?

2011-05-11 Thread Blake Hudson
Ron Vachiyer wrote: > Hello, > > We have a small tool we were using in an earlier version of Cyrus, using > fud-client to check the last-seen time of a mailbox; > > > > user: ronvach > mbox: user.ronvach > Number of Recent 1 > Last read: Wed Dec 31 19:00:00 1969 > Last arrived: Tue May 10 12:27:16

Re: FUD client with virtual domains

2008-06-15 Thread Tornoci Laszlo
Tornoci Laszlo wrote: > I have been using the FUD client/server for local users for some time > successfully. I am planning to introduce virtual domains, and did some > testing. > > ACL's are ok for local user torlasz and virtual user > [EMAIL PROTECTED]: > localhost.localdomain> lam user.torla

Re: fud

2008-04-17 Thread Rudy Gevaert
Martin Schweizer wrote: > Sorry for the delay but I was busy in the past few days. I checked the > above thread and find the file fud-client.c. I did compile it. As far > as I can see the client works but until now I did not find the right > command parameters for execute. > > Regards, > > ( I

Re: fud

2008-04-17 Thread Sebastian Hagedorn
Hi, --On 17. April 2008 08:05:56 +0200 Martin Schweizer <[EMAIL PROTECTED]> wrote: There is a fud-client binary, though it's availability varies by distro. See this thread: http://lists.andrew.cmu.edu/pipermail/info-cyrus/2008-January/028273.ht ml Sorry for the delay but I was busy in

Re: fud

2008-04-16 Thread Martin Schweizer
Hello Jeff 2008/4/10, Jeff Larsen <[EMAIL PROTECTED]>: > On Thu, Apr 10, 2008 at 11:07 AM, Martin Schweizer > <[EMAIL PROTECTED]> wrote: > > Hello > > > > I'm interessted to use fud for statistic reasons. Until now I add > > > > # UNIX sockets start with a slash and are put into /var/imap/

Re: fud

2008-04-10 Thread Jeff Larsen
On Thu, Apr 10, 2008 at 11:07 AM, Martin Schweizer <[EMAIL PROTECTED]> wrote: > Hello > > I'm interessted to use fud for statistic reasons. Until now I add > > # UNIX sockets start with a slash and are put into /var/imap/socket > SERVICES { > > [snip] >fud cmd="fud" listen="fud" prefork=1 p

Re: FUD and cyrus statistics

2003-09-19 Thread Etienne Goyer
I'm not quite sure FUD is the right tools for what you try to accomplish. I would personnaly scan the log to retrieve that information. If you ever need a Perl module to interface with FUD, I have one that is quite clean IMHO. Also, if you use FUD in a Murder environement on Linux, I have a patch

Re: FUD, fud-client

2003-08-14 Thread Rob Siemborski
On Wed, 13 Aug 2003, Per Steinar Iversen wrote: > Ah, I understand, not very detailed documentation on fud :-) > > \Recent is a problem as many of our users seems to like to be logged in on > several machines at the same time and all of these poll for new mail - I > imagine that \Recent then will

Re: FUD, fud-client

2003-08-14 Thread Per Steinar Iversen
On Wed, 13 Aug 2003, Rob Siemborski wrote: > I strongly advise you not to go mucking about in the internals of Cyrus, > as they are subject to change at any time. If you really wanted to do > this, you're probably better off modifying fud. Understood, it just seems simpler right now. > To do wh

Re: FUD, fud-client

2003-08-14 Thread Rob Siemborski
On Thu, 14 Aug 2003, Per Steinar Iversen wrote: > I noticed something silly though: > > After running this: > > $ fud-client localhost randomstring user.stens > > Then I get a brand new seen-file for "randomstring" : > > # ls -la /var/lib/imap/user/r/randomstring.seen > -rw---1 cyrusm

Re: FUD, fud-client

2003-08-14 Thread Per Steinar Iversen
On Thu, 14 Aug 2003, Rob Siemborski wrote: > On Thu, 14 Aug 2003, Per Steinar Iversen wrote: > > > I noticed something silly though: > > > > After running this: > > > > $ fud-client localhost randomstring user.stens > > > > Then I get a brand new seen-file for "randomstring" : > > > > # ls -la /

Re: FUD, fud-client

2003-08-14 Thread Per Steinar Iversen
On Wed, 13 Aug 2003, Rob Siemborski wrote: > On Wed, 13 Aug 2003, Per Steinar Iversen wrote: > > > The fud-client in cyrus-imapd-2.1.14 seems a little broken, or perhaps > > it is the fud-server? > > It appears you're calling it in a strange way. > > > $ fud-client localhost stens user.stens >

Re: FUD, fud-client

2003-08-14 Thread Per Steinar Iversen
On Thu, 14 Aug 2003, Rob Siemborski wrote: > On Thu, 14 Aug 2003, Per Steinar Iversen wrote: > > > > Well not great, but most people don't go around investigating seen state > > > for bogus users. > > > > These files consume diskspace. Call fud a sufficent number of times, each > > time with a di

Re: FUD, fud-client

2003-08-14 Thread Rob Siemborski
On Thu, 14 Aug 2003, Per Steinar Iversen wrote: > And no access to fud over the network - that would seem to for open a very > simple DOS exploit. Yeah, I see what you mean. I've fixed this problem in CVS, and I'll probably be pushing out a 2.1.15 shortly. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: FUD, fud-client

2003-08-14 Thread Per Steinar Iversen
On Wed, 13 Aug 2003, Rob Siemborski wrote: > On Wed, 13 Aug 2003, Per Steinar Iversen wrote: > > > The fud-client in cyrus-imapd-2.1.14 seems a little broken, or perhaps > > it is the fud-server? > > It appears you're calling it in a strange way. > > > $ fud-client localhost stens user.stens >

Re: FUD, fud-client

2003-08-14 Thread Rob Siemborski
On Wed, 13 Aug 2003, Per Steinar Iversen wrote: > The fud-client in cyrus-imapd-2.1.14 seems a little broken, or perhaps > it is the fud-server? It appears you're calling it in a strange way. > $ fud-client localhost stens user.stens > user: stens > mbox: user.stens > Number of Recent 0 > Last r

Re: FUD, fud-client

2003-08-14 Thread Rob Siemborski
On Thu, 14 Aug 2003, Per Steinar Iversen wrote: > > Well not great, but most people don't go around investigating seen state > > for bogus users. > > These files consume diskspace. Call fud a sufficent number of times, each > time with a different name and eventually these files will consume all >