summaryrefslogtreecommitdiff
path: root/gnu/dist/postfix/conf/sample-virtual.cf
blob: d660d6b797be7b39f08c10e393853875d8fd2c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 =