10 cat /etc/exim4/conf.d/main/04_exim4-config_mailman
12 # Home dir for your Mailman installation -- aka Mailman's prefix
14 # By default this is set to "/usr/local/mailman"
15 # On a Red Hat/Fedora system using the RPM use "/var/mailman"
16 # On Debian using the deb package use "/var/lib/mailman"
17 # This is normally the same as ~mailman
18 MM_HOME=/var/lib/mailman
20 # User and group for Mailman, should match your --with-mail-gid
21 # switch to Mailman's configure script.
22 # Value is normally "mailman"
26 # Domains that your lists are in - colon separated list
27 # you may wish to add these into local_domains as well
28 domainlist mm_domains=rerun.lefant.net:debienna.at:dsearch;/etc/exim4/virtual
30 # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32 # These values are derived from the ones above and should not need
33 # editing unless you have munged your mailman installation
35 # The path of the Mailman mail wrapper script
36 MM_WRAP=MM_HOME/mail/mailman
38 # The path of the list config file (used as a required file when
39 # verifying list addresses)
40 MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck
48 cat /etc/exim4/conf.d/router/185_exim4-config_mailman
49 # This router handles mailman
54 require_files = MM_LISTCHK
55 local_part_suffix_optional
56 local_part_suffix = -admin : -bounces : -bounces+* : -confirm : -confirm+* : -join : -leave : -owner : -request : -subscribe : -unsubscribe
57 transport = mailman_transport
64 cat /etc/exim4/conf.d/transport/35_exim4-config_mailman
68 '${if def:local_part_suffix \
69 {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}} } \
72 current_directory = MM_HOME
73 home_directory = MM_HOME
77 * siehe auch: [[RerunLefantNet|RerunLefantNet]]
79 [[!tag CategoryTipsAndTricks]] [[!tag CategoryCodeSnippets]]