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

Submitted by:	Kiroh Harada <kiroh@kh.rim.or.jp>
This commit is contained in:
max 1996-12-16 22:13:10 +00:00
parent 852eaf8a7f
commit d9632c92a2

View File

@ -1,4 +1,4 @@
<!-- $Id: mail.sgml,v 1.1 1996/11/28 18:09:28 jfieber Exp $
<!-- $Id: mail.sgml,v 1.2 1996/11/30 23:35:43 mpp 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.