blob: 9bdba221e298b907eae003253701ac229b4ba260 (
plain)
1
2
3
4
5
6
7
8
|
[postfix]
# Additional configuration variables for the postfix MTA.
# This variable describe the program to use for regenerating the transport map
# db file, from the associated plain text files. The file being updated will
# be appended to this string (with a separating space), so it must be
# appropriate for os.system().
postmap_command: /usr/sbin/postmap
|