Re: linux on a lattitude

2002-03-12 Thread Cole Tuininga
On Mon, 2002-03-11 at 22:11, Ferenc Tamas Gyurcsan wrote: but this week I'm mad at debian Why is this, if you don't mind me asking? -- Check out Snort. It sounds like a perfect match for you. -Security Focus's Security Basics maillist Cole Tuininga Lead Developer Code Energy, Inc [EMAIL

Re: More spam discussion

2002-03-12 Thread Bayard Coolidge USG
Tom Buskey [EMAIL PROTECTED] said, among other things: Combine that with procmail you can filter lots of it to a spam folder. Add ifile it will watch how you refile messages in exmh/MH and will learn how you do it. Then much of the spam will be refiled by ifile into your spam folder for

Re: Paul Lussier's mail is messed up

2002-03-12 Thread Paul Lussier
In a message dated: Mon, 11 Mar 2002 16:36:42 EST Bayard Coolidge USG said: For those of you like Ed Robbins (and myself), trying to reply to Paul Lussier's e-mails, please be advised that his proper e-mail address is: [EMAIL PROTECTED] For whatever reason (although it's an interesting and

Re: Paul Lussier's mail is messed up

2002-03-12 Thread Kevin D. Clark
Paul Lussier [EMAIL PROTECTED] writes: Upon first glance, I don't see any problems, but then again, I don't claim to be a sendmail expert :) Anyone out there see anything blatantly wrong with this config? Is pll (and not plussier) the name of your userID on your Linux box, and if so,

Re: Paul Lussier's mail is messed up

2002-03-12 Thread jbd
I suspect you're logging in as user 'pll' instead of user 'plussier'. Ergo (I think), you should use sendmail's virtual user table instead of masquerading. (map 'pll' to '[EMAIL PROTECTED]' in virtusertab). And I think there may be another table you should turn on (generics?) and use. If you

NIS help

2002-03-12 Thread Robert Casey
Hello, My name is Bob Casey and I'm new to gnhlug. I am new to Linux but do have some Unix experience, specifically Solaris. Can someone tell me which file I have to modify, on the client, to make the NIS domainname permanent. My domainname is lds and according to several books I've

RE: NIS help

2002-03-12 Thread Mansur, Warren
Hi, Welcome! On Redhat 7.2, edit /etc/yp.conf. Add this line: domain your_domain_name server your_NIS_server That will work if you have a specific NIS server. Regards, Warren -Original Message- From: Robert Casey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 1:19 PM To:

Re: NIS help

2002-03-12 Thread Mark Komarinski
Untested, at least on RH 7.2, but I've used something similar before: Edit /etc/sysconfig/network, which should have lines that look like this: NETWORKING=yes HOSTNAME=yourmachinename (whatever that is) and add a line at the end: NISDOMAIN=lds If you take a look at /etc/init.d/ypbind, you'll

Re: NIS help

2002-03-12 Thread Andrew W. Gaunt
Hope this helps We do this as part of our kickstart postinstall. # YPBIND cp /etc/yp.conf /etc/yp.conf-dist echo domain athena broadcast /etc/yp.conf chkconfig --level 345 ypbind on Also, on my system quantum@com:sysconfig/ cat /etc/issue Red Hat Linux release 7.1 (Seawolf) Kernel

Re: NIS help

2002-03-12 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Robert Casey hath spake thusly: Can someone tell me which file I have to modify, on the client, to make the NIS domainname permanent. There are two things you must do. First, your /etc/yp.conf file must be properly set up.

Re: Paul Lussier's mail is messed up

2002-03-12 Thread John Abreau
Paul Lussier [EMAIL PROTECTED] writes: I am logging in as 'pll'. I've tried using both virtusertable and genericstable and can't seem to figure it out. I'm going to try and set this host up as a nullclient with a minimal config, and failing that, I'm going to move over to Postfix (since

Re: Paul Lussier's mail is messed up

2002-03-12 Thread Tom Buskey
Something in nmh? /etc/nmh/mts.conf? .mh_profile? Paul Lussier said: In a message dated: Tue, 12 Mar 2002 12:59:07 EST [EMAIL PROTECTED] said: I suspect you're logging in as user 'pll' instead of user 'plussier'. Ergo (I think), you should use sendmail's virtual user table instead of

Re: Paul Lussier's mail is messed up

2002-03-12 Thread Paul Lussier
In a message dated: Tue, 12 Mar 2002 17:22:44 EST John Abreau said: A few years ago I tried getting this working under sendmail, and I eventually gave up on it; I never got it working. Recently I replaced sendmail with postfix, primarily for the enhanced security (chrooted, non-privileged

Re: Paul Lussier's mail is messed up

2002-03-12 Thread Bruce Dawson
Excellent! And now replies to your emails work too! --Bruce Paul Lussier wrote: In a message dated: Tue, 12 Mar 2002 17:22:44 EST John Abreau said: A few years ago I tried getting this working under sendmail, and I eventually gave up on it; I never got it working. Recently I replaced