Kill use of domain.com in favour of example.com.
This commit is contained in:
parent
b98110ec33
commit
d5734f8a6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12965
2 changed files with 3 additions and 3 deletions
|
@ -4142,9 +4142,9 @@ zone
|
|||
</para>
|
||||
|
||||
<programlisting>/*
|
||||
zone "domain.com" {
|
||||
zone "example.com" {
|
||||
type slave;
|
||||
file "s/domain.com.bak";
|
||||
file "s/example.com.bak";
|
||||
masters {
|
||||
192.168.1.1;
|
||||
};
|
||||
|
|
|
@ -379,7 +379,7 @@ procmail: "|/usr/local/bin/procmail"</programlisting>
|
|||
list. Mail to the mailbox <username>ftp-bugs</username> is
|
||||
expanded to the three local mailboxes <username>joe</username>,
|
||||
<username>eric</username>, and <username>paul</username>. Note
|
||||
that a remote mailbox could be specified as user@domain.com. The
|
||||
that a remote mailbox could be specified as user@example.com. The
|
||||
next example shows writing mail to a file, in this case
|
||||
<filename>/dev/null</filename>. The last example shows sending
|
||||
mail to a program, in this case the mail message is written to the
|
||||
|
|
Loading…
Reference in a new issue