d7d544aee7
check following for list of changes: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-1.1.11.RELEASE_NOTES
26 lines
992 B
CFEngine3
26 lines
992 B
CFEngine3
# $NetBSD: sample-virtual.cf,v 1.1.1.3 2002/06/08 22:36:16 itojun Exp $
|
|
#
|
|
# DO NOT EDIT THIS FILE. EDIT THE MAIN.CF FILE INSTEAD. THE STUFF
|
|
# HERE JUST SERVES AS AN EXAMPLE.
|
|
#
|
|
# This file contains example settings of Postfix configuration
|
|
# parameters that control virtual database lookups.
|
|
|
|
# The virtual_maps parameter specifies optional lookup tables to
|
|
# redirect specific addresses or even complete domains to another
|
|
# address. This is typically used to implement virtual domain support.
|
|
#
|
|
# By default, no address redirection is done.
|
|
#
|
|
# If you use this feature, run "postmap /etc/postfix/virtual" to
|
|
# build the necessary DBM or DB file after change.
|
|
#
|
|
# It may take a minute or so before the change becomes visible.
|
|
# Use "postfix reload" to eliminate the delay.
|
|
#
|
|
#virtual_maps = dbm:/etc/postfix/virtual
|
|
#virtual_maps = hash:/etc/postfix/virtual
|
|
#virtual_maps = hash:/etc/postfix/virtual, nis:virtual
|
|
#virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual
|
|
virtual_maps =
|