RE: How to duplicate a copy of all incoming and outgoing mail

2005-10-06 Thread Rob MacGregor
On Tuesday, October 04, 2005 10:00 AM, Patrick Dung <> unleashed the infinite monkeys and produced: > It is system wide, not specific user (~/.forward) > Is it possble with Sendmail? If you trawl the archives for comp.mail.sendmail you will find many solutions. One of these is MIMEDefang, but the

Re: How to duplicate a copy of all incoming and outgoing mail

2005-10-06 Thread Billy Newsom
Patrick Dung wrote: It is system wide, not specific user (~/.forward) Is it possble with Sendmail? How about Postfix and Qmail? qmail: qmailtap http://www.inter7.com/?page=qmailtap Other than that, see also maildrop (same people) or fetchmail. Google that or try the ports tree. Billy

struct timeval: why is tv_sec long?

2005-10-06 Thread Andreas Kohn
Hi, is there any special reason for timeval.tv_sec being long? --- sys/_timeval.h /* * Structure returned by gettimeofday(2) system call, and used in other calls. */ struct timeval { longtv_sec; /* seconds (XXX should be time_t) */ suseconds_t tv_usec;

[Fwd: date set to epoch when booting from cd]

2005-10-06 Thread Dario Freni
Ideas here? --- Begin Message --- Hi guys, me and other testers have encountered a strange problem when booting from CDroms created with freesbie2 toolkit: the date is set to epoch. This don't happens with ufs image, only with iso with cd9660 root set. The iso is created with: mkisofs -b boot/c

Re: IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread David S. Madole
From: "Daniel Dias Gonçalves" <[EMAIL PROTECTED]> I have the following rules: $fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out $fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in $fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes $fwcmd pipe 603 config mask dst-ip 0x00

Call for FreeBSD Status Reports

2005-10-06 Thread Max Laier
All, again three month went by and exiting stuff has happend in FreeBSD. Many subtle bugs have been identified and fixed during the most productive QA-work in preparation for FreeBSD 6.0 (now entering final RC-phase). The Google Summer of Code has produced a lot of exiting projects; either fi

Re: problems with disk geometry

2005-10-06 Thread Kamal R . Prasad
[snip] I doubt it is your disk geometry. You will probably need to provide a little more information. I assume you've got another OS on /dev/ ad0 and that you are letting sysinstall put 6.0 onto /dev/ad1 as a (dangerously) dedicated drive? What does the BIOS report? How old are the ma

RE: problems with disk geometry

2005-10-06 Thread Gayn Winters
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kamal > R. Prasad > Sent: Thursday, October 06, 2005 8:56 AM > To: freebsd-hackers@freebsd.org > Subject: problems with disk geometry > > > hello, > > Im trying to install FreeBSD 6.0 beta5 on a s

problems with disk geometry

2005-10-06 Thread Kamal R. Prasad
hello, Im trying to install FreeBSD 6.0 beta5 on a samsung SP1604N hard disk of about 160 GB. The installer complains that it has a problem with the disk geometry. The exact message is given below:- -- A geometry of 310101/16/63 is incorrect for ad1.

Re: IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread Daniel Dias Gonçalves
Jeremie Le Hen escreveu: Hi Daniel, I have the following rules: $fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out $fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in $fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes $fwcmd pipe 603 config mask dst-ip 0x00ff bw 128K

Re: IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread Jeremie Le Hen
Hi Daniel, > I have the following rules: > > $fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out > $fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in > $fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes > $fwcmd pipe 603 config mask dst-ip 0x00ff bw 128Kbit/s queue 10KBytes

IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread Daniel Dias Gonçalves
I have the following rules: $fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out $fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in $fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes $fwcmd pipe 603 config mask dst-ip 0x00ff bw 128Kbit/s queue 10KBytes And my test speed fr