Date: Mon, 08 Dec 2003 16:07:02 -0500 From: Steve Bertrand <iaccounts@northnetworks.ca> To: Marty Landman <MLandman@face2interface.com> Cc: FreeBSD-Questions@freebsd.org Subject: Re: running freebsd with sendmail and qpopper Message-ID: <1070917621.704.150.camel@ptp.northnetworks.ca> In-Reply-To: <6.0.0.22.0.20031208154357.02ebe810@pop.face2interface.com> References: <001101c3b9bc$495fa120$6501a8c0@dendesk> <1070488810.1014.43.camel@ptp.northnetworks.ca> <6.0.0.22.0.20031203172925.03fd4c90@pop.face2interface.com> <1070506384.416.83.camel@ptp.northnetworks.ca> <6.0.0.22.0.20031207165724.05204f58@pop.face2interface.com> <1070894025.704.19.camel@ptp.northnetworks.ca> <6.0.0.22.0.20031208142619.01b1e728@pop.face2interface.com> <1070912154.704.120.camel@ptp.northnetworks.ca> <6.0.0.22.0.20031208150447.01bfd8d0@pop.face2interface.com> <1070915981.704.145.camel@ptp.northnetworks.ca> <6.0.0.22.0.20031208154357.02ebe810@pop.face2interface.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2003-12-08 at 15:54, Marty Landman wrote: > At 03:39 PM 12/8/2003, Steve Bertrand wrote: > > >Sure. One at a time though. Start with your zone file. > > Ok, btw email within the fbsd email server has been unaffected so far, i.e. > it worked before and works now. > > I notice that while I can ping swamisalami from both the server and client > boxes I can't ping swamisalami.face2interface.domain from either box. > swamisalami.face2interface.domain is my rc.conf specified hostname, but > since I don't actually understand most of what I'm doing here it's hardly a > stretch of the imagination to speculate that I've coded something > inconsistent elsewhere. Also I've setup the server ip 192.168.0.7 as the > dns server for the client box; on both the nic and modem properties. > > FreeB cat /etc/namedb/face2interface.domain.zone > $TTL 360 ; Default cached time to live for all records > > > face2interface.domain. IN SOA ns.face2interface.domain. > admin@face2interface.domain. > ( > 2003120401; Serial > 172800 ; Refresh every 2 days > 3600 ; Retry every hour > 1728000 ; Expire every 20 days > 172800 ); Minimum 2 days > > > @ IN NS ns.face2interface.domain. > > > ; Set the Mail Exchange record > > > @ IN MX 10 mail.face2interface.domain. > > > ns IN A 192.168.0.7 > mail IN A 192.168.0.7 > client IN A 192.168.0.1 > router IN A 192.168.0.1 > Is the A records above correct? ie: is the DNS/mail server actually 192.168.0.7, or something else? If they are different than 0.7, change them accordingly, change the ;serial number above to 2003120801 and reload the name server: # ndc restart && tail -10 /var/log/messages | grep named and make sure the name server is 'ready to answer queries'. If that fails, check to see if /etc/resolv.conf has it's primary nameserver statement like this: nameserver 127.0.0.1 and make sure your client computer is looking to your DNS servers IP for DNS. If all fails, next send the named.conf file. Steve > > Marty Landman Face 2 Interface Inc 845-679-9387 > Sign On Required: Web membership software for your site > Make a Website: http://face2interface.com/Home/Demo.shtml > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Steve Bertrand President/CTO, Northumberland Network Services t: 905.352.2688 w: www.northnetworks.ca
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1070917621.704.150.camel>