dataset/seed/mailman/templates/postfix.cfg

15 lines
665 B
INI
Raw Normal View History

2022-03-08 19:42:28 +01:00
# see /usr/lib/python3.10/site-packages/mailman/config/postfix.cfg
[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
# This variable describes the type of transport maps that will be generated by
# mailman to be used with postfix for LMTP transport. By default, it is set to
# hash, but mailman also supports `regex` tables.
transport_file_type: regex