diff options
| author | Barry Warsaw | 2017-05-23 18:23:32 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-05-23 18:23:32 +0000 |
| commit | 3dc9e4c7f2cbed2bbfac9b76fdc74ffdf564b208 (patch) | |
| tree | d650c8dc5c24e8a2b13754d196beac891d543fd4 /src/mailman/config/postfix.cfg | |
| parent | a7c563e9048d302c52558e6e2202fdfb49961843 (diff) | |
| parent | 30a21e0aacd4fcf755816e31b031aec81f83c98e (diff) | |
| download | mailman-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.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 |
