[xmail] Re: timetest ... bpl

2003-11-03 Thread Jim Frank
Hi all, ** From Main ** time = Mon Nov 3 01:00:27 2003 timezone = 21600 isdst= 0 tutc = 1067842827 tloc = 1067821227 tval = 1067839200 rotstr = 20031103 ** From Thread (No tzset) ** time = Mon Nov 3 01:00:27 2003 timezone = 21600 isdst= 0 tutc =

[xmail] Re: timetest ...

2003-11-03 Thread Rob Arends
Davide, The results... I ran it three times, to see the differences. 1. Normal - Current time with DST on ** From Main ** time = Mon Nov 03 18:42:04 2003 timezone = -36000 isdst= 1 tutc = 1067845324 tloc = 1067884924 tval = 1067778000 rotstr = 20031103 ** From

[xmail] Re: timetest ...

2003-11-03 Thread Vitor Renato Alves de Brito
Hi, # gcc -o timetest timetest.c -lpthread /usr/bin/ld: cannot find -lpthread # I'm using FreeBSD 5.0 On Sat, 1 Nov 2003, Davide Libenzi wrote: I have put this test program for the time thingy. Could ppl having troubles with incorrect rotation times pls run it? Source:

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Rob Arends wrote: Davide, I note that all rotstr are correct isdst is correct (depending on the test I did). This algorithm works for me. I'm running w2k server, SP4, Xmail 1.17 The problem is that the freakin' algo is the same as the one XMail uses :( This is really

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Vitor Renato Alves de Brito wrote: # gcc -o timetest timetest.c -lpthread /usr/bin/ld: cannot find -lpthread # I'm using FreeBSD 5.0 How can you build XMail w/out the pthread library? - Davide - To unsubscribe from this list: send the line unsubscribe xmail in the

[xmail] Re: timetest ...

2003-11-03 Thread Vitor Renato Alves de Brito
Hi, # gmake -f Makefile.bsd With no errors. :-) On Mon, 3 Nov 2003, Davide Libenzi wrote: On Mon, 3 Nov 2003, Vitor Renato Alves de Brito wrote: # gcc -o timetest timetest.c -lpthread /usr/bin/ld: cannot find -lpthread # I'm using FreeBSD 5.0 How can you build XMail w/out

[xmail] Re: timetest ...

2003-11-03 Thread Vitor Renato Alves de Brito
Hi, With g++: # g++ -o timetest timetest.c -lpthread timetest.c: In function `void tmsleep(int)': timetest.c:77: `usleep' undeclared (first use this function) timetest.c:77: (Each undeclared identifier is reported only once for each function it appears in.) On Mon, 3 Nov 2003, Davide

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Vitor Renato Alves de Brito wrote: Hi, With g++: # g++ -o timetest timetest.c -lpthread timetest.c: In function `void tmsleep(int)': timetest.c:77: `usleep' undeclared (first use this function) timetest.c:77: (Each undeclared identifier is reported only once for each

[xmail] Re: timetest ...

2003-11-03 Thread Vitor Renato Alves de Brito
Hi, I changed -lpthread to -pthread and then: # gcc -o timetest timetest.c -pthread # # g++ -o timetest timetest.c -pthread timetest.c: In function `void tmsleep(int)': timetest.c:77: `usleep' undeclared (first use this function) timetest.c:77: (Each undeclared identifier is reported only once

[xmail] Re: timetest ...

2003-11-03 Thread Bill Healy
Maybe something is different when run as a service. For example a user preference that doesn't apply to services. I know, it's a long shot. Could you make your test program so that it can be run as a service and have it send it's output to a file? Bill -- From: Davide

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Vitor Renato Alves de Brito wrote: # ./timetest ** From Main ** time = Mon Nov 3 14:32:58 2003 timezone = 134514148 isdst= 1 tutc = 1067877178 tloc = 933366630 tval = 1067803348 rotstr = 200311021802 ** From Thread (No tzset) ** time =

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Bill Healy wrote: Maybe something is different when run as a service. For example a user preference that doesn't apply to services. I know, it's a long shot. Could you make your test program so that it can be run as a service and have it send it's output to a file? But

[xmail] Re: timetest ...

2003-11-03 Thread Vitor Renato Alves de Brito
Hi, I had passed your timetest in all my FreeBSD servers (4.3, 4.8 and 5.0 versions) and the results are the same. I set date one time a day with ntpdate with brazilian servers and my date/time are ok. In a Linux that I have here the test was OK. Thanks. On Mon, 3 Nov 2003, Davide Libenzi

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Vitor Renato Alves de Brito wrote: I had passed your timetest in all my FreeBSD servers (4.3, 4.8 and 5.0 versions) and the results are the same. Can you show me log file names of FreeBSD machines? - Davide - To unsubscribe from this list: send the line unsubscribe

[xmail] Re: timetest ...

2003-11-03 Thread Vitor Renato Alves de Brito
Hi, Of course: # ls -al *200311* -rw-rw-rw- 1 root wheel14883 Nov 3 17:51 ctrl-200311022300 -rw-rw-rw- 1 root wheel 1283698 Nov 2 22:59 pop3-200311012300 -rw-rw-rw- 1 root wheel 1083278 Nov 3 18:10 pop3-200311022300 -rw-rw-rw- 1 root wheel 178248 Nov 2 22:56

[xmail] Re: timetest ...

2003-11-03 Thread Davide Libenzi
On Mon, 3 Nov 2003, Vitor Renato Alves de Brito wrote: -rw-rw-rw- 1 root wheel14883 Nov 3 17:51 ctrl-200311022300 -rw-rw-rw- 1 root wheel 1283698 Nov 2 22:59 pop3-200311012300 -rw-rw-rw- 1 root wheel 1083278 Nov 3 18:10 pop3-200311022300 -rw-rw-rw- 1 root wheel 178248 Nov

[xmail] Looking for usage utility

2003-11-03 Thread Bill Healy
Has anyone come up with a utility that will give a summary of how many messages and the total size of each xmail user's mailbox? Something that will allow me to see who has a lot of mail sitting on the server and how much space they are taking up. Oh, need this for Windows xmail server. Thanks,

[xmail] Re: Looking for usage utility

2003-11-03 Thread webmaster
http://www.alouria.com/betagroup/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Healy Sent: Monday, November 03, 2003 4:01 PM To: '[EMAIL PROTECTED]' Subject: [xmail] Looking for usage utility Has anyone come up with a utility that will give a

[xmail] Re: Looking for usage utility

2003-11-03 Thread Shawn Anderson
Have you looked at XMailStats? http://xmail.eye-catcher.com/Community/Downloads/General/default.aspx Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Healy Sent: Monday, November 03, 2003 5:01 PM To: '[EMAIL PROTECTED]' Subject: [xmail]