Correct the example of DNS MX entry for foo.bar.

Submitted by:	Kiroh Harada <kiroh@kh.rim.or.jp>
This commit is contained in:
Masafumi Max NAKANE 1996-12-16 22:13:10 +00:00
parent fb55300968
commit bc847447ff
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=811

View file

@ -1,4 +1,4 @@
<!-- $Id: mail.sgml,v 1.2 1996-11-30 23:35:43 mpp Exp $
<!-- $Id: mail.sgml,v 1.3 1996-12-16 22:13:10 max Exp $
The FreeBSD Documentation Project
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
@ -70,7 +70,7 @@ This feature is used to implement Virtual Hosting.
I have a customer with domain foo.bar and I want all mail for foo.bar to be sent to my machine smtp.smalliap.com. You must make an entry in your DNS server like:
<verb>
myhost.smalliap.com MX 10 smtp.smalliap.com ; your mailhost
foo.bar MX 10 smtp.smalliap.com ; your mailhost
</verb>
The A record is not needed if you only want e-mail for the domain.