From ksm at dogbrain.com Tue May 2 14:26:01 2000 From: ksm at dogbrain.com (Karl Morgan) Date: Mon Jan 17 13:19:44 2005 Subject: [TCLUG] Re: [TCLUG:17041] *scary* stuff... In-Reply-To: <0FTY007455882M@mail1.supervalu.com>; from Nick.T.Reinking@supervalu.com on Tue, May 02, 2000 at 01:59:49PM -0500 References: <0FTY007455882M@mail1.supervalu.com> Message-ID: <20000502142601.A5558@dogbrain.com> On Tue, May 02, 2000 at 01:59:49PM -0500, Nick.T.Reinking@supervalu.com wrote: > As far as software goes, I push my machine desktop > in more ways, and harder than I've seen any desktop > being pushed at any place of business I've been to. > (And it is still stable) I would suggest wheels for something that gets pushed this much :) - Karl From ksm at dogbrain.com Mon May 22 10:40:00 2000 From: ksm at dogbrain.com (Karl Morgan) Date: Mon Jan 17 13:19:44 2005 Subject: [TCLUG] Re: [TCLUG:17975] E-Mail size limits. In-Reply-To: <000501bfc400$c6a01fd0$0162a8c0@cccu.com>; from ehillman@cccu.com on Mon, May 22, 2000 at 10:17:00AM -0500 References: <000501bfc400$c6a01fd0$0162a8c0@cccu.com> Message-ID: <20000522104000.A2684@dogbrain.com> Eric, In your sendmail.cf file find the following line and uncomment it # maximum message size #O MaxMessageSize=1000000 Which would correspond with the following mc file setting: confMAX_MESSAGE_SIZE MaxMessageSize [infinite] The maximum size of messages that will be accepted (in bytes). Regards - Karl On Mon, May 22, 2000 at 10:17:00AM -0500, Eric Hillman wrote: > Say, does anybody know the easiest way to set a maximum size limit for an > incoming e-mail message? We're using sendmail + procmail here, and I just spent > all morning locating and excising a 67 Gigabyte document from somebody's > spoolfile... > > -- > Eric Hillman > UNIX Sysadmin/Webmaster > City & County Credit Union > ehillman@cccu.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org > For additional commands, e-mail: tclug-list-help@mn-linux.org -- Karl Morgan http://www.dogbrain.com From ksm at dogbrain.com Sat May 27 22:41:09 2000 From: ksm at dogbrain.com (Karl Morgan) Date: Mon Jan 17 13:19:44 2005 Subject: [TCLUG] Re: [TCLUG:18250] multiple ethernet boards In-Reply-To: <200005280256.VAA32613@antares.cloudnet.com>; from lxy@antares.cloudnet.com on Sat, May 27, 2000 at 09:56:25PM -0500 References: <200005280256.VAA32613@antares.cloudnet.com> Message-ID: <20000527224109.A737@dogbrain.com> I have to ne compatible interfaces on my system. In /etc/conf.modules alias eth0 ne alias eth1 ne options ne io=0x300,0x240 irq=3,10 You list out each cards io address and interrupt. Regards - Karl On Sat, May 27, 2000 at 09:56:25PM -0500, Brian wrote: > I'm setting up a firewall server. It has 3 network cards.. eth0 is to the > DSL, eth1 is to the DMZ, eth2 is to my masquerade. The cards are are > identical NE2000 compatible. I 'modprobe ne.o io=0x240 irq=10' and eth0 > pops out. ifconfig brings the interface up with all the IPs and it > communicates just fine. Apparently I can only load a module once, because > I do 'modprobe io=0x300 irq=3' for my next card, and I don't get an eth1. > Any ideas how I can make 3 identical cards be assigned to eth0, eth1, and > eth2? Thanks. > > -Brian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org > For additional commands, e-mail: tclug-list-help@mn-linux.org -- Karl Morgan http://www.dogbrain.com