From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 4 07:18:17 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35C4B16A4B3 for ; Sat, 4 Oct 2003 07:18:17 -0700 (PDT) Received: from april.chuckr.org (dsl092-151-030.wdc2.dsl.speakeasy.net [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22084400D for ; Sat, 4 Oct 2003 07:18:15 -0700 (PDT) (envelope-from chuckr@april.chuckr.org) Received: from april.chuckr.org (localhost [127.0.0.1]) by april.chuckr.org (8.12.10/8.12.5) with ESMTP id h94Dusku016199 for ; Sat, 4 Oct 2003 09:56:54 -0400 (EDT) (envelope-from chuckr@april.chuckr.org) Received: (from chuckr@localhost) by april.chuckr.org (8.12.10/8.12.5/Submit) id h94DurYX016198 for hackers@freebsd.org; Sat, 4 Oct 2003 09:56:53 -0400 (EDT) Date: Sat, 4 Oct 2003 09:56:53 -0400 (EDT) From: Chuck Robey Message-Id: <200310041356.h94DurYX016198@april.chuckr.org> To: hackers@freebsd.org Subject: X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 14:18:17 -0000 I need some startup help in moving my new systems. Sure would appreciate it if I could get a pointer here on a couple of matters. My new physical location has really improved things, but my mail isn't working yet, right, and my keyboard is also going wrong. My mail has to come first, here the setup: I want to use my FreeBSD box, april, to relay mail from my Mac OS/X box, which has the address of "may". Actually, I have 4 static IPs, and I want april to allow me to send mail from anything in my domain to anywhere I want to send it. That's the only relaying I want to allow, I want to be careful and not become a spam-source. I tried to send a mail to my work, and may correctly tried to relay through april. I caught the transaction in ethereal, and it looks like april is looking at the destination of the mail, my work address, and denying it based on that. I thought it would only be using the source address to allow or disallow the relaying. Guess I'm wrong. I have all my local machine names in /etc/mail/local-host-names. What else do I have to do to get my relaying (to anywhere I want to send it, here) working? Second part, the usb. I'm running current, BTW. I have done the stuff in the kernel config, I hope: I took out the "device atkbd" line and replaced it with the ukbd line. I put in the ukbd device, rebooted. Now, it's started to recognize the keyboard, but very oddly ... it seems to recognize about 1 key a minute, and it also seems to get hung up on a signle key (recognize it as if I was leaning on the key for 30 seconds, like maybe it saw the down but not the up). I tried the line from the kbdcontrol manpage, "kbdcontrol -k /dev/kbd1 < /dev/console", that keeps on telling me that the device is busy. The usb device I'm using is the one on the motherboard of this Tyan Thunder K7X, no hub. Here's the section of my config file that applies: # usb devices device usb device uhid device udbp device ugen device uhci device ohci device ulpt device uscanner device umass device ums # tell the kernel to make the device, it's not automatic options KBD_INSTALL_CDEV # The AT keyboard device atkbd device ukbd # new syscons stuff device vga device sc device sio Thanks for the help, fellas, I sure hope this gets to you. I am reading my mail fine, at least!