diff options
Diffstat (limited to 'src/mailman/config/postfix.cfg')
| -rw-r--r-- | src/mailman/config/postfix.cfg | 5 |
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 |
