Package: mailman Version: 1:2.1.11-6 Severity: wishlist Tags: patch Assumed that some users just want to install a mailing list application without wanting to learn Python syntax on the side, I'd suggest that you give a specific example how to `list all your Mailman domains in "POSTFIX_STYLE_VIRTUAL_DOMAINS"'. Like in the attached patch f.ex. :
Thanks, *t -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-21-generic (SMP w/2 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- /usr/share/doc/mailman/README.Exim4.Debian 2008-11-09 11:22:26.000000000 +0100 +++ /tmp/README.Exim4.Debian 2008-12-02 01:33:02.709371309 +0100 @@ -8,7 +8,9 @@ POSTFIX_ALIAS_CMD = '/bin/true' POSTFIX_MAP_CMD = 'chgrp Debian-exim' -and list all your Mailman domains in "POSTFIX_STYLE_VIRTUAL_DOMAINS". +and list all your Mailman domains in "POSTFIX_STYLE_VIRTUAL_DOMAINS": + +POSTFIX_STYLE_VIRTUAL_DOMAINS = [ 'example.com', 'example.org' ] Please note that the chgrp command above will not work when creating a list in the web interface: the user www-data will not be allowed to do