mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Correct the example of DNS MX entry for foo.bar.
Submitted by: Kiroh Harada <kiroh@kh.rim.or.jp>
This commit is contained in:
parent
6737d445c1
commit
fbaa31ebc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue