How to duplicate a copy of all incoming and outgoing mail

2005-10-04 Thread Patrick Dung
It is system wide, not specific user (~/.forward) Is it possble with Sendmail? How about Postfix and Qmail? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PR

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

2005-10-04 Thread Edwin Groothuis
On Tue, Oct 04, 2005 at 05:00:12PM +0800, Patrick Dung wrote: > It is system wide, not specific user (~/.forward) > Is it possble with Sendmail? > How about Postfix and Qmail? Grep for bcc in the output of postconf for postfix: [~] [EMAIL PROTECTED]>postconf | grep bcc always_bcc = r

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

2005-10-04 Thread Patrick Dung
Thanks for reply. Wow, postifx got their power. Very simple. But I really want to know about Sendmail, because it's default in many Unix. Checking out http://www.technoids.org/procmailfilter.html but it seems quite complex. Edwin Groothuis wrote: On Tue, Oct 04, 2005 at 05:00:12PM +0800, Pat

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

2005-10-04 Thread Eric Anderson
Patrick Dung wrote: Thanks for reply. Wow, postifx got their power. Very simple. But I really want to know about Sendmail, because it's default in many Unix. Checking out http://www.technoids.org/procmailfilter.html but it seems quite complex. I think you want sendmail's -X option: -X logfi

re: freebsd-5.4-stable panics

2005-10-04 Thread Rob Watt
> It turns out that the sysctl buffer is already wired in one of the two > cases > that this function is called, so I moved the wiring up to the upper layer > in > the other case and cut out a bunch of the locking gymnastics as a result. > Can you try this patch? > > Index: kern_proc.c > ==

Re: Moving Files

2005-10-04 Thread John Baldwin
On Monday 03 October 2005 03:24 pm, Maslan wrote: > hello, > i was wondering what/where changes should i do to make files when > moving a file from directory to another in the kernel source. > for example if want to move all /usr/src/sys/i386 , /usr/src/sys/ia64 > in /usr/src/sys/intel/i386 and /us

Re: freebsd-5.4-stable panics

2005-10-04 Thread Don Lewis
On 3 Oct, Rob Watt wrote: >> It turns out that the sysctl buffer is already wired in one of the two >> cases >> that this function is called, so I moved the wiring up to the upper > layer >> in >> the other case and cut out a bunch of the locking gymnastics as a > result. >> Can you try this patch

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

2005-10-04 Thread Fernando Gleiser
On Tue, 4 Oct 2005, Patrick Dung wrote: Thanks for reply. Wow, postifx got their power. Very simple. But I really want to know about Sendmail, because it's default in many Unix. Checking out http://www.technoids.org/procmailfilter.html but it seems quite complex. You can use mailsnarf (part

Re: Moving Files

2005-10-04 Thread Maslan
On 10/4/05, John Baldwin <[EMAIL PROTECTED]> wrote: > On Monday 03 October 2005 03:24 pm, Maslan wrote: > > hello, > > i was wondering what/where changes should i do to make files when > > moving a file from directory to another in the kernel source. > > for example if want to move all /usr/src/sys

Re: LOR #55 fix proposal (kern_descrip.c patch)

2005-10-04 Thread Roman Kurakin
Commited. Roman Kurakin: Hi, It seems that the LOR #55 (http://sources.zabbadoz.net/freebsd/lor.html#055) could be fixed by following patch. I need testers and reviewers of it since I want to commit it. I do not see a reason why not to extend action of FILEDESC_LOCK. (http://www.cro