Date: Mon, 10 Apr 2000 09:55:27 -0400 From: "Stephen M. Vincent" <steve@fifthsunfilms.com> To: "Jasper O'Malley" <jooji@nickelkid.com> Cc: Free bsd <freebsd-questions@FreeBSD.ORG> Subject: Re: sendmail and telnet and netscape Message-ID: <38F1DD4F.8339C78B@fifthsunfilms.com> References: <Pine.BSF.4.21.0004092239060.74004-100000@cornflake.nickelkid.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 2. I have installed several different versions of Netscape, both > > Communicator and Navigator. They install fine but when I try to run it, > > I get "libXt:Cannot find libXt.so.6" Which seems to be all over my > > system: > > > > So why can't Netscape find it? > > What's the output of ldconfig -r? It's there: >ldconfig -r ... 83:-lXt.6=>/usr/X11R6/lib/libXt.so.6 The file exists and seems to have the correct properties, (the same as all the other files in that directory) so now what can I do? > > 3. Im having trouble setting up sendmail. I had it working fine in > > version 3.4 FreeBSD, but now, When I run popper and try to connect from > > Win98 I get "Unable to get canonical name of client" and when I try to > > send mail through it, I get "Sender domain must exist" error. > > I've got a FQDN, billsequipment.com, registered. > > What do the contents of of /etc/resolv.conf and /etc/named/named.conf look > like? Here's named.conf complete: options { directory "/etc/namedb"; forwarders { 216.5.9.3; #My ISP's DNS server }; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; zone "billsequipment.com" { type master; file "db.billsequipment.com"; }; zone "9.5.216.IN-ADDR.ARPA" { type master; file "billsequipment-reverse"; }; and here's resolv.conf domain billsequipment.com nameserver 127.0.0.1 #running local name server nameserver 216.5.9.3 #my ISP (The comments I added for this email) So again, I beleive I did everything the books told me to do. What am I missing? -- Stephen M. Vincent ------------------ http://www.fifthsunfilms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38F1DD4F.8339C78B>