From owner-freebsd-isp Sun May 3 02:29:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03193 for freebsd-isp-outgoing; Sun, 3 May 1998 02:29:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03185 for ; Sun, 3 May 1998 02:29:33 -0700 (PDT) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id CAA08794; Sun, 3 May 1998 02:29:33 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 3 May 1998 02:29:33 -0700 (PDT) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Triax Admin Account cc: freebsd-isp@FreeBSD.ORG Subject: Re: sendmail questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I can be wrong, but it is my understanding that 8.9 will not allow mail relaying by default. For more info with 8.8 see: www.sendmail.org/antispam.html -- Yan Jan Koum jkb@best.com | "Turn up the lights; I don't want www.FreeBSD.org -- The Power to Serve | to go home in the dark." Linux -- DOS of the Unix world. On Fri, 1 May 1998, Triax Admin Account wrote: >I've got a few questions on setting up sendmail with spam blocking, relay >protection, etc. I just upgraded from 8.8.7 to 8.9.0 beta 5 and was >wondering if someone could possibly send me a copy of their working >sendmail.cf file so I can see how the rulesets should actually be set up >and compare it to mine. > >I've checked alot of the sites dealing with setting up the sendmail.cf >file, but there's alot I'm not sure of and would pick it up faster if I >had an actual setup cf file to look at. > >Thanks.. > >Jim > >+==================================================+ > Jim Mock | System Administrator | Webmaster > Triax Internet Services | Portland, OR USA > e-mail: jim@triax.com | root@hendrix.triax.com > WWW: http://www.triax.com/ >+==================================================+ > 640 KB should be enough for everybody. > - Bill Gates, 1982 >+==================================================+ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 04:47:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22890 for freebsd-isp-outgoing; Sun, 3 May 1998 04:47:00 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from slarti.muc.de (slarti.muc.de [193.174.4.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA22884 for ; Sun, 3 May 1998 04:46:48 -0700 (PDT) (envelope-from rse@en1.engelschall.com) Received: (qmail 18970 invoked by uid 66); 3 May 1998 11:43:12 -0000 Received: by en1.engelschall.com (Sendmail 8.8.8) id NAA11251; Sun, 3 May 1998 13:44:39 +0200 (CEST) Message-ID: <19980503134439.A10476@engelschall.com> Date: Sun, 3 May 1998 13:44:39 +0200 From: "Ralf S. Engelschall" To: Andreas Klemm , Khetan Gajjar , freebsd-isp@FreeBSD.ORG Subject: Re: Adding footers automatically to served HTML pages Reply-To: rse@engelschall.com References: <19980501163433.A26664@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980501163433.A26664@klemm.gtn.com>; from Andreas Klemm on Fri, May 01, 1998 at 04:34:33PM +0200 Organization: Engelschall, Germany. X-Home: http://www.engelschall.com/ Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 01, 1998, Andreas Klemm wrote: > On Wed, Apr 29, 1998 at 01:14:05AM +0200, Khetan Gajjar wrote: > > I'd like to setup Apache to append a footer file to all HTML > > pages served by it. Any points on how to do this ? > > I'd ask Ralf Engelschall . > > I'm not sure, but maybe he has an idea. > Perhaps his web meta language may help you. > The i'd take a look at python ... > On their webpage I read something about meta styles > for multiple web pages ... Although I personally actually use Website META Language for footers (because I think this is an off-line task and there is no need to do it on-line) it can be done on-line via Apache, of course. I know if two practical and not too much complicated solutions: The first one is to use SSI (mod_include) with something like at the end of each HTML document. This is similar to WML's #include "../common/footer.wml" but is done on-line. The second solution is a little bit more automatic. Grab mod_trailer.c from ftp.apache.org (somewhere under contrib/modules/ I think). With it you can automatically add the footer.html to any documents which start with a specific URL prefix. I used this module a few years ago (it's an old module) and it worked fine for me. There are of course a lot more ways: You can use mod_action plus a CGI script to emulate mod_trailer or even write your own mod_perl-based handler. Oh, yes, for mod_perl there _is_ already such a handler: Apache::Sandwich ;-) It provides header and footer adding. Greetings, Ralf S. Engelschall rse@engelschall.com www.engelschall.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 08:36:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11207 for freebsd-isp-outgoing; Sun, 3 May 1998 08:36:44 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from elara.frii.com (elara.frii.com [208.146.240.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11202 for ; Sun, 3 May 1998 08:36:42 -0700 (PDT) (envelope-from jott@frii.com) Received: from localhost (jott@localhost) by elara.frii.com (8.8.5/8.6.9) with SMTP id JAA17885; Sun, 3 May 1998 09:34:32 -0600 (MDT) X-Authentication-Warning: elara.frii.com: jott owned process doing -bs Date: Sun, 3 May 1998 09:34:32 -0600 (MDT) From: Jake Ott To: jivko@ijs.com cc: "Gary D. Margiotta" , FreeBSD ISP List Subject: Re: 3Com 3C905-TX In-Reply-To: <199805012052.UAA11184@s2.ijs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 1 May 1998 jivko@ijs.com wrote: > At 10:06 PM 5/1/98 -0400, Gary D. Margiotta wrote: > >Heya... > > > >Anyone have any luck w/ these cards? I got my hands on a couple, and have > >just tried installing over ftp using it, but no luck. It finds it when it > >boots the kernel (I have set the IRQ and hex address, 10 0x300), and goes > >through the install fine, even finding it at the 'choose installation > >interface (or whatever that message is)' screen, but when it tries to add > >the default route and get out to the ftp site, it just hangs there. > > same thing here. I was never able to get those to work ... :-) > > We now use SMC cards for this reason :) Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 12:08:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08384 for freebsd-isp-outgoing; Sun, 3 May 1998 12:08:20 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from syzygy.zytek.com (syzygy.zytek.com [140.174.241.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA08379 for ; Sun, 3 May 1998 12:08:18 -0700 (PDT) (envelope-from mccord@zytek.com) Received: (from mccord@localhost) by syzygy.zytek.com (8.6.11/8.6.9) id MAA14038; Sun, 3 May 1998 12:08:19 -0700 Date: Sun, 3 May 1998 12:08:19 -0700 From: Samara McCord Message-Id: <199805031908.MAA14038@syzygy.zytek.com> To: freebsd-isp@FreeBSD.ORG Subject: Re: SMTP vs Spam Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Err. You can send e-mail via POP3. XTND XMIT is the command, and is >implimented in QPopper and Eudora I believe. I am not aware of any >other POP servers that have XTND XMIT.... > Yikes, this was news to me, as it is to perhaps others running QPopper. This seems to be a Qualcomm specific thing. Anyone know otherwise? Anyway, the current implementation does the following (just do you know): 1. creates temporary file /var/mail/xmit 2. accept message until trailing period 3. close temporary file 3. fork 4. open temporary file as stdin 5. exec: /usr/sbin/sendmail -t -oem 6. wait for child exit 7. delete temporary file unless in debug mode Note that sendmail will read the /etc/sendmail.cf file, even in this single message mode. Seems like there are some security issues here. Of course the POP connection is authorized before this can happen, but we'll have to think about the implications of having direct access to /usr/sbin/sendmail. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 12:21:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09680 for freebsd-isp-outgoing; Sun, 3 May 1998 12:21:17 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.atipa.com (altrox.atipa.com [208.128.22.34]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA09675 for ; Sun, 3 May 1998 12:21:14 -0700 (PDT) (envelope-from freebsd@atipa.com) Received: (qmail 28179 invoked by uid 1017); 3 May 1998 18:18:35 -0000 Date: Sun, 3 May 1998 12:18:35 -0600 (MDT) From: Atipa To: Manar Hussain cc: Francisco Reyes , Javier Henderson , "freebsd-isp@FreeBSD.ORG" Subject: Re: SMTP vs Spam In-Reply-To: <3.0.5.32.19980502210212.008f63f0@stingray.ivision.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Install your smtp w/ tcp wrappers or xinetd, so that it will only relay for allowed hosts. Works fine for me, using both IMAP and POP. I use qmail for smtp and sendmail and local delivery, and it works great. Kevin On Sat, 2 May 1998, Manar Hussain wrote: > >I don't know if it is POP3, but the email i am using to reply to you, > >and used to send the original question, uses "POP" to send email. > >This authenticates the user. > > >After I asked about POP they told me they support it. I changed my > >client to send mail through POP with them. For those who don't have > >POP on their email clients they simply will not allow email to be > >sent through their SMTP server. They are not an ISP; they are a > >presence provider (i.e. WEB pages, Email accounts). > > ISPs can set things so that only those connecting via them can send email - > the kind of company you are talking about can't. What such companies can do > is detect when you *collect* mail via pop on their server (you *can't* send > mail via pop) and work out from this what machine you are using and then > allow this machine (for a period of time) to send mail out via their mail > server. I think this is what's happening in your case. > > Manar > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 12:51:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14305 for freebsd-isp-outgoing; Sun, 3 May 1998 12:51:38 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [195.50.91.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA14300 for ; Sun, 3 May 1998 12:51:35 -0700 (PDT) (envelope-from manar@ivision.co.uk) Received: from pretender.ivision.co.uk [194.112.53.137] by stingray.ivision.co.uk with smtp (Exim 1.62 #2) id 0yW4nM-0002dM-00; Sun, 3 May 1998 20:51:33 +0100 Message-Id: <3.0.5.32.19980503205033.00923890@stingray.ivision.co.uk> X-Sender: manarpop@stingray.ivision.co.uk X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 03 May 1998 20:50:33 +0100 To: "freebsd-isp@FreeBSD.ORG" From: Manar Hussain Subject: Re: SMTP vs Spam In-Reply-To: References: <3.0.5.32.19980502210212.008f63f0@stingray.ivision.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 12:18 03/05/98 -0600, Atipa wrote: >Install your smtp w/ tcp wrappers or xinetd, so that it will only relay >for allowed hosts. Works fine for me, using both IMAP and POP. I use qmail >for smtp and sendmail and local delivery, and it works great. Err - great. The difficulty is when you want to let a customer who you host a domain/web/mail for to be able to send mail via you (their ISP may block mails with from lines of their domain that you host) and where this customer uses dial-up and gets a different IP address each time. Being able to dynamically add to a list of machines allowed to relay based on those hosts that make a successful pop connection is the neat idea. Then restricting mail relaying to such a list is the easy bit ... Manar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 12:51:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14332 for freebsd-isp-outgoing; Sun, 3 May 1998 12:51:53 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from s2.ijs.com (s2.ijs.com [205.149.188.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14327 for ; Sun, 3 May 1998 12:51:51 -0700 (PDT) (envelope-from jivko@ijs.com) From: jivko@ijs.com Received: from ijs (ijs.vip.best.com [205.149.161.71]) by s2.ijs.com (8.8.5/8.8.5) with SMTP id MAA07239; Sun, 3 May 1998 12:50:25 GMT Message-Id: <199805031250.MAA07239@s2.ijs.com> Date: Sun, 03 May 1998 12:47:55 -0700 To: Samara McCord , freebsd-isp@FreeBSD.ORG Subject: Re: SMTP vs Spam In-Reply-To: <199805031908.MAA14038@syzygy.zytek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 12:08 PM 5/3/98 -0700, Samara McCord wrote: >>Err. You can send e-mail via POP3. XTND XMIT is the command, and is >>implimented in QPopper and Eudora I believe. I am not aware of any >>other POP servers that have XTND XMIT.... >> >Yikes, this was news to me, as it is to perhaps others running QPopper. >This seems to be a Qualcomm specific thing. Anyone know otherwise? >Anyway, the current implementation does the following (just do you know): Your are probably talking about Eudora 3.x ad earlier. Eudora 4.0 does not seem to do that anymore. I had to change the QPopper for some users who were using Eudora 3.x so that it does not accept outgoing messages and as they upgraded to Eudora 4.0 that fix turned out to be not needed anymore.. Jivko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 3 19:56:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27581 for freebsd-isp-outgoing; Sun, 3 May 1998 19:56:16 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ns1.knight-trosoft.com (ns1.knight-trosoft.com [198.247.204.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27575 for ; Sun, 3 May 1998 19:56:11 -0700 (PDT) (envelope-from johnp@knight-trosoft.com) Received: from knight.knight-trosoft.com (knight.knight-trosoft.com [198.247.204.33]) by ns1.knight-trosoft.com (8.8.7/8.8.5) with ESMTP id VAA21590; Sun, 3 May 1998 21:53:07 -0500 (CDT) Received: from knight.knight-trosoft.com (localhost [127.0.0.1]) by knight.knight-trosoft.com (8.8.8/8.8.5) with ESMTP id VAA12505; Sun, 3 May 1998 21:55:10 -0500 (CDT) Message-Id: <199805040255.VAA12505@knight.knight-trosoft.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jake Ott cc: jivko@ijs.com, "Gary D. Margiotta" , FreeBSD ISP List Subject: Re: 3Com 3C905-TX In-reply-to: Your message of "Sun, 03 May 1998 09:34:32 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 May 1998 21:55:09 -0500 From: John Prince Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have six of these cards running just fine.. I never tried to do an install via ftp, however these cards seem to perform ok with one exception.. 100 meg does not work as per specs.. --john Jake Ott writes: > On Fri, 1 May 1998 jivko@ijs.com wrote: > > > At 10:06 PM 5/1/98 -0400, Gary D. Margiotta wrote: > > >Heya... > > > > > >Anyone have any luck w/ these cards? I got my hands on a couple, and have > > >just tried installing over ftp using it, but no luck. It finds it when it > > >boots the kernel (I have set the IRQ and hex address, 10 0x300), and goes > > >through the install fine, even finding it at the 'choose installation > > >interface (or whatever that message is)' screen, but when it tries to add > > >the default route and get out to the ftp site, it just hangs there. > > > > same thing here. I was never able to get those to work ... :-) > > > > > > We now use SMC cards for this reason :) > > Jake > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 06:00:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23180 for freebsd-isp-outgoing; Mon, 4 May 1998 06:00:57 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23174 for ; Mon, 4 May 1998 06:00:55 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id JAA20133; Mon, 4 May 1998 09:00:48 -0400 (EDT) Date: Mon, 4 May 1998 09:00:47 -0400 (EDT) From: Steve Hovey To: Blaine Minazzi cc: isp@FreeBSD.ORG Subject: Re: Named disappeared In-Reply-To: <354ABBB9.4AB70478@w3page.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had mine belly, and it was related to the system clock - if I ntpdate'd on all machines it settled down. On Sat, 2 May 1998, Blaine Minazzi wrote: > Yup. I had my named go down 4 times in the last few days, twice in one > day, after over a year of no problems at all. > > Certainly not a coincidence. > > ( Interestingly, I was going to post to the list asking what might be > causing this. Now, I know. ) > > I will be upgrading today. > > > Blaine > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 07:54:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11380 for freebsd-isp-outgoing; Mon, 4 May 1998 07:54:21 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from unix.kawartha.com (unix.kawartha.com [204.101.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11367 for ; Mon, 4 May 1998 07:54:17 -0700 (PDT) (envelope-from paul@kawartha.com) Received: from shell.kawartha.com (shell.kawartha.com [204.101.15.43]) by unix.kawartha.com (8.8.8/8.8.7) with SMTP id KAA03855 for ; Mon, 4 May 1998 10:55:49 -0400 (EDT) Date: Mon, 4 May 1998 11:03:30 -0400 (EDT) From: Paul Stewart To: freebsd-isp@FreeBSD.ORG Subject: server side includes in apache 1.2.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there... My memory is hurting as I can't get server side includes running from the ports install of apache 1.2.6 on FreeBSD 2.2.5 I even went to the Apache site and printed off the info on mod_include which I understand is compiled in by default? Hopefully that's not my problem..heheehe... In my index.html file I have the following line... In my access.conf I have the following... Options Indexes FollowSymLinks +Includes ExecCGI AllowOverride All order allow,deny allow from all I can't find the problem... the line in my index.html just shows up when I do "show document source" in Netscape.... Any suggestions? :) Thanks again, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 09:02:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25035 for freebsd-isp-outgoing; Mon, 4 May 1998 09:02:14 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from smtp.triax.com (smtp.triax.com [206.58.96.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25027 for ; Mon, 4 May 1998 09:02:11 -0700 (PDT) (envelope-from jim@triax.com) Received: from admin.triax.com (jim.triax.com [206.58.97.68]) by smtp.triax.com (8.9.0.Beta5/8.9.0.Beta5) with SMTP id JAA25059; Mon, 4 May 1998 09:01:47 -0700 (PDT) Message-Id: <199805041601.JAA25059@smtp.triax.com> X-Sender: jim@mail.triax.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 04 May 1998 09:04:52 -0700 To: Paul Stewart From: Jim Mock Subject: Re: server side includes in apache 1.2.6 Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 11:03 AM 5/4/98 -0400, you wrote: >Hi there... > >My memory is hurting as I can't get server side includes running from the >ports install of apache 1.2.6 on FreeBSD 2.2.5 > >I even went to the Apache site and printed off the info on mod_include >which I understand is compiled in by default? Hopefully that's not my >problem..heheehe... > >In my index.html file I have the following line... > > > >In my access.conf I have the following... > > >Options Indexes FollowSymLinks +Includes ExecCGI >AllowOverride All >order allow,deny >allow from all > > >I can't find the problem... the line in my index.html just shows up when I >do "show document source" in Netscape.... > >Any suggestions? :) > >Thanks again, > >Paul > Make sure you've got the .shtml extensions enabled in srm.conf.. # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. DirectoryIndex index.html index.htm index.shtml And make sure they're uncommented in the AddHandler section a little further down.. # To use server-parsed HTML files AddType text/html .shtml AddHandler server-parsed .shtml They're working fine on our boxes running Apache 1.2.6.. check out http://www.apacheweek.com/features/ssi for more info. Hope this helps.. Jim +==================================================+ Jim Mock | System Administrator | Webmaster Triax Internet Services | Portland, OR USA e-mail: jim@triax.com | webmaster@triax.com WWW: http://www.triax.com/ +==================================================+ 640 KB should be enough for everybody. - Bill Gates, 1982 +==================================================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 09:17:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27926 for freebsd-isp-outgoing; Mon, 4 May 1998 09:17:45 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from bofh.shmooze.net (markjr@bofh.shmOOze.net [205.210.42.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27911 for ; Mon, 4 May 1998 09:17:30 -0700 (PDT) (envelope-from markjr@bofh.shmooze.net) Received: (from markjr@localhost) by bofh.shmooze.net (8.8.5/8.8.3) id MAA22867; Mon, 4 May 1998 12:17:13 -0400 Message-ID: X-Mailer: XFMail 1.3-beta-042198 [p0] on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 04 May 1998 12:17:13 -0400 (EDT) Reply-To: Stunt Pope Organization: Private World Communications From: Stunt Pope To: Paul Stewart Subject: RE: server side includes in apache 1.2.6 Cc: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 04-May-98 Paul Stewart wrote: > Hi there... > [snip] > I can't find the problem... the line in my index.html just shows up when I > do "show document source" in Netscape.... > > Any suggestions? :) > You never mentioned in your post, but are you enabling SSI's in either your srm.conf or .htaccess? -mark --- Mark Jeftovic aka: mark jeff or vic, stunt pope. markjr@shmOOze.net http://www.shmOOze.net/~markjr Private World's BOFH http://www.PrivateWorld.com irc: L-bOMb Keep `em Guessing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 09:54:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04068 for freebsd-isp-outgoing; Mon, 4 May 1998 09:54:45 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [195.50.91.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA04062 for ; Mon, 4 May 1998 09:54:42 -0700 (PDT) (envelope-from manar@ivision.co.uk) Received: from pretender.ivision.co.uk [194.112.53.98] by stingray.ivision.co.uk with smtp (Exim 1.62 #2) id 0yWOVR-0007VM-00; Mon, 4 May 1998 17:54:22 +0100 Message-Id: <3.0.5.32.19980504175213.0092a100@stingray.ivision.co.uk> X-Sender: manarpop@stingray.ivision.co.uk X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 04 May 1998 17:52:13 +0100 To: Paul Stewart From: Manar Hussain Subject: Re: server side includes in apache 1.2.6 Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >In my index.html file I have the following line... > > You need to set .html files to be ssi parsed! This is not done by default, much as treating all .cgi files as CGIs is not a default action. I can't remember the syntax off hand but there'll be one commented out one for the "shtml" file extension so grepping for that should spot the line needed. Manar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 10:16:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09431 for freebsd-isp-outgoing; Mon, 4 May 1998 10:16:31 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from sun-test.hightek.com ([194.74.141.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09405 for ; Mon, 4 May 1998 10:16:24 -0700 (PDT) (envelope-from andreas@klemm2.hightek.com) Received: from klemm2.hightek.com ([195.90.203.76]) by sun-test.hightek.com (Netscape Mail Server v1.1) with ESMTP id AAA3430 for ; Mon, 4 May 1998 19:16:00 +0200 Received: (from andreas@localhost) by klemm2.hightek.com (8.8.8/8.8.8) id TAA00484; Mon, 4 May 1998 19:15:55 +0200 (CEST) (envelope-from andreas) Message-ID: <19980504191555.15292@hightek.com> Date: Mon, 4 May 1998 19:15:55 +0200 From: Andreas Klemm To: isp@FreeBSD.ORG Subject: bind reports errors when migrating from older linux bind to 2.2.6 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Operating-System: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! May 4 19:04:20 dnsmaster named[99]: host name "gft_novell.gft-eg.de" (owner "gf ^--- !!! t-eg.de") IN (primary) is invalid - rejecting May 4 19:04:20 dnsmaster named[99]: db.gft-eg.de: line 33: database format erro r (bad name "gft_novell.gft-eg.de") How can I make our newer bind compatible for a smooth migration ? -- B&K Gruppe - Wuppertal phone +49 202 7399 - 170 fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 12:18:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03697 for freebsd-isp-outgoing; Mon, 4 May 1998 12:18:33 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from smtp.triax.com (smtp.triax.com [206.58.96.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03687 for ; Mon, 4 May 1998 12:18:29 -0700 (PDT) (envelope-from joer@triax.com) Received: from joe.triax.com (joe.triax.com [206.58.97.69]) by smtp.triax.com (8.9.0.Beta5/8.9.0.Beta5) with SMTP id MAA26634 for ; Mon, 4 May 1998 12:18:28 -0700 (PDT) Message-Id: <199805041918.MAA26634@smtp.triax.com> X-Sender: joer@mail.triax.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 04 May 1998 12:18:37 -0700 To: isp@FreeBSD.ORG From: Joe Read Subject: NIS Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Everyone! Quick question. I've just made a series of scripts that will allow employees to add users to a single FreeBSD box that we use for authentication. The script modifies the password file, runs pwd_mkdb, then puts relevant information into a customer notes file. Now I need to replicate this information accross to a few other machines, i.e., web/ftp server, mail server, etc. Will NIS allow me to do this, namely, does it have a transparent authentication layer over passwd that programs like ftpd, apache, (merit) radiusd will recognize for retrieving password, shell, and home directory information? If this is the case, does anyone have a quick-and-easy setup guide for installing/configuring/adminning NIS? How about at least an ftp site where I can grab the latest version (or is it in ports?) Thanks, Joe Read To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 13:36:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19186 for freebsd-isp-outgoing; Mon, 4 May 1998 13:36:32 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from absinthe.i3inc.com (Absinthe.Stonos.Washington.DC.US [209.31.147.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19169 for ; Mon, 4 May 1998 13:36:28 -0700 (PDT) (envelope-from chris@absinthe.i3inc.com) Received: (from chris@localhost) by absinthe.i3inc.com (8.7.2/8.7.2) id QAA11128; Mon, 4 May 1998 16:35:38 -0400 (EDT) To: Andreas Klemm cc: isp@FreeBSD.ORG Subject: Re: bind reports errors when migrating from older linux bind to 2.2.6 References: <19980504191555.15292@hightek.com> From: Chris Shenton Date: 04 May 1998 16:35:38 -0400 In-Reply-To: Andreas Klemm's message of Mon, 4 May 1998 19:15:55 +0200 Message-ID: <8790ohpyed.fsf@absinthe.i3inc.com> Lines: 16 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Klemm writes: > > May 4 19:04:20 dnsmaster named[99]: host name "gft_novell.gft-eg.de" (owner "gf > ^--- !!! > t-eg.de") IN (primary) is invalid - rejecting > May 4 19:04:20 dnsmaster named[99]: db.gft-eg.de: line 33: database format erro > r (bad name "gft_novell.gft-eg.de") > > How can I make our newer bind compatible for a smooth migration ? In this case it's the underscore which is making it unhappy. They're illegal acording to the RFC but have been in use anyway. I'd change all underscores to dashes, which are legal. A pain, but even if your own DNS can be configured to allow underscores, there's not telling what other people's DNS or clients will do with them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 13:40:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19899 for freebsd-isp-outgoing; Mon, 4 May 1998 13:40:22 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from sun-test.hightek.com ([194.74.141.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19830 for ; Mon, 4 May 1998 13:40:11 -0700 (PDT) (envelope-from andreas@klemm2.hightek.com) Received: from klemm2.hightek.com ([195.90.203.76]) by sun-test.hightek.com (Netscape Mail Server v1.1) with ESMTP id AAA6724; Mon, 4 May 1998 22:40:01 +0200 Received: (from andreas@localhost) by klemm2.hightek.com (8.8.8/8.8.8) id WAA17391; Mon, 4 May 1998 22:39:59 +0200 (CEST) (envelope-from andreas) Message-ID: <19980504223959.51349@hightek.com> Date: Mon, 4 May 1998 22:39:59 +0200 From: Andreas Klemm To: Chris Shenton Cc: isp@FreeBSD.ORG Subject: Re: bind reports errors when migrating from older linux bind to 2.2.6 References: <19980504191555.15292@hightek.com> <8790ohpyed.fsf@absinthe.i3inc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <8790ohpyed.fsf@absinthe.i3inc.com>; from Chris Shenton on Mon, May 04, 1998 at 04:35:38PM -0400 X-Operating-System: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 04, 1998 at 04:35:38PM -0400, Chris Shenton wrote: > Andreas Klemm writes: > > > > > May 4 19:04:20 dnsmaster named[99]: host name "gft_novell.gft-eg.de" (owner "gf > > ^--- !!! > > t-eg.de") IN (primary) is invalid - rejecting > > May 4 19:04:20 dnsmaster named[99]: db.gft-eg.de: line 33: database format erro > > r (bad name "gft_novell.gft-eg.de") > > > > How can I make our newer bind compatible for a smooth migration ? > > In this case it's the underscore which is making it unhappy. They're > illegal acording to the RFC but have been in use anyway. I'd change > all underscores to dashes, which are legal. A pain, but even if your > own DNS can be configured to allow underscores, there's not telling > what other people's DNS or clients will do with them. Ok, thanks ! -- B&K Gruppe - Wuppertal phone +49 202 7399 - 170 fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 13:46:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21172 for freebsd-isp-outgoing; Mon, 4 May 1998 13:46:27 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from bofh.shmooze.net (markjr@bofh.shmOOze.net [205.210.42.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20964; Mon, 4 May 1998 13:45:38 -0700 (PDT) (envelope-from markjr@bofh.shmooze.net) Received: (from markjr@localhost) by bofh.shmooze.net (8.8.5/8.8.3) id QAA23335; Mon, 4 May 1998 16:45:35 -0400 Message-ID: X-Mailer: XFMail 1.3-beta-042198 [p0] on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 04 May 1998 16:45:35 -0400 (EDT) Reply-To: Stunt Pope Organization: Private World Communications From: Stunt Pope To: freebsd-isp@FreeBSD.ORG Subject: kernel log message: BLANK CHECK req sz: 10240 Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just saw these in the logs on a mail server for the first time: May 4 15:57:40 bundy /kernel: st0(ahc0:3:0): BLANK CHECK req sz: 10240 \ (decimal) asc:14,3 End-of-data not found May 4 15:57:40 bundy /kernel: st0(ahc0:3:0): BLANK CHECK req sz: 10240 \ (decimal) asc:14,3 End-of-data not found A tape backup was running at the time. Is this something I should be worrying about? -mark --- Mark Jeftovic aka: mark jeff or vic, stunt pope. markjr@shmOOze.net http://www.shmOOze.net/~markjr Private World's BOFH http://www.PrivateWorld.com irc: L-bOMb Keep `em Guessing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 15:14:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12404 for freebsd-isp-outgoing; Mon, 4 May 1998 15:14:32 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt050n33.san.rr.com [204.210.31.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12288 for ; Mon, 4 May 1998 15:14:07 -0700 (PDT) (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id PAA16216; Mon, 4 May 1998 15:13:59 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <354E3DA6.928BACC9@san.rr.com> Date: Mon, 04 May 1998 15:13:58 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0502 i386) MIME-Version: 1.0 To: Steve Hovey CC: Blaine Minazzi , isp@FreeBSD.ORG Subject: Re: Named disappeared References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Hovey wrote: > > I had mine belly, and it was related to the system clock - if I ntpdate'd > on all machines it settled down. xntpd is your friend. :) If you're running a nameserver on a machine (especially one that is serving zones to the internet) xntpd is cheap insurance for keeping things moving smoothly. Check out http://www.eecis.udel.edu/~ntp/ for details on setting it up. It's not tough at all and our base system contains xntpd (albeit an older version). Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 18:05:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15344 for freebsd-isp-outgoing; Mon, 4 May 1998 18:05:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [195.50.91.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA15133 for ; Mon, 4 May 1998 18:03:54 -0700 (PDT) (envelope-from manar@ivision.co.uk) Received: from pretender.ivision.co.uk [194.112.52.71] by stingray.ivision.co.uk with smtp (Exim 1.62 #2) id 0yWW90-00027x-00; Tue, 5 May 1998 02:03:44 +0100 Message-Id: <3.0.5.32.19980505020239.00921850@stingray.ivision.co.uk> X-Sender: manarpop@stingray.ivision.co.uk X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 05 May 1998 02:02:39 +0100 To: Paul Stewart From: Manar Hussain Subject: Re: Help Desk Solutions Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I came across a program called Jitterbug which is supposed to be a great >package for call tracking and support email handling. Do you have a URL I can read for more info on "Jitterbug" ?? Manar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 4 20:28:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11161 for freebsd-isp-outgoing; Mon, 4 May 1998 20:28:02 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mrtg.senet.com.au (mrtg.senet.com.au [203.56.239.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11140 for ; Mon, 4 May 1998 20:27:54 -0700 (PDT) (envelope-from chris@senet.com.au) Received: from mrtg.senet.com.au (mrtg.senet.com.au [203.56.239.25]) by mrtg.senet.com.au (8.8.8/8.8.8) with SMTP id MAA20834; Tue, 5 May 1998 12:57:40 +0930 (CST) Date: Tue, 5 May 1998 12:57:40 +0930 (CST) From: Chris Foote To: Manar Hussain cc: Paul Stewart , freebsd-isp@FreeBSD.ORG Subject: Re: Help Desk Solutions In-Reply-To: <3.0.5.32.19980505020239.00921850@stingray.ivision.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 5 May 1998, Manar Hussain wrote: > >I came across a program called Jitterbug which is supposed to be a great > >package for call tracking and support email handling. > > Do you have a URL I can read for more info on "Jitterbug" ?? http://samba.anu.edu.au/cgi-bin/jitterbug It's quite good. Cheers, Chris Foote SE Net Technical Manager 222 Grote Street SE Network Access Adelaide SA 5000 e-mail chris@senet.com.au Australia phone : (08) 8221 5221 PGP Public Key available from fax: (08) 8221 5220 http://www.senet.com.au/PGP support: (08) 8221 5792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue May 5 07:29:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23752 for freebsd-isp-outgoing; Tue, 5 May 1998 07:29:55 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hack.babel.dk (shredder@hack.babel.dk [194.255.106.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23738; Tue, 5 May 1998 07:29:46 -0700 (PDT) (envelope-from shredder@hack.babel.dk) Received: from localhost (shredder@localhost) by hack.babel.dk (8.8.7/8.8.5) with SMTP id QAA04031; Tue, 5 May 1998 16:29:45 +0200 (CEST) Date: Tue, 5 May 1998 16:29:43 +0200 (CEST) From: chrw To: Stunt Pope cc: freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: kernel log message: BLANK CHECK req sz: 10240 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 4 May 1998, Stunt Pope wrote: > > > Just saw these in the logs on a mail server for the first time: > > May 4 15:57:40 bundy /kernel: st0(ahc0:3:0): BLANK CHECK req sz: 10240 \ > (decimal) asc:14,3 End-of-data not found > May 4 15:57:40 bundy /kernel: st0(ahc0:3:0): BLANK CHECK req sz: 10240 \ > (decimal) asc:14,3 End-of-data not found > > A tape backup was running at the time. Is this something I should be > worrying about? If you are running an older version of fbsd, and using adaptec controller(s), you should upgrade. I experienced problems with a streamer and encountered among other, similiar kernel messages on fbsd 2.2.2 .. I upgraded to 2.2.6 and it seems to have solved the problems.. I think there may be quite a diffence/enhancements/bugfixes in alot of the adaptec code from the older versions compared to the current stable. CW > > -mark > > --- > Mark Jeftovic aka: mark jeff or vic, stunt pope. > markjr@shmOOze.net http://www.shmOOze.net/~markjr > Private World's BOFH http://www.PrivateWorld.com > irc: L-bOMb Keep `em Guessing > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue May 5 18:41:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28711 for freebsd-isp-outgoing; Tue, 5 May 1998 18:41:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from gras-varg.worldgate.com (skafte@gras-varg.worldgate.com [198.161.84.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28669 for ; Tue, 5 May 1998 18:41:18 -0700 (PDT) (envelope-from skafte@worldgate.com) Received: (from skafte@localhost) by gras-varg.worldgate.com (8.8.8/8.6.12) id TAA20356; Tue, 5 May 1998 19:40:49 -0600 (MDT) Message-ID: <19980505194048.41509@worldgate.com> Date: Tue, 5 May 1998 19:40:48 -0600 From: Greg Skafte To: Paul Stewart Cc: freebsd-isp@FreeBSD.ORG Subject: Re: server side includes in apache 1.2.6 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Paul Stewart on Mon, May 04, 1998 at 11:03:30AM -0400 Organization: WorldGate Inc. X-PGP-Fingerprint: 42 9C 2C A8 4D 2B C9 C4 7D B6 00 B0 50 47 20 97 X-URL: http://gras-varg.worldgate.com/~skafte Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Paul Stewart (paul@kawartha.com) On Subject: server side includes in apache 1.2.6 Date: Mon, May 04, 1998 at 11:03:30AM -0400 > Hi there... > > My memory is hurting as I can't get server side includes running from the > ports install of apache 1.2.6 on FreeBSD 2.2.5 > > I even went to the Apache site and printed off the info on mod_include > which I understand is compiled in by default? Hopefully that's not my > problem..heheehe... > > In my index.html file I have the following line... > > instead use much safer than exec's > > In my access.conf I have the following... > > > Options Indexes FollowSymLinks +Includes ExecCGI > AllowOverride All > order allow,deny > allow from all > > > I can't find the problem... the line in my index.html just shows up when I > do "show document source" in Netscape.... > > Any suggestions? :) > > Thanks again, > > Paul > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Email: skafte@worldgate.com Voice: +403 413 1910 Fax: +403 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue May 5 21:20:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29790 for freebsd-isp-outgoing; Tue, 5 May 1998 21:20:30 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from relay1.krasnet.ru (relay1.krasnet.ru [193.125.44.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29611 for ; Tue, 5 May 1998 21:20:05 -0700 (PDT) (envelope-from ilia@kcp.krasnoyarsk.su) Received: from post.krasnet.ru (post.krasnet.ru [193.125.44.81]) by relay1.krasnet.ru (8.8.5/8.8.5) with ESMTP id MAA19936 for ; Wed, 6 May 1998 12:19:36 +0800 (KRD) Received: from kcp.krasnoyarsk.su (uucp@localhost) by post.krasnet.ru (8.8.8/8.8.8) with UUCP id MAA00817 for freebsd-isp@freebsd.org; Wed, 6 May 1998 12:19:49 +0800 (KRD) Received: from chief (chief.krich.ru [10.10.10.36]) by ns.krich.ru (8.8.5/8.8.7) with SMTP id LAA10697 for ; Wed, 6 May 1998 11:33:02 +0800 (KRSS) (envelope-from ilia@krich.ru) Message-ID: <002f01bd78a9$2a4bf8b0$240a0a0a@chief.krich.ru> From: "Ilia Dreytser" To: Subject: Login daemon? Date: Wed, 6 May 1998 11:39:55 +0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Respected GURU! I need set restrict user to using resources - time, disk scape etc. There are daemon mention in description of login.conf (5), but nothing more. Where can I find this programm? even in beta version? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 6 00:50:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02397 for freebsd-isp-outgoing; Wed, 6 May 1998 00:50:11 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02389 for ; Wed, 6 May 1998 00:50:04 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id IAA27792; Wed, 6 May 1998 08:49:38 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35501628.8A9D7BB@tdx.co.uk> Date: Wed, 06 May 1998 08:50:00 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Ilia Dreytser CC: freebsd-isp@FreeBSD.ORG Subject: Re: Login daemon? References: <002f01bd78a9$2a4bf8b0$240a0a0a@chief.krich.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, You will need to create a new 'class' in 'login.conf' for your users - and then set the 5th field in the passwd (via 'vipw') to be that login class... This will let you control maximum memory limits, file 'size' limits etc. - If you want to control the amount of disk space that users can use - you will need to enable Disk Quotas in the kernel - and setup quota's on the partition containing your users home directories (man edquota, repquota, quotacheck etc.) Regards, Karl Pielorz Ilia Dreytser wrote: > > Respected GURU! > > I need set restrict user to using resources - time, disk scape etc. There > are daemon mention in description of login.conf (5), but nothing more. Where > can I find this programm? even in beta version? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 6 03:27:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02097 for freebsd-isp-outgoing; Wed, 6 May 1998 03:27:15 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from dream.future.net (root@future.net [204.130.134.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02092 for ; Wed, 6 May 1998 03:27:12 -0700 (PDT) (envelope-from tomthai@future.net) Received: from dream.future.net (tomthai@future.net [204.130.134.1]) by dream.future.net (8.8.6/8.8.6) with SMTP id FAA18474; Wed, 6 May 1998 05:20:40 -0500 (CDT) Date: Wed, 6 May 1998 05:20:39 -0500 (CDT) From: "Tom T. Thai" To: freebsd-isp@FreeBSD.ORG, linuxisp@friendly.jeffnet.org Subject: Frac DS3 or Full DS3 Router Card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone using a Fac DS3 or Full DS3 PC router? What card? Software? Approx cost? TIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 6 10:17:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02748 for freebsd-isp-outgoing; Wed, 6 May 1998 10:17:53 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from DNS.Lamb.net (root@DNS.Lamb.net [207.90.181.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02733 for ; Wed, 6 May 1998 10:17:48 -0700 (PDT) (envelope-from ulf@Gatekeeper.Alameda.net) Received: (from uucp@localhost) by DNS.Lamb.net (8.8.6/8.8.6) id KAA02771; Wed, 6 May 1998 10:17:47 -0700 (PDT) Received: from gatekeeper.Alameda.net(207.90.181.2) via SMTP by DNS.Lamb.net, id smtpd002766; Wed May 6 10:17:44 1998 Received: (from ulf@localhost) by Gatekeeper.Alameda.net (8.8.6/8.7.6) id KAA01362; Wed, 6 May 1998 10:17:37 -0700 (PDT) From: Ulf Zimmermann Message-Id: <199805061717.KAA01362@Gatekeeper.Alameda.net> Subject: Re: Frac DS3 or Full DS3 Router Card In-Reply-To: from "Tom T. Thai" at "May 6, 98 05:20:39 am" To: tomthai@future.net (Tom T. Thai) Date: Wed, 6 May 1998 10:17:36 -0700 (PDT) Cc: freebsd-isp@FreeBSD.ORG, linuxisp@friendly.jeffnet.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Anyone using a Fac DS3 or Full DS3 PC router? What card? Software? > Approx cost? TIA. www.sdlcomm.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 6 11:34:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18412 for freebsd-isp-outgoing; Wed, 6 May 1998 11:34:33 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from pinky.junction.net (pinky.junction.net [199.166.227.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA18378 for ; Wed, 6 May 1998 11:34:23 -0700 (PDT) (envelope-from michael@memra.com) Received: from sidhe.memra.com (sidhe.memra.com [199.166.227.105]) by pinky.junction.net (8.6.12/8.6.12) with ESMTP id LAA04977; Wed, 6 May 1998 11:34:12 -0700 Received: from localhost (michael@localhost) by sidhe.memra.com (8.9.0.Beta5/8.9.0.Beta5) with SMTP id LAA23272; Wed, 6 May 1998 11:34:10 -0700 (PDT) Date: Wed, 6 May 1998 11:34:07 -0700 (PDT) From: Michael Dillon To: inet-access@earth.com cc: linuxisp@friendly.jeffnet.org, freebsd-isp@FreeBSD.ORG Subject: Better keep on top of these wireless developments! Message-ID: Organization: Memra Software Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---------- Forwarded message ---------- Date: Wed, 6 May 1998 12:37:07 -0400 From: Gordon Cook To: Multiple recipients of list Subject: Dave Hughes report on just completed spread spectrum wireless >Date: Wed, 6 May 1998 09:34:46 -0600 (MDT) >From: Dave Hughes >To: Gordon Cook >Subject: Will you post? >MIME-Version: 1.0 > >Will you post this to the compriv and telecom reg sites? > >Dave Hughes >dave@oldcolo.com > > Well, the NSF-GWU sponsored Emerging Wireless Conference is over. >Two intense days - nearly 50 speakers and panelists wrestling with >wireless, satellite technologies, public policies, and distance learning >with them. It is the first such conference that brought satellite gurus >together with the advanced non-commercial-service wireless experts and >those together with FCC, NTIA, and White House staffers. > > Somewhat to my suprise, there was unanimous agreement by those >attendees who stuck it to the end, to do it again next year. > > While not particularly intended the most eye-opening sessions were >either about (1) little known but spectacular applications of wireless to >the most difficult regions of America (2) equally little known >technological developments and analysis that challenges the >telephone-company assumptions upon which all public policy is based and >(3) the almost Alice in Wonderland atmosphere that was created when >FCC and NTIA panelists mixed with practioners of the 'emerging wireless' >arts. > > Many attendees became so frustrated with the nearly irrelevant - >to the real telecommunications world they live in - presentations and >answers to questions by FCC and NTIA staffers - at the end they seriously >suggested we drop all Federal agency persons from a future conference. >(not knowing that it is the policies of these agencies, or the catch-22 >laws, that is the greatest obstacle to the flowering of these new and >incredibly cost effect technologies. And that one purpose of the >conference was to educate the working staffs of those agencies.) > > One classic exchange came when, after three staffers from the FCC >and the School Libraries Corporation (SLC) had made their presentation on >how the Universal Service Fund worked, and what was eligible and what was >not, and Mike Willett, one of the most sought-after integrators and >installers of wireless networks for schools described the project he is >working on right now. The State of Colorado had only $2 million to >allocate to link up 70 schools in the south-east farm country corner of >Colorado, including reliable voice telephone service in tiny towns who >don't have it now to decent speed connections to the Internet. The >consortium of towns and school districts first get bids from telephone >companies to do the job. Then they brought in Mike, who bid the entire >project, using modern microwave systems, and no-licence wireless, and >associated mux and other terminating equipment, as a private, regional >telephone and data network. He showed he could do it for the $2 million >available, with minimum data service of T-1 speed to all schools, with NO >recurring monthly costs, except incidental maintainance. On the other >hand the telephone companies said they could *not* reach all the schools, >but could build to most of them, and a backbone. Which would cost >$500,000 a MONTH. > >But this was the catch-22. The Universal Service Fund - designed and >intended by Congress to connect up ALL US public schools and libraries by >subsidies with the principles of (a) universality (2) technology neutral >and (c) competitive - CANNOT be applied for by the schools to help pay for >advanced and total solution, but WOULD pay for the incredibly costly >partial telco 'solution' - which, however, would have to be applied for >every single year. Risking the eventual cut off of the USF program. > >The FCC staffers simply had no answers to that spectacular, real world of >school connectivity riddle. Nor could they even answer the question as to >whether the PROBLEM was inside the FCC's interpretation of the law, or the >law itself! > >As they did not (they were gone by this time) for an incredible story at >lunch brought 5,700 miles by Red Boucher, ex-lt. governor of Alaska who >owns Alaska Wireless and has been, for years, trying to help connect up, >the schools, local government, one-person health clinics, businesses the >325 remote severe-weather native villages (with like 100-500 populations) >to the rest of the world. With reliable voice and data services. (in >places like Tooksook Bay where the most progressive telecommunicator pays >over $7,200 a year for a dial-up AOL connection WHEN he can get dial tone >from the shitty satellite delivered telephone company (who is OPPOSING the >use of a $700,000 TIAP grant for extending data services to the schools of >the 40 villages in one region - on the ground that the laws and FCC rules >make it illegal to offer competing services with Federal funds (not USF >funds) at lower costs where there is 'already' service! > >While Red's power point luncheon speaker presentation was later, the >wireless divisions staffers from NTIA were still on the panel, when Red >summarized THAT catch-22 in an audience microphone question for them, for >which they had NO answer, and could only 'invite' him to come into >Commerce and talk to them. Which he will do, enroute, however to Senator's >Stevens (R-AK) offices to ask his close friend Ted to intervene in >the bull**** that, while proclaiming Administration support and programs >to connect up all schools, libraries and health services, in fact are not >only irrelevant (USF) or obstructionist (TIIAP by Telcos) > >Red showed the incredible deployment under winter conditions using >commercial no-licence wireless devices hooked to a $3,000 a month >satellite service, to bring to pop 80 Tooksook Bay, 56kbps Internet >service to PCs in the school buildings, the health clinic, the community >building AND, in a region where the weather gets so severe, that >the students and teachers cannot go to 'school' but must study from >home for days on end when the wind chill is -75 and a 'light snow' >covers the only automobile in village - to three homes of teachers, >administrators, and students. At 2 mbps locally, with 100% reliablity >through last winter. NONE of which is eligible for USF funding, there >or in any of the other 324 like villages, for which a technical, >economic, solution is at hand. For villages on subsistance economy >with equivalent of 5-7,000 dollars a year total incomes. > >Then after pretty senior FCC official made the keynote address in which, >knowing he was addressing those who advocate, manufacture, install and use >no-licence advanced wireless systems stressed the PROBLEM of no-licence of >the 'tragedy of the commons' (the theory that when too many radios >operate in the same shared spectrum space, they all degrade to >uselessness), young Tim Shepard made a brilliant presentation from his MIT >Doctoral thesis on 'dense spread spectrum networks' (after that same >senior official who had stressed the 'limitations' of radio was gone, of >course) backed up by advanced mathmatical analyses how BILLIONS of radios >can co-exist in the same electromagnetic space in a city, for example, >exchange hundreds of megabits per second without a problem - totally >wiping out the assumptions upon which the 'tragedy of the commons' >inspired FCC spectrum policies are based. > > Fortunately a not-quite-as senior FCC person was there, who, when invited >was only a technologist in the Policy branch, but is now going to replace >the head of the FCC' (OET) - office of engineering. Who could understand >the math, and the contention I have long held since reading Tim's >doctorate that, if the radio manufacturing FCC policies are made right >there IS NO 'tragedy of the commons' problem remaining. For the latest >computer chip technology can support the typs of networks Tim describes. >(of course Tim, like George Gilder, and while David Eisenberg - who made >his equally brilliant presentation at lunch of the 'Rise of the the Stupid >Networks' which wipes out the technological assumptions upon which the >telephone company empires are build - was there in the audience) says >'Drop all Regulations and let the technologist build the now-possible >radios!' He even demonstration that America could have 'free' telephone >voice service everywhere! Just the cost of the radios. Fat chance. The >obsolete telephone companies want to hold on to their threatend empires, >and will pour billions into preventing Tim Shepard's radios from ever >being made legal, even though 'only' the 270 million American consumers >and the radio manufacturing industry would benefit. > >And he was followed by another incredible presentaion by Shigeaky Hakasui, >of Harmonix corporation, who showed the theory and performance of >new wireless devices that operate in the millimeter range where only >molecules of Oxygen 'interfere' at OC-3 or 155Megabits a second!, which >costs MILLIONS to get from phone companies, wired! Very short range >but capable of being daisy chained in downtown areas. He showed >deployment in Tokyo in driving rainstorms (that harm laser light >networks, the only competitors). And the radio is the size of a >book! He had to, In Tokyo, show down the throughput, because the >end customers computers could not keep up with the OC-3 rate data >flow! While sitting in the audience was Eric Lee, CEO of Solectek, >whose latest spread spectrum radio you can buy right now for $9,000 >does 'only' 11mbps (above office LAN speed), for 25 miles! > >Then, though there were other great presentations, clashes, and >revelations, the high point for many was the Tour de Force presntation of >the 7th graders in tiny Lewistown, Montana who, while being seen by the >audience in the auditorium at George Washington University in DC, and the >senior Senator from Montana Max Baucus in the audience via satellite >television, fetched, wirelessly from Big Spring Creek in Montana >scientific data readings of the water quality coming into their classroom >computers operated by the students, which then appeared immediately via >the Internet on the big screen in DC - or any of the other 100 million web >users round the world. > >Which reading taken during class yesterday for the demonstration of the >potential of Field Science by Wireless is still on the Lewistown >web site, and you can fetch it too. > >Go to www.lewistown.net, the select 'Trailhead Project' and then on >the right column, 'Crick Data' and you will get the sensor readings >last taken (later they will set up automatic every hour readings) >whereever you are in the world. > >All this was video taped by the telvision studios of GWU, and I have the >tapes which unedited, are classic already. For after the Senator who >smoozed with the students after the incredible demonstration (at >ridiculously low cost - the TV satellite real time for the conference cost >us $6,000, while the 'field science by wireless' demo, which 100 million >people can get, cost about $.50 of connect costs.), then the audience got >into serious discussion with the 30+ 7th graders in Steve Paulson's >classroom over the environmental meaning of the raw data just fetched - >which they (the kids) *really* understood. And held their own with >question from National Science Foundation staffers. Next step? Submergible >tiny video camera in Big Spring Creek where the 'flow rate' you will see >(too fast after the stream was diverted) which can look the trout right in >the eye and see if they are in distress), fetching the data wirelessly >even when the temperature in Mid Montana is 40 below and 3 feet of snow >covers the stream and its ice. > >(I'll help them do that after I help a 'bat scientist' in Colorado count, >at night, in cave openings high in the Sangre de Cristo mountain range, >the number of bats flying out in a swarm, to see the effects of Fish and >Wildlife tyring to put grids on the cave opening, to keep people out. >All wirelessly connected of course.) > >Well, a lot of important things were cussed and discussed, seen and >sampled, right under the nose of the high mucky mucks of Washington DC, >and the national media types - who prefer to cover the latest change of >lipstick of Monica Lewinsky (we did have some key reporters there but of >course those who will report on pies in Bill Gates face just are too >preoccupied to cover things that will determine our communications future >in SPITE of government). > >So 100% of every word spoken in the 20 session hours of the 2 days, was >taped, and will be converted by Dragon Speaking Naturally software into >ASCII text, all of which will be, when done, put on our >wireless.oldcolo.com and the emerging wireless web site at GWU. > >And Greg Jones, President of TAPR, has offered to convert the tapes >also to realaudio and post them. > >So while you will never sample the intense, important-matters face to face >meetings that went on for a few hundred people on May 4th and 5th in >Washington, you will be able to read or hear everything they said, or >applauded. (well, almost everything. For many of those from 'government' >want to review what they said and have the privelege of editing it before >the whole world reads it) > >Dave Hughes >dave@oldcolo.com > >P.S. this is just my first-impressions report about the conference, before >I fly back to Colorado, where the future is in progress. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 00:51:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03502 for freebsd-isp-outgoing; Thu, 7 May 1998 00:51:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hub.dimpex.com.au (hub.dimpex.com.au [203.36.169.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03238 for ; Thu, 7 May 1998 00:50:16 -0700 (PDT) (envelope-from apk@dimpex.com.au) Received: by hub.dimpex.com.au with Internet Mail Service (5.0.1457.3) id ; Thu, 7 May 1998 17:52:52 +1000 Message-ID: From: Andrew Kaszubski Jnr To: "'freebsd-isp@freebsd.org'" Subject: re Imap server with qmail on FreeBSD Date: Thu, 7 May 1998 17:52:45 +1000 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone had any luck with running an IMAP server with qmail on FreeBSD ? If so could you let me know what modifications are necessary to allow home dir retrieval. Thanks in advance Andrew Andrew Kaszubski - Technical Consultant - M: 0411263880 Dimpex Pty Ltd - Engineering & Computer Consulting E-mail apk@dimpex.com.au http://www.dimpex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 06:18:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12179 for freebsd-isp-outgoing; Thu, 7 May 1998 06:18:08 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from home.gateway.net.hk (qmailr@home.gateway.net.hk [202.76.19.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA12174 for ; Thu, 7 May 1998 06:18:04 -0700 (PDT) (envelope-from bmf@home.gateway.net.hk) Received: (qmail 31398 invoked by uid 653); 7 May 1998 10:25:32 -0000 Date: Thu, 7 May 1998 18:25:32 +0800 (CST) From: Bo Fussing To: Andrew Kaszubski Jnr cc: "'freebsd-isp@freebsd.org'" Subject: Re: re Imap server with qmail on FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew, Yes, you can get patches for the UW IMAP server to work with ~user/Maildir or ~user/Mailbox style mail delivery at http://www.qmail.org/ , we have only ever used the ~user/Mailbox patches which make only minor changes to the daemon and it works very well. Regards, Bo Fussing On Thu, 7 May 1998, Andrew Kaszubski Jnr wrote: > Has anyone had any luck with running an IMAP server with qmail on > FreeBSD ? > If so could you let me know what modifications are necessary to allow > home dir > retrieval. > > Thanks in advance Andrew > > Andrew Kaszubski - Technical Consultant - M: 0411263880 > Dimpex Pty Ltd - Engineering & Computer Consulting > E-mail apk@dimpex.com.au http://www.dimpex.com.au > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 07:07:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17347 for freebsd-isp-outgoing; Thu, 7 May 1998 07:07:39 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from marlin.corp.gulf.net (calvin@marlin.corp.gulf.net [198.69.72.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17342 for ; Thu, 7 May 1998 07:07:36 -0700 (PDT) (envelope-from calvin@marlin.corp.gulf.net) Received: from localhost (calvin@localhost) by marlin.corp.gulf.net (8.8.8/8.8.5) with SMTP id JAA20880 for ; Thu, 7 May 1998 09:06:31 -0500 (CDT) Date: Thu, 7 May 1998 09:06:31 -0500 (CDT) From: Calvin Meloon To: freebsd-isp@FreeBSD.ORG Subject: Ascend Max 4000 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have 2 Max 4000's, one used for channelized T1 analog dialup, and one for isdn connections. I've contacted Ascend, but they've been unable to help me out. What happens is, when dedicated connections that I have the machine configured to dial get disconnected the port does not reset and from the console, shows that the connection is still online. The machine then dials the customers spid on another port, but the first one (or two) get tied up until the machine is reset. Has anyone experienced similar problems? Ascend tells me that I can't reset the port, and this puts me in quite a bind. _____ __ _ / ___/__ _/ / __(_)__ Gulf Coast Internet Calvin M. Meloon / /__/ _ `/ / |/ / / _ \ Pensacola, FL Unix Administrator \___/\_,_/_/|___/_/_//_/ (850)438-5700 writer of code ~~~~ calvin@gulf.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Proponent of FreeBSD and the right of everyone to use a real OS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 15:09:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15334 for freebsd-isp-outgoing; Thu, 7 May 1998 15:09:33 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from s2.ijs.com (s2.ijs.com [205.149.188.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15329 for ; Thu, 7 May 1998 15:09:30 -0700 (PDT) (envelope-from jivko@ijs.com) From: jivko@ijs.com Received: from ijs (ijs.vip.best.com [205.149.161.71]) by s2.ijs.com (8.8.5/8.8.5) with SMTP id PAA01016 for ; Thu, 7 May 1998 15:08:58 GMT Message-Id: <199805071508.PAA01016@s2.ijs.com> Date: Thu, 07 May 1998 15:06:11 -0700 To: freebsd-isp@FreeBSD.ORG Subject: Geographical location of IP addresses. In-Reply-To: <199805011730.MAA21183@hal-pc.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, Sorry for this not FreeBSD related question but since it is ISP related one I figured you might be able to help us out. Some customers of ours have been having problems with hackers placing orders with stolen credit cards from particular geographical locations and they have asked us to help them limit the number of those orders somehow. Any idea of how this could be done? I was thinking that perhaps one possible solution would be to have a list of network addresses physically located in those areas of the world and either completely remove ability to place orders for users from those areas or at least not charge the credit cards on-line for such users until the orders have been confirmed somehow. So far, however, I have not been able to find information about how different network addresses are distributed in the world. Any idea where I could find such information? Thanks Jivko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 16:55:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05122 for freebsd-isp-outgoing; Thu, 7 May 1998 16:55:26 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.atipa.com (altrox.atipa.com [208.128.22.34]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA05116 for ; Thu, 7 May 1998 16:55:24 -0700 (PDT) (envelope-from freebsd@atipa.com) Received: (qmail 747 invoked by uid 1017); 7 May 1998 22:52:42 -0000 Date: Thu, 7 May 1998 16:52:42 -0600 (MDT) From: Atipa To: jivko@ijs.com cc: freebsd-isp@FreeBSD.ORG Subject: Re: Geographical location of IP addresses. In-Reply-To: <199805071508.PAA01016@s2.ijs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is physically impossible. Think about someone using a PPP over a long distance line, or a Class C network that spans a frame relay over several states or countries. I'd block certain networks if they are a problem. The only way to screen by country would be to deny anything w/ a country's DNS name (ipfw add deny all from *.ca to block Canada, etc.) You could also refuse any hosts that do not do rerverse DNS, as many deadbeats use IP only hosts. Kevin On Thu, 7 May 1998 jivko@ijs.com wrote: > > Hi there, > > Sorry for this not FreeBSD related question but since it is ISP related one > I figured you might be able to help us out. > > Some customers of ours have been having problems with hackers placing > orders with stolen credit cards from particular geographical locations and > they have asked us to help them limit the number of those orders somehow. > Any idea of how this could be done? > > I was thinking that perhaps one possible solution would be to have a list > of network addresses physically located in those areas of the world and > either completely remove ability to place orders for users from those areas > or at least not charge the credit cards on-line for such users until the > orders have been confirmed somehow. So far, however, I have not been able > to find information about how different network addresses are distributed > in the world. Any idea where I could find such information? > > Thanks > Jivko > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 18:08:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15173 for freebsd-isp-outgoing; Thu, 7 May 1998 18:08:44 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.inficad.com (root@mail.inficad.com [207.19.74.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15128 for ; Thu, 7 May 1998 18:08:30 -0700 (PDT) (envelope-from omi@remorse.org) Received: from alpine.remorse.org (alpine.remorse.org [208.220.148.215]) by mail.inficad.com (8.8.8/8.8.5) with SMTP id RAA22007 for ; Thu, 7 May 1998 17:59:01 -0700 (MST) Date: Thu, 7 May 1998 18:07:09 -0700 (MST) From: joey miller cc: freebsd-isp@FreeBSD.ORG Subject: Re: Geographical location of IP addresses. In-Reply-To: <199805071508.PAA01016@s2.ijs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i believe "vandyke" (makers of CRT for win32, etc) do something like this when you fill out a form to download SecureCRT (CRT with ssh functionality built in). Head over to www.vandyke.com and follow the links to download secureCRT. Once you end up on their SSL server and start filling out the neat little form to d/l secureCRT, you should notice something near the bottom that says "Data Verified by CyberVerify" (or something along those lines), and it seems to work well, as it took me about 10 tries before it finally accepted all my information and recognized me as being inside the USA, therefore allowing me to d/l SecureCRT =) -joey Element Design Corp. elementdesign.com On Thu, 7 May 1998 jivko@ijs.com wrote: > > Hi there, > > Sorry for this not FreeBSD related question but since it is ISP related one > I figured you might be able to help us out. > > Some customers of ours have been having problems with hackers placing > orders with stolen credit cards from particular geographical locations and > they have asked us to help them limit the number of those orders somehow. > Any idea of how this could be done? > > I was thinking that perhaps one possible solution would be to have a list > of network addresses physically located in those areas of the world and > either completely remove ability to place orders for users from those areas > or at least not charge the credit cards on-line for such users until the > orders have been confirmed somehow. So far, however, I have not been able > to find information about how different network addresses are distributed > in the world. Any idea where I could find such information? > > Thanks > Jivko > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu May 7 18:08:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15167 for freebsd-isp-outgoing; Thu, 7 May 1998 18:08:44 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from bozeman.onramp.net (bozeman.onramp.net [199.1.11.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15051 for ; Thu, 7 May 1998 18:08:12 -0700 (PDT) (envelope-from slyce@onramp.net) Received: from mailhost.onramp.net (mailhost.onramp.net [199.1.11.3]) by bozeman.onramp.net (8.8.7/8.8.7) with ESMTP id UAA23928 for ; Thu, 7 May 1998 20:07:10 -0500 (CDT) Received: from onramp.net (ppp13-17.dllstx.onramp.net [206.50.200.209]) by mailhost.onramp.net (8.8.7/8.8.7) with ESMTP id UAA23147 for ; Thu, 7 May 1998 20:07:59 -0500 (CDT) Message-ID: <3552148E.55E834EB@onramp.net> Date: Thu, 07 May 1998 15:07:42 -0500 From: Slyce X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: FreeBSD ISP Subject: General info regarding inner-office internet connection via FreeBSD box... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I need to know where to find some solid information regarding setting up a 50+ user mini-isp for my friends company using FreeBSD 2.2.5... Also, I need a database that will basically do everything (update passwd / group, create home dir, add disk quotas, create/delete web space and email space, restrict access--firewall, etc) and is relatively user friendly and a lot more robust then adduser... If I have to design it myself, please suggest a direction to go down... My main concern is security and with that comes quite the headache for a inexperienced user of FreeBSD for only 6 months... The powers that be me suggest I hire someone else to set up the system, but it's not economically feasible right now ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 10:30:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28307 for freebsd-isp-outgoing; Fri, 8 May 1998 10:30:38 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from tidal.oneway.com (tidal.oneway.com [205.177.9.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28282 for ; Fri, 8 May 1998 10:30:27 -0700 (PDT) (envelope-from jay@oneway.com) Received: from localhost (jay@localhost) by tidal.oneway.com (8.8.5/8.8.3) with SMTP id NAA21211; Fri, 8 May 1998 13:37:50 -0400 (EDT) Date: Fri, 8 May 1998 13:37:49 -0400 (EDT) From: Jay To: Slyce cc: FreeBSD ISP Subject: Re: General info regarding inner-office internet connection via FreeBSD box... In-Reply-To: <3552148E.55E834EB@onramp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There were two packages that I remember hearing about that might be workable... they are both commercial... one is URIBS (available at http://www.n2h2.com/URIBS/) and the other is FLAMS... (available somewhere at http://www.fastlane.net/) I remember another one that I downloaded and was playing with which was free... but I lost it in a disk crash and I can't seem to find the URL again... Jay K. On Thu, 7 May 1998, Slyce wrote: > I need to know where to find some solid information regarding setting up > a 50+ user mini-isp for my friends company using FreeBSD 2.2.5... Also, > I need a database that will basically do everything (update passwd / > group, create home dir, add disk quotas, create/delete web space and > email space, restrict access--firewall, etc) and is relatively user > friendly and a lot more robust then adduser... If I have to design it > myself, please suggest a direction to go down... > My main concern is security and with that comes quite the headache for a > inexperienced user of FreeBSD for only 6 months... The powers that be me > suggest I hire someone else to set up the system, but it's not > economically feasible right now ;) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 10:49:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01715 for freebsd-isp-outgoing; Fri, 8 May 1998 10:49:22 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA01684 for ; Fri, 8 May 1998 10:49:13 -0700 (PDT) (envelope-from patl@phoenix.volant.org) From: patl@phoenix.volant.org Received: from asimov.phoenix.volant.org [205.179.79.65] by phoenix.volant.org with smtp (Exim 1.62 #1) id 0yXrGl-0003RQ-00; Fri, 8 May 1998 10:49:15 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id KAA00716; Fri, 8 May 1998 10:47:23 -0700 Date: Fri, 8 May 1998 10:47:23 -0700 (PDT) Reply-To: patl@phoenix.volant.org Subject: Re: Geographical location of IP addresses. To: Atipa cc: jivko@ijs.com, freebsd-isp@FreeBSD.ORG In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'd block certain networks if they are a problem. The only way to screen > by country would be to deny anything w/ a country's DNS name (ipfw add > deny all from *.ca to block Canada, etc.) Even the country code isn't absolute. Some small countries are making money by selling subdomains domains to companies based elsewhere. You may wander why a company would want a domain from a country in which it doesn't even do business. Well, the answer lies in the specific country codes. US radio stations like '.AM' (Armenia) and '.FM' (Federal State of Micronesia). Television stations and studios like '.TV' (Tuvalu). Medical clinics and partnerships go for '.MD' (Republic of Moldova). Other potential candidates would include '.AI' (Anguilla), '.DO' (Dominican Republic), '.ID' (Indonesia), '.IS' (Iceland), '.IQ' (Iraq), '.IT' (Italy), and '.NO' (Norway). -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 12:59:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24897 for freebsd-isp-outgoing; Fri, 8 May 1998 12:59:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from domino.primelink.com (domino.primelink.com [206.24.58.56]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA24870 for ; Fri, 8 May 1998 12:59:20 -0700 (PDT) (envelope-from kbrown@primelink.com) From: kbrown@primelink.com Received: by domino.primelink.com(Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) id 862565FE.006E0CF7 ; Fri, 8 May 1998 15:02:02 -0500 X-Lotus-FromDomain: HUBER & ASSOCIATES To: freebsd-isp@FreeBSD.ORG Message-ID: <862565FE.006DC928.00@domino.primelink.com> Date: Fri, 8 May 1998 15:01:59 -0500 Subject: Need a quick refresher... Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just finally upgraded to BIND 8.1.1 and am working with the named.conf file. I am having an issue dealing with allow-transfer. It acts as if I have a syntax problem...and I am unsure as to what it might be. Here is an excerpt from my named.conf. zone "weiady.org" { type master; file "weiady.org.db"; allow-transfer {206.24.58.55}; }; What's goofing me up? The error I get from named is: /etc/named.conf:114: syntax error near '}' this happens for each line... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 13:45:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04787 for freebsd-isp-outgoing; Fri, 8 May 1998 13:45:13 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mercutio.value.net (mercutio.value.net [204.188.125.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04716 for ; Fri, 8 May 1998 13:44:51 -0700 (PDT) (envelope-from dreed@value.net) Received: from localhost (dreed@localhost) by mercutio.value.net (8.8.8/8.8.8) with SMTP id NAA13416 for ; Fri, 8 May 1998 13:48:35 -0700 (PDT) (envelope-from dreed@value.net) X-Authentication-Warning: mercutio.value.net: dreed owned process doing -bs Date: Fri, 8 May 1998 13:48:35 -0700 (PDT) From: Damon Reed To: freebsd-isp@FreeBSD.ORG Subject: Re: Need a quick refresher... In-Reply-To: <862565FE.006DC928.00@domino.primelink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 8 May 1998 kbrown@primelink.com wrote: > I just finally upgraded to BIND 8.1.1 and am working with the named.conf > file. I am having an issue dealing with allow-transfer. It acts as if I > have a syntax problem...and I am unsure as to what it might be. Here is an > excerpt from my named.conf. > > zone "weiady.org" { > type master; > file "weiady.org.db"; > allow-transfer {206.24.58.55}; > }; Shouldn't the block argument to allow-transfer be terminated internally with semi-colons, such as: allow-transfer { 206.24.58.55; }; I'm not familiar with the named.conf specific syntax structure, but that is how the block lists are structured for other functions of this format in our local working config. *-----------------------------------*--------------------------------------* | There are none so blind as | Damon Reed | | those who will not read | *Value Net Internetworking* | | the documentation. | -Network Administrator- | | -DR | dreed@value.net | *-----------------------------------*--------------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 14:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14178 for freebsd-isp-outgoing; Fri, 8 May 1998 14:20:07 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from uhf.wireless.net (uhf.wireless.net [209.189.23.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14108 for ; Fri, 8 May 1998 14:20:02 -0700 (PDT) (envelope-from bad@uhf.wireless.net) Received: from localhost (bad@localhost) by uhf.wireless.net (8.8.8/8.8.7) with SMTP id OAA01180; Fri, 8 May 1998 14:18:43 -0700 (PDT) Date: Fri, 8 May 1998 14:18:42 -0700 (PDT) From: Bernie Doehner To: kbrown@primelink.com cc: freebsd-isp@FreeBSD.ORG Subject: Re: Need a quick refresher... In-Reply-To: <862565FE.006DC928.00@domino.primelink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You need a semicolon after 206.24.58.55 Ie. allow-transfer {206.24.58.55;}; Bernie > zone "weiady.org" { > type master; > file "weiady.org.db"; > allow-transfer {206.24.58.55}; > }; > > > What's goofing me up? The error I get from named is: > > /etc/named.conf:114: syntax error near '}' > > this happens for each line... > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 15:30:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28484 for freebsd-isp-outgoing; Fri, 8 May 1998 15:30:17 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from tidal.oneway.com (tidal.oneway.com [205.177.9.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28425 for ; Fri, 8 May 1998 15:30:01 -0700 (PDT) (envelope-from jay@oneway.com) Received: from localhost (jay@localhost) by tidal.oneway.com (8.8.5/8.8.3) with SMTP id SAA21662; Fri, 8 May 1998 18:37:36 -0400 (EDT) Date: Fri, 8 May 1998 18:37:35 -0400 (EDT) From: Jay To: kbrown@primelink.com cc: freebsd-isp@FreeBSD.ORG Subject: Re: Need a quick refresher... In-Reply-To: <862565FE.006DC928.00@domino.primelink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Unless I'm mistaken, I think you have to have a semicolon after the ip. ie: zone "weiady.org" { type master; file "weiady.org.db"; allow-transfer { 206.24.58.55; }; }; Jay K. > I just finally upgraded to BIND 8.1.1 and am working with the named.conf > file. I am having an issue dealing with allow-transfer. It acts as if I > have a syntax problem...and I am unsure as to what it might be. Here is an > excerpt from my named.conf. > > zone "weiady.org" { > type master; > file "weiady.org.db"; > allow-transfer {206.24.58.55}; > }; > > > What's goofing me up? The error I get from named is: > > /etc/named.conf:114: syntax error near '}' > > this happens for each line... > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 17:41:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22903 for freebsd-isp-outgoing; Fri, 8 May 1998 17:41:18 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22891 for ; Fri, 8 May 1998 17:41:12 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id RAA16677 for ; Fri, 8 May 1998 17:41:09 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Date: Fri, 8 May 1998 17:41:08 -0700 (PDT) From: David Babler To: isp@FreeBSD.ORG Subject: Providing client uucp/email Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just had a customer ask me about setting up a uucp account to deliver email to his company. I know this can be done with uucp - many, many moons ago I used to get email and news via (DOS-based) uucp from netcom before I got a live connection. I have the O'Reilly book "Managing UUCP and Usenet" as well as the Sendmail "bat" book, but after a quick look thru them and the various man pages, I admit I don't even know where to start to do this. Most of the O'Reilly book deals with being a uucp client, not a server. Does anybody have any pointers where I should start? Thanks in advance! -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 8 19:10:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06147 for freebsd-isp-outgoing; Fri, 8 May 1998 19:10:10 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from wopr.inetu.net (wopr.inetu.net [207.18.13.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06060 for ; Fri, 8 May 1998 19:10:02 -0700 (PDT) (envelope-from dev@wopr.inetu.net) Received: from localhost (dev@localhost) by wopr.inetu.net (8.8.8/8.8.5) with SMTP id WAA11521; Fri, 8 May 1998 22:20:00 -0400 (EDT) Date: Fri, 8 May 1998 22:20:00 -0400 (EDT) From: Dev To: jivko@ijs.com cc: freebsd-isp@FreeBSD.ORG Subject: Re: Geographical location of IP addresses. In-Reply-To: <199805071508.PAA01016@s2.ijs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Jivko, We have noticed activity with fraudulent credit card orders. This is what we did: 1) Do a address verification on the street adress and zip (will only work with us banks from visa). 2) get a voice authorization. 3) If you think you need to, get a fax copy of the front and back of the credit card with a signature usually the fraudulent orders will not return a voice authorization call. Hope that helps, Dev Dev Chanchani - INetU, Inc.(tm) - http://www.INetU.net Electronic commerce - Web development - Web hosting dev@INetU.net - Phone: (610) 266-7441 On Thu, 7 May 1998 jivko@ijs.com wrote: > > Hi there, > > Sorry for this not FreeBSD related question but since it is ISP related one > I figured you might be able to help us out. > > Some customers of ours have been having problems with hackers placing > orders with stolen credit cards from particular geographical locations and > they have asked us to help them limit the number of those orders somehow. > Any idea of how this could be done? > > I was thinking that perhaps one possible solution would be to have a list > of network addresses physically located in those areas of the world and > either completely remove ability to place orders for users from those areas > or at least not charge the credit cards on-line for such users until the > orders have been confirmed somehow. So far, however, I have not been able > to find information about how different network addresses are distributed > in the world. Any idea where I could find such information? > > Thanks > Jivko > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat May 9 03:48:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27827 for freebsd-isp-outgoing; Sat, 9 May 1998 03:48:17 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from pasca1.unpad.ac.id ([167.205.206.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27821 for ; Sat, 9 May 1998 03:48:08 -0700 (PDT) (envelope-from mukti@unpad.ac.id) Received: from pasca1.unpad.ac.id ([10.10.10.3]) by pasca1.unpad.ac.id (8.8.7/8.8.7) with SMTP id RAA00227 for ; Sat, 9 May 1998 17:31:01 +0700 (JAVT) (envelope-from mukti@unpad.ac.id) Date: Sat, 9 May 1998 17:30:20 0700 From: Mukti Arip X-Mailer: The Bat! (v1.00 Preview 1) UNREG Reply-To: Mukti Arip Organization: TTI PPs UNPAD Message-ID: <4729.980509@unpad.ac.id> To: freebsd-isp@FreeBSD.ORG Subject: Newsgroup server setup Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks! I am a newbie in internet and FreeBSD. I want my FreeBSD machine runs as newsgroup server, but I don't know what am I suppose to do. Does anyone know how to setup my FreeBSD machine? Thanks in advance -=Mukti=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message