2 # Additional configuration variables for the postfix MTA.
4 # This variable describe the program to use for regenerating the transport map
5 # db file, from the associated plain text files. The file being updated will
6 # be appended to this string (with a separating space), so it must be
7 # appropriate for os.system().
8 postmap_command: /usr/sbin/postmap
10 # This variable describes the type of transport maps that will be generated by
11 # mailman to be used with postfix for LMTP transport. By default, it is set to
12 # hash, but mailman also supports `regex` tables.
13 transport_file_type: hash