Release-7.0 named and dhcpd

2009-03-11 Thread Greg.Stark

I am getting the following messages on a bind server running Release-7.0:

Mar 11 23:05:56 nameserver named[674]: client 192.168.xxx.xxx#49165: update 
'domain.local/IN' denied
Mar 11 23:05:56 nameserver dhcpd: if desktop.domain.local IN A rrset doesn't 
exist add desktop.domain.local 1800 IN A 192.168.xxx.xxx: timed out.

The desktops that grab an address from the DHCP pool are not getting added in 
for named resolution.  I am apparently missing something with the communication 
between named and dhcpd.  Any help would be appreciated.

Thanks,

Greg

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: FreeBSD 7.1R on laptop

2009-03-09 Thread Greg.Stark
Some laptops do come with COM ports still.  Usually they are the
business models.  For example, the Dell Latitude 820's have them.  



-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Pongthep
Kulkrisada
Sent: Monday, March 09, 2009 11:35 AM
To: freebsd-questions@freebsd.org
Subject: FreeBSD 7.1R on laptop

Hi all,

I am using FBSD 7.1R on PC. But yesterday (8 Mar 09) my hard disk was
physically broken. My machine is very old anyway. So I want to buy a
new laptop (notebook). I have some questions.

1. Previously I use ADSL but now I go back to 56k serial modem. The
problem is new laptops do not provide COM port (/dev/cuad?). I must
use internal modem built with the laptop. I'm not sure whether this
internal modem can be found by FBSD 7.1R or not. If not, how to do?
(Sorry I never used laptop.)

2. Previously, I used LILO boot manager (from Linux) for selecting
FBSD, Linux or WinXP. But nowadays most of the time I use only FBSD
and don't use Linux at all. So I don't want to waste the space
installing linux on my new laptop. But I use XP occassionally. I need
to know whether FBSD boot manager can select and boot XP or not? How
to do it? I didn't find it in the handbook.
Note that I know grub. But I really want to know the way, the system
provide. Because I have a long story of this problem. Once (5 years
ago) I installed FBSD success but without caution. I rebooted then I
could not run the freshly installed system. Because there was no
options for selecting the new system. :-( That time I ended up with
LILO to fix the problem. But this time I just don't want to install
Linux. So I want to use only what, the system provides.

Thanks,
Pongthep
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Sendmail to Relay different domains to different hosts

2009-02-06 Thread Greg.Stark
I am using Sendmail on a FreeBSD7.0 server as a mail relay for some of
our servers.  These servers relay messages to both internal recipients
and external customers.  I need to be able to relay mail destined to our
internal domain recipients to our corporate mail servers but relay
everything else out to our usual smart host.   So basically, I am
looking to relay emails destined for a certain domain to one host and
the rest of the mail to another.  Does anyone know how I could configure
sendmail to accomplish this?

 

Thanks in advance for your help.

 

Greg

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sendmail to Relay different domains to different hosts

2009-02-06 Thread Greg.Stark
Great!  I will give this a try.  

If I put a single entry into the mailertable for the corporate domain
would everything else default to the smarthost defined in sendmail.cf?

Thanks,

Greg



-Original Message-
From: Steve Bertrand [mailto:st...@ibctech.ca] 
Sent: Friday, February 06, 2009 2:03 PM
To: Stark, Greg
Cc: freebsd-questions@freebsd.org
Subject: Re: Sendmail to Relay different domains to different hosts

greg.st...@sungard.com wrote:
 I am using Sendmail on a FreeBSD7.0 server as a mail relay for some of
 our servers.  These servers relay messages to both internal recipients
 and external customers.  I need to be able to relay mail destined to
our
 internal domain recipients to our corporate mail servers but relay
 everything else out to our usual smart host.   So basically, I am
 looking to relay emails destined for a certain domain to one host and
 the rest of the mail to another.  

 Does anyone know how I could configure
 sendmail to accomplish this?

Yes.

Take a look at the `mailertable.sample' file. Create an empty
'mailertable' file in /etc/mail, and add the domain-to-server maps to
it:

corporate.com   smtp:relay.corporate.com
other.com   smtp:some.other.server.com

...and then IIRC:

# cd /etc/mail
# makemap hash mailertable  mailertable

Steve


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sendmail to Relay different domains to different hosts

2009-02-06 Thread Greg.Stark
Just did some testing.  A single entry for the corporate domain as
described below and the smarthost set for everything else seems to work.


Thanks very much everyone!

Greg


-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of
greg.st...@sungard.com
Sent: Friday, February 06, 2009 2:10 PM
To: st...@ibctech.ca
Cc: freebsd-questions@freebsd.org
Subject: RE: Sendmail to Relay different domains to different hosts

Great!  I will give this a try.  

If I put a single entry into the mailertable for the corporate domain
would everything else default to the smarthost defined in sendmail.cf?

Thanks,

Greg



-Original Message-
From: Steve Bertrand [mailto:st...@ibctech.ca] 
Sent: Friday, February 06, 2009 2:03 PM
To: Stark, Greg
Cc: freebsd-questions@freebsd.org
Subject: Re: Sendmail to Relay different domains to different hosts

greg.st...@sungard.com wrote:
 I am using Sendmail on a FreeBSD7.0 server as a mail relay for some of
 our servers.  These servers relay messages to both internal recipients
 and external customers.  I need to be able to relay mail destined to
our
 internal domain recipients to our corporate mail servers but relay
 everything else out to our usual smart host.   So basically, I am
 looking to relay emails destined for a certain domain to one host and
 the rest of the mail to another.  

 Does anyone know how I could configure
 sendmail to accomplish this?

Yes.

Take a look at the `mailertable.sample' file. Create an empty
'mailertable' file in /etc/mail, and add the domain-to-server maps to
it:

corporate.com   smtp:relay.corporate.com
other.com   smtp:some.other.server.com

...and then IIRC:

# cd /etc/mail
# makemap hash mailertable  mailertable

Steve


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org