10 lines
417 B
Django/Jinja
10 lines
417 B
Django/Jinja
[postfix]
|
|
# hash or regex. If hash, a local postmap command is required
|
|
transport_file_type: {{ mailman_transport_file_type }}
|
|
|
|
# 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: /sbin/postmap
|