Linux-Networking Digest #101, Volume #11         Mon, 10 May 99 08:13:34 EDT

Contents:
  Re: nntp howto ("Anders Gulden Olstad")
  Re: netscape 4.51 and IR5 (Jim Thompson)
  Re: Network Monitoring Software ("Curt")
  Re: daemon sockd? ("Curt")
  Re: Blocking port scans ("Curt")
  Re: deleting old version of netscape (Jim Thompson)
  Re: De-528 PCI ethernet [D-link] (Jim Thompson)
  Weird DNS Problem (John Bell)
  hosts.allow / hosts.deny ("R. Christopher Harshman")
  Re: Solved (Was: Re: ipchains broken in Debian Potato?) (Tomas Halvarsson)
  Linux und Windows-Dateinamen (Michael Hoyer)
  DD und Fehler? (Michael Hoyer)
  Re: How do I change my FQDN in DNS? (Dan Poynor)
  bridging ([EMAIL PROTECTED])
  Re: PLIP (Paul Black)
  Re: diald/ppp dialing different phone numbers (Mike Jagdis)
  Route and network broadcasts (Jon)
  ~~~~ HylaFax Problems ~~~~ ("@T")
  Exchange alternative?? ("@T")
  Re: could anyone help me with d-link de660 ethernet card? (Eric LEMAITRE)
  Re: Route and network broadcasts ("Curt")
  Re: Redhat 6.0 and FTP install ("XaosSlaad")
  Re: Squid with news and chat servers ("XaosSlaad")
  Re: Squid with news and chat servers ("Jan Johansson")
  Re: Route and network broadcasts ("Jan Johansson")
  Sendmail, DNS, Dial-on-demand (Roman Majer)
  Re: fetchmail works -- but so does sendmail (William Favorite)

----------------------------------------------------------------------------

From: "Anders Gulden Olstad" <[EMAIL PROTECTED]>
Subject: Re: nntp howto
Date: Mon, 10 May 1999 12:10:21 +0200

Haaino Beljaars <[EMAIL PROTECTED]> wrote:
> Hi,
> Can anybody tell me where I can find a page about setting up a nntp
> server. 

Try http://wpxx02.toxi.uni-wuerzburg.de/~krasel/leafnode.html

Here you should find lots of links to different NNTP documents.

> Please mail me and not the newsgroup.

Wrong. Usenet is a shared resource. That's why people post here in the first
place. To share information and knowledge. But I can mail you a copy of 
course.

------------------------------

From: Jim Thompson <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc,linux.help,linux.redhat.ppp
Subject: Re: netscape 4.51 and IR5
Date: Mon, 10 May 1999 06:18:23 -0400

Wayne Kovsky wrote:

> James Smith wrote:
>
> > i have downloaded both netscape 4.51 and IE5, and already have netscape
> > 4.07 on here. when i tried to install IE5 it said it couldnt run the
> > binary.
>
> Did you download IE5 for Linux?  (Is there an IE5 for Linux???  I only
> use Netscape.)
>
> > And I successfully managed to install netscape 4.51 but now
> > don't know how to start 4.51 rather than 4.07. can anyone help with
> > either of these problems?
>
> You need to know where you installed Netscape 4.51.  It probably was
> installed into /usr/local/netscape, or perhaps /opt/netscape.  One way
> to find it is to use the locate command:
>
>     locate netscape | less
>
> which will show all the places where files/directories that have
> "netscape" as part of the name.  You should be able to tell which is
> 4.07 and which is 4.51.  On my system, the executable file found is
> /usr/local/netscape/netscape; Your Mileage May Vary.
>
> Digression:  if locate doesn't work, you need to create the database --
> it gets created on a daily basis by a "cron" job, but if you don't leave
> your computer on all the time, that job will never run (it is schedule
> to run at about 3:00 a.m. or so), and the locate database will never be
> created.  To create it yourself, you can run that cron job manually,
> like this (as super-user):
>
>     /etc/cron.daily/updatedb.cron
>
> OK, now that you know exactly where the Netscape 4.51 executable is
> located, you can simply type the full pathname each time you want to
> execute it -- but that much typing is boring.  You could add it to your
> path (in my case, by a statement like this, in your .bash_profile file
> -- change the path variable to your own location, of course):
>
>     PATH=/usr/local/netscape:$PATH
>     export PATH
>
> But I prefer to create a symbolic link in /bin, like this:
>
>     ln -s /usr/local/netscape/netscape netscape
>
> Since /bin is already in your path, you can now execute Netscape 4.51
> simply by typing "netscape" at a command line.
>
> If you still get Netscape 4.07, it is because the path to that version
> is ahead of your normal path -- that is probably in your .bash_profile
> file, either remove the path to 4.07 entirely, or move it so that /bin
> is ahead of it (for the symbolic link method) or that
> /usr/local/netscape is ahead of it (for the path method).
>
> --
> Wayne Kovsky <[EMAIL PROTECTED]>
> Colorado Software Summit (A Java Programming Conference)
> http://www.SoftwareSummit.com

remove your .nstscape directory in your home directory then do a copy of
your netscape directory to y9ur home directory renaming it .netscape.

Command looks like this "cp /usr/bin/netscape /<homedir>/.netscape".

This will make the new version of netscape available to your login.

Jim


------------------------------

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.networks,comp.os.ms-windows.nt.admin.networks,microsoft.public.windowsnt
Subject: Re: Network Monitoring Software
Date: Mon, 10 May 1999 05:25:28 -0500

Monitoring network for performance and other problems is a good thing.  I've
setup monitoring on networks smaller than 60 users.  I've never used any of
the commercial products, other than demo versions.
Here are some that might be useful, and not waste any silly or real money.

mrtg is good for bandwidth monitoring
http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html

big brother is good for generally system/process monitoring
http://maclawran.ca/bb-dnld/

ntop is good for narrowing down the problem nodes/addresses/protocols.
http://www-serra.unipi.it/~ntop/

Then since I hate nodes that generate alot of broadcast traffic, there is my
favorite:
tcpdump -i eth0 ether broadcast  |  "my own sort program"


Ken Szeto <[EMAIL PROTECTED]> wrote in message
news:MLkZ2.16242$[EMAIL PROTECTED]...
> I would like to get some feedback from people who are currently using or
> used Network Monitoring Tools such as 3COM Transcend, HP Openview,
Lanalyzer
> and any another network monitoring software.  Reason I am asking this is
> because my [stupid] supervisor thinks that a 60 users network requires one
> and it would greatly improve (his) ability to troubleshoot and pinpoint
> where problems are.  Does anyone agree to this statement?  I just hate to
> see the company I am working for have to spend silly money for this kind
of
> software because I don't think it is necessary for our current network
size.
>
> If you have anything to share, please let me know.  Thank you very much.
>
> Ken Szeto, MCSE
>
>



------------------------------

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: daemon sockd?
Date: Mon, 10 May 1999 05:27:46 -0500

Take a look at: www.socks.nec.com

Dennis S. Tepe <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> In the HOWTOs downloaded along with Slackware 3.5 there exists a howto
> titled "Netscape + Proxy". In the howto, the author refers to a daemon
> called sockd. I have tried to find this critter and have been unable to
> locate so much as a reference (other than the one in the howto.) Does
> anyone know of it's existance, where it can be located? I'm trying to
> Proxy serve several winXX machines thru Linux running 2.2.7 kernel. I
> know the IP-masq is available but I have been unable to get it to work
> either.
>
> Dennis
>



------------------------------

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Blocking port scans
Date: Mon, 10 May 1999 05:30:00 -0500

Not that I know of.  Have you thought of using /etc/hosts.allow  &
/etc/hosts.deny to limit
what IPs/hosts can connect to those ports?

The Dude <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> Hi all,
>
> I think that the subject says all.
> I have a Linux box used to give access to a 192.168.x.x class using
> masquerade and it's working fine.
> Also behind this RH 6 I have an email ,www and 2 others servers
> listening on 3456 and 3216 ports.
> Is there a way to hide those ports from a scanner ?
>
> Thanx
> The Big Lebovski



------------------------------

From: Jim Thompson <[EMAIL PROTECTED]>
Crossposted-To: linux.help,linux.redhat.ppp,linux.redhat.misc
Subject: Re: deleting old version of netscape
Date: Mon, 10 May 1999 06:30:39 -0400

James Smith wrote:

> how do i delete netscape 4.07 now that i have 4.51 installed?

rm /<homedir>/.netscape

then cp /usr/lib/netscape /<homedir>/.netscape

Jim


------------------------------

From: Jim Thompson <[EMAIL PROTECTED]>
Subject: Re: De-528 PCI ethernet [D-link]
Date: Mon, 10 May 1999 06:33:56 -0400

Max,Serge wrote:

> HI
> i have a probleme whit my Reseau Card De-528 PCI
> ethernet [D-link] the linux slakware 3.6 does not
> detecte my card WHY??? ist the kernel ???
> email me please :|| [EMAIL PROTECTED]

NE 2000 PCI driver works with this card just fine.


------------------------------

From: John Bell <[EMAIL PROTECTED]>
Subject: Weird DNS Problem
Date: Mon, 10 May 1999 16:53:09 +0800

Hi All,
    I have a very odd DNS problem that I think is probably very Linux
specific.  Whilst I can use dig to resolve a host address, if I attempt
to use any "end user" utilities to contact a host by name (eg. ping
<name>) I always end up with an unknown host error.  Running named with
debug level 9 does not even indicate that a query was made.  It is as
though gethostbyname() never checks DNS.  The host.conf file specifies:

order bind, hosts
multi on

    I am running redhat 5.2 with the following relevant rpms:

bind-8.1.2-5
glibc-2.0.7-29
netkit-base-0.10-13
kernel-2.0.36

    Anyone seen anything like this?  I'd rather ask here first than drag
all the sources over to Malaysia as this takes forever.

John Bell <[EMAIL PROTECTED]>


------------------------------

From: "R. Christopher Harshman" <[EMAIL PROTECTED]>
Subject: hosts.allow / hosts.deny
Date: Mon, 10 May 1999 00:58:31 -0700

We're using TCP wrappers, and hosts.allow/deny.  Correct me if I'm
wrong,
but this system uses allow and then deny, yes?  We run a fairly open
(academic)
system, but there's one particular pest who has compromised a
bewildering
number of accounts, and always comes in from three domains (two look
like
dialups, the third I don't know, but they're all Argentina).  Is there
no way I
can allow all incoming connections *except* those from .AR and
SATLINK.COM?
As in, check hosts.deny first, before checking allow (which would then
read ALL,
and would allow me to simply lock out addresses that had been
problematic...)

Thanks!

- Chris



------------------------------

From: Tomas Halvarsson <[EMAIL PROTECTED]>
Subject: Re: Solved (Was: Re: ipchains broken in Debian Potato?)
Date: 10 May 1999 10:52:54 GMT
Reply-To: [EMAIL PROTECTED]

In <[EMAIL PROTECTED]> Paul Rusty Russell 
<[EMAIL PROTECTED]> writes:

>Tomas Halvarsson <[EMAIL PROTECTED]> writes:

>> I finally found out what was causing the problem. When I was
>> running Slink, I had this line in my firewall startup script:
>> 
>>      # And then we accept packets to already established connections
>>      ipchains -A input -i $EXTIF -p TCP -d $EXTMACHINEIP ! -y -j ACCEPT
>> 
>> Changing that line to this:
>> 
>>      # And then we accept packets to already established connections
>>      ipchains -A input -i $EXTIF -p TCP ! -y -j ACCEPT
>> 
>> makes things work as expected under Potato.

>You mean $EXTMACHIP, not $EXTMACHINEIP.  You had it right in your last
>post, so I don't know where you got the above...

Well, I changed it to $EXTMACHINEIP in the above post just to
make the name a bit clearer. It's the same as $EXTMACHIP.

>$EXTMACHIP should work if that is your real external IP....

It is the real external IP, but for some reason it doesn't work
(which is extremely strange, given that it worked under Slink,
i.e. ipchains 1.3.4). Oh well, I'm happy now that I got it
working again. I'll try some different -d specs later, but now
I've got these assignments to work on :/

/Tomas

=======================================================================
"Only the paranoid survive"

e-mail: [EMAIL PROTECTED]
        [EMAIL PROTECTED]
www:    http://www.pobox.com/~psycho/
        http://www.acc.umu.se/~psycho/
=======================================================================



------------------------------

From: [EMAIL PROTECTED] (Michael Hoyer)
Crossposted-To: comp.os.linux.setup,de.comp.os.unix.linux.misc,fido.ger.linux
Subject: Linux und Windows-Dateinamen
Date: Mon, 10 May 1999 10:37:32 +0200

Ich habe unter Linux (Suse 6.1) eine Windows-Festplatte (W95) gemountet.
Leider werden aber nicht alle Dateinamen so dargestellt, wie in Windows.
Gibt es daf�r eine L�sung (insbes. Umlaute werden dann gro� geschrieben) ??

Kann jemand helfen ??



------------------------------

From: [EMAIL PROTECTED] (Michael Hoyer)
Crossposted-To: 
comp.os.linux.setup,de.comp.os.unix.linux.misc,de.comp.os.unix.linux.newusers,fido.ger.linux
Subject: DD und Fehler?
Date: Mon, 10 May 1999 10:40:36 +0200

Was passiert eigentlich, wenn DD einen Fehler auf der Festplatte findet.
Nachdem solche Bereiche �bergangen werden, wird das Abbild entsprechend
kleiner. Ist es nach dem Zur�cklesen auf einen anderen Datentr�ger m�glich,
auf Dateien nach diesem schlechten Sektor zuzugreifen?
Meiner Meinung nach m��te die Information in der Datenzuweisungstabelle
nicht stimmen, da das Ziel ja �ber diese schlechten Bereiche nicht verf�gt.

Kann mir da mal jemand helfen ?

MfG

Micha



------------------------------

From: [EMAIL PROTECTED] (Dan Poynor)
Subject: Re: How do I change my FQDN in DNS?
Date: Mon, 10 May 1999 01:41:34 -0700

I can't find any of the named.conf, named.boot or named files on my system.
I think that's because I'm just running a stand alone web, email and ftp
server and not a domain name server.

It almost seems I need to set myself up as a DNS server and install the
Bind stuff just so I can change my FQDN.

If there's any other ideas though I'd appreciate them.

Thanks,
DAN


In article <XYnY2.847$[EMAIL PROTECTED]>, "Curt"
<[EMAIL PROTECTED]> wrote:

> Take a look at http://metalab.unc.edu/LDP/HOWTO/DNS-HOWTO.html
> 
> Then look in /etc/named.conf or /etc/named.boot if you're still using bind4.
> It will direct you to the rest of the files, usually in /var/named .
> 
> 
> Dan Poynor <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > How do I change the fully qualified name in DNS for my Linux server? I'm
> > using my co-located servers ISP as the name server and they say I need to
> > change this on my server some how.
> >
> > Previously I had hired someone to setup my server initially while I'm
> > learning, but now need to change it and can't figure this out through the
> > man pages or my books. I edited /etc/hosts but that doesn't seem to change
> > my fqdn.
> >
> > TIA,
> > DAN

------------------------------

From: [EMAIL PROTECTED]
Subject: bridging
Date: Mon, 10 May 1999 08:33:12 GMT

Hi there!

I've got the following problem: I've to run 3 NICs
(in one machine) - 2 of them should work as bridge
and the last one should work as "normal" NIC
(connection to network/www/...). If I run the
bridge, it grabs all 3 NICs and I have to exclude
the third one by hand. After that I can't reach
(ping, ...) this NIC from another computer. Using
tcpdump, I found that the NIC receives
arp-requests but it's not responding. What to do:
add entries into the arp-table? add static routes?
... Any ideas?

thanx a lot
Thomas


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------

From: Paul Black <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: PLIP
Date: Mon, 10 May 1999 09:26:52 +0100
Reply-To: Paul Black <[EMAIL PROTECTED]>

[EMAIL PROTECTED] (robert david merithew) wrote:
> 
> Nick <[EMAIL PROTECTED]> writes:
> 
> >I have a laptop w/o a CDROM or Ethernet card and I am trying to do an
> >install via the PLIP protocol.  I am trying to install Redhat Linux 5.2
> 
> I tried hard to do a PLIP install once, and although at least one
> other person on this group did it successfully and tried to help me, I
> never got it to work (even though both machines had working PLIP
> interfaces).

I also couldn't make it work. I managed to get a simple install onto a
disk on another machine. Tarred & gzipped it. Booted mulinux (only needs
a floppy) on the laptop, and got it all down a serial cable with pppd.
When it was all down and installed, I tried PLIP and it now worked. I
can only assume that there was some problem with the RH installation
program.

Paul

------------------------------

From: [EMAIL PROTECTED] (Mike Jagdis)
Subject: Re: diald/ppp dialing different phone numbers
Date: Mon, 10 May 1999 11:18:39 GMT

In article <[EMAIL PROTECTED]>, Tim Underwood wrote:
>Is it possible to get diald to dial different phone numbers, depending on
>the destination address?
>
>In other words, if I start up a telnet connection to a host at 172.16.1.1,
>can I configure diald to dial a specific ppp configuration for that target
>address, and another ppp configuration for anything else???

At the moment the only way to do that would be to run two dialds, one
handling a route to 172.16.1.1 and the other doing a defaultroute.

                                Mike

-- 
    A train stops at a train station, a bus stops at a bus station.
    On my desk I have a work station...
..----------------------------------------------------------------------.
|  Mike Jagdis                  |  Internet:  mailto:[EMAIL PROTECTED]   |
|  Roan Technology Ltd.         |                                      |
|  54A Peach Street, Wokingham  |  Telephone:  +44 118 989 0403        |
|  RG40 1XG, ENGLAND            |  Fax:        +44 118 989 1195        |
`----------------------------------------------------------------------'

------------------------------

From: Jon <[EMAIL PROTECTED]>
Subject: Route and network broadcasts
Date: 10 May 1999 11:28:10 GMT

I have a small network of about 14 computers and for various reasons I have had
to make two subnets for them.  the network is not on the internet and uses ip
addresses of 90.0.0.* and 90.0.1.* for the two subnets.
I have routes set up as follows:
dest            netmask         interface
90.0.0.0        255.255.255.0   eth0
90.0.1.0        255.255.255.0   eth1
127.0.0.0       255.0.0.0       lo

The problem I have is that although all ip packets are forwarded accross
properly, it appears that broadcast aren't.  I don't know if this is normal or
not but I think I need it.  anything to 90.0.0.255 appears to work but anything
else like:
90.0.255.255
or
255.255.255.255 doesn't.
I am running RedHat 5.2.
Any ideas?


------------------------------

From: "@T" <[EMAIL PROTECTED]>
Subject: ~~~~ HylaFax Problems ~~~~
Date: Mon, 10 May 1999 19:27:33 +0800

I've got hylafax server and windows client installed ...but it kept asking
me for password...and kept saying user xxx access denied??
Basically my hosts file contains only :-

localhost
127.0.0.1


I want to enable access to all clients, without the need for password. What
do i need to add in the hosts file??

Thanks in advance.




------------------------------

From: "@T" <[EMAIL PROTECTED]>
Subject: Exchange alternative??
Date: Mon, 10 May 1999 19:25:09 +0800

Hi,

Is there an Exchange Server alternative around ??
Basically i want the staff in the company to be able to share address book.



------------------------------

From: Eric LEMAITRE <[EMAIL PROTECTED]>
Subject: Re: could anyone help me with d-link de660 ethernet card?
Date: Mon, 10 May 1999 13:45:05 +0200

tony a �crit :

> could anyone help me with d-link de660 ethernet card?
>
> So what should exactly do to let my network wrok?
> In dos prompt,I use utility to test my card
> It shows IRQ=11 IO=0x300 Hardware address as the same above
>
> PS:Could anyone tall me what exctly should I do
> ,cause I have read Pcmcia HOWTO for many times.
> But I still can't get it work?

Hi !

I dit it, use /etc/sysconfig/pcmcia & /etc/pcmcia/config.opts, disable
IRQ3, put an "pcics_opts=1" & "irq_list=9,10,11", you should find this
in PCMCIA HOWTO.

Bye !


------------------------------

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Route and network broadcasts
Date: Mon, 10 May 1999 06:48:42 -0500

Sounds normal to me.

Jon <[EMAIL PROTECTED]> wrote in message
news:7h6fsa$h2p$[EMAIL PROTECTED]...
> I have a small network of about 14 computers and for various reasons I
have had
> to make two subnets for them.  the network is not on the internet and uses
ip
> addresses of 90.0.0.* and 90.0.1.* for the two subnets.
> I have routes set up as follows:
> dest netmask interface
> 90.0.0.0 255.255.255.0 eth0
> 90.0.1.0 255.255.255.0 eth1
> 127.0.0.0 255.0.0.0 lo
>
> The problem I have is that although all ip packets are forwarded accross
> properly, it appears that broadcast aren't.  I don't know if this is
normal or
> not but I think I need it.  anything to 90.0.0.255 appears to work but
anything
> else like:
> 90.0.255.255
> or
> 255.255.255.255 doesn't.
> I am running RedHat 5.2.
> Any ideas?
>



------------------------------

From: "XaosSlaad" <[EMAIL PROTECTED]>
Subject: Re: Redhat 6.0 and FTP install
Date: Tue, 11 May 1999 07:49:23 -0400

i havent had a problem with the bad server response, but i have had the
ramdisk: unable to connect to server error.  Basically it just cant find the
server when this error occurs.  I havent had much experince setting up Linux
on a machine with 2 NIC's; does it detect both of them or just one?



------------------------------

From: "XaosSlaad" <[EMAIL PROTECTED]>
Subject: Re: Squid with news and chat servers
Date: Tue, 11 May 1999 07:51:10 -0400

Ok I understand this, but I have talked to two people now that have claimed
to gotten it to work with yahoo chat etc.  I have one persons squid.conf
file but its not working for me....Im kicking myself for not getting the
first persons because they seemed to actually know what they were doing and
was offering up advice........There was also talk of ipchains being invloved
but I dont know......was looking for someone who had gotten it to work....


Jan Johansson <[EMAIL PROTECTED]> wrote in message
news:7h6gnj$[EMAIL PROTECTED]...
> SQUID is a HTTP / (partial) FTP proxy ONLY. it will NOT handle other
> services.
>
>



------------------------------

From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: Squid with news and chat servers
Date: Mon, 10 May 1999 13:54:02 +0200

IPChains will do it. Squid wont.



------------------------------

From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: Route and network broadcasts
Date: Mon, 10 May 1999 13:52:24 +0200

Thats normal. I assume you want to browse Wintel boxes between the subnets?
this would require WINS or a clever LMHOSTS setup.



------------------------------

From: Roman Majer <[email protected]>
Subject: Sendmail, DNS, Dial-on-demand
Date: 10 May 1999 11:48:19 GMT

Hello,

I have small LAN (10 computers) and a Linux box with IP-masquerade and 
dial-on-demand as gateway to internet. I have also a Internet SMTP
relay and I use fetchmail with ETRN for downloading the mail for
users on my LAN. This Linux box also act as POP3 and SMTP server
for my internal clients (MS Outlook).

Problem:
When a local user sends a mail to local user, the box is calling 
the internet.

I have my MASQUERADE AS domain in /etc/hosts
(In some howtos and from my previous experience this is enough
for sendmail to accept some domain name as local name)
I have sendmail running in deferred mode.

May be some problem with DNS? (I have DNS for my "internal" LAN)

Roman.

------------------------------

From: William Favorite <[EMAIL PROTECTED]>
Crossposted-To: uk.comp.os.linux,demon.ip.support.unix
Subject: Re: fetchmail works -- but so does sendmail
Date: Mon, 10 May 1999 04:06:59 -0600

This message is in MIME format.



------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to