summaryrefslogtreecommitdiff
path: root/src/mailman/config/postfix.cfg
diff options
context:
space:
mode:
authorBarry Warsaw2017-05-23 18:23:32 +0000
committerBarry Warsaw2017-05-23 18:23:32 +0000
commit3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208 (patch)
treed650c8dc5c24e8a2b13754d196beac891d543fd4 /src/mailman/config/postfix.cfg
parenta7c563e9048d302c52558e6e2202fdfb49961843 (diff)
parent30a21e0aacd4fcf755816e31b031aec81f83c98e (diff)
downloadmailman-3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208.tar.gz
mailman-3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208.tar.zst
mailman-3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208.zip
Diffstat (limited to 'src/mailman/config/postfix.cfg')
-rw-r--r--src/mailman/config/postfix.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/config/postfix.cfg b/src/mailman/config/postfix.cfg
index 9bdba221e..cddda220a 100644
--- a/src/mailman/config/postfix.cfg
+++ b/src/mailman/config/postfix.cfg
@@ -6,3 +6,8 @@
# 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: hash