--- man/man5/virtual.5 Tue Apr 15 02:20:46 2003 +++ man/man5/virtual.5.new Sat Jun 21 13:35:58 2003 @@ -8,11 +8,11 @@ .SH SYNOPSIS .na .nf -\fBpostmap /etc/postfix/virtual\fR +\fBpostmap __PREFIX/etc/postfix/virtual\fR -\fBpostmap -q "\fIstring\fB" /etc/postfix/virtual\fR +\fBpostmap -q "\fIstring\fB" __PREFIX/etc/postfix/virtual\fR -\fBpostmap -q - /etc/postfix/virtual <\fIinputfile\fR +\fBpostmap -q - __PREFIX/etc/postfix/virtual <\fIinputfile\fR .SH DESCRIPTION .ad .fi @@ -41,7 +41,7 @@ that serves as input to the \fBpostmap\fR(1) command. The result, an indexed file in \fBdbm\fR or \fBdb\fR format, is used for fast searching by the mail system. Execute the command -\fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed +\fBpostmap __PREFIX/etc/postfix/virtual\fR in order to rebuild the indexed file after changing the text file. When the table is provided via other means such as NIS, LDAP @@ -120,15 +120,15 @@ Support for a virtual alias domain looks like: -/etc/postfix/main.cf: +__PREFIX/etc/postfix/main.cf: .in +4 -virtual_alias_maps = hash:/etc/postfix/virtual +virtual_alias_maps = hash:__PREFIX/etc/postfix/virtual Note: some systems use \fBdbm\fR databases instead of \fBhash\fR. See the output from \fBpostconf -m\fR for available database types. .ti -4 -/etc/postfix/virtual: +__PREFIX/etc/postfix/virtual: .nf .na \fIvirtual-alias.domain anything\fR (right-hand content does not matter)