< Previous | Contents | Next >
4.2.5. Transport
All the configuration files belonging to transport type are stored in the /etc/exim4/conf.d/transport/
directory. You can add the following content to a new file named 40_exim4-config_mailman:
mailman_transport: driver = pipe command = MM_WRAP \
'${if def:local_part_suffix \
{${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
{post}}' \
$local_part current_directory = MM_HOME home_directory = MM_HOME user = MM_UID
group = MM_GID