mirror of
https://github.com/casjaysdevdocker/mailman
synced 2025-09-18 09:57:51 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/root/ rootfs/usr/local/etc/docker/init.d/
This commit is contained in:
11
rootfs/root/docker/conf/40_mailman_pipe
Normal file
11
rootfs/root/docker/conf/40_mailman_pipe
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user