--- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000
+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000
@@ -9,7 +9,7 @@
virtual - format of Postfix virtual table
SYNOPSIS
- postmap /etc/postfix/virtual
+ postmap !!PREFIX!!/etc/postfix/virtual
DESCRIPTION
The optional virtual table specifies address redirections
@@ -27,7 +27,7 @@
that serves as input to the postmap(1) command. The
result, an indexed file in dbm or db format, is used for
fast searching by the mail system. Execute the command
- postmap /etc/postfix/virtual in order to rebuild the
+ postmap !!PREFIX!!/etc/postfix/virtual in order to rebuild the
indexed file after changing the text file.
When the table is provided via other means such as NIS,
@@ -52,7 +52,7 @@
Support for a Postfix-style virtual domain looks like:
- /etc/postfix/virtual:
+ !!PREFIX!!/etc/postfix/virtual:
virtual.domain anything (right-hand content does not matter)
postmaster@virtual.domain postmaster
user1@virtual.domain address1
@@ -94,11 +94,11 @@
Support for a Sendmail-style virtual domain looks like:
- /etc/postfix/main.cf:
+ !!PREFIX!!/etc/postfix/main.cf:
mydestination = $myhostname localhost.$mydomain $mydomain
virtual.domain
- /etc/postfix/virtual:
+ !!PREFIX!!/etc/postfix/virtual:
user1@virtual.domain address1
user2@virtual.domain address2, address3