Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 13:00:45 -0400
From:      trini0 <trini0@optonline.net>
To:        questions <questions@freebsd.org>
Subject:   email@domain.....
Message-ID:  <3AEC48BD.8090407@optonline.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]
hey all.  Im currently setting up qmail/qpopper & I have dns configured. 
  Im trying to send mail to user@lan.trini (fake), but thats a no go.  I 
have to use the full hostname (user@box1.lan.trini) in order for mail to 
get sent anywhere in the lan.  I would like to set it up to where 
user@lan.trini sends to one box that handles all incoming internal mail. 
  I think is a dns thing but Im not sure.
Thanks
trini0

[-- Attachment #2 --]
lan.trini.	IN	SOA	hivemind.lan.trini.	master.hivemind.lan.trini	(
		1		; Serial
		10800		; refresh
		3600		; retry
		604800		; expire
		86400 )		; minimum
;
; Nameserver
;
lan.trini.	IN	NS	hivemind.lan.trini.
;
; Addresses for canonical names
;
localhost.lan.trini.	IN	A	127.0.0.1
gatekeeper.lan.trini.	IN	A 	192.168.0.1
hivemind.lan.trini.	IN	A	192.168.0.2
gladiator.lan.trini.	IN	A	192.168.0.3
worf.lan.trini.		IN	A	192.168.0.9
;
; Aliases
;
gatekeeper.		IN	CNAME	gatekeeper.lan.trini.
hivemind.		IN	CNAME	hivemind.lan.trini.
gladiator.		IN	CNAME	gladiator.lan.trini.
www.lan.trini.		IN	CNAME	hivemind.lan.trini.
ftp.lan.trini.		IN	CNAME	hivemind.lan.trini.
mail.lan.trini.		IN	CNAME	hivemind.lan.trini.
;
; MX Records
;
lan.trini.		IN	MX	1	hivemind.lan.trini.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AEC48BD.8090407>