[Pkg-mailman-hackers] Bug#504695: mailman: README.Exim4.Debian has wrong group and router settings listed
Kris Popendorf
krisp at dna.bio.keio.ac.jp
Thu Nov 6 10:40:32 UTC 2008
Package: mailman
Version: 1:2.1.11-3
Severity: minor
The MAILMAN_GROUP line in the README.Exim4.Debian docs suggest a wrong
group line (the files it needs to read are gid list, not daemon). Also
the condition in the suggested mailman_router is (I assume) outdated and
wrong. I'm a mailman or exim expert by any means, but I've attached a
patch describing what I think they should be (works for me anyway).
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mailman depends on:
ii adduser 3.110 add and remove users and groups
ii apache2 2.2.9-10 Apache HTTP Server metapackage
ii apache2-mpm-prefork [httpd] 2.2.9-10 Apache HTTP Server - traditional n
ii cron 3.0pl1-105 management of regular background p
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii exim4 4.69-9 metapackage to ease Exim MTA (v4)
ii exim4-daemon-heavy [mail-tran 4.69-9 Exim MTA (v4) daemon with extended
ii libc6 2.7-15 GNU C Library: Shared libraries
ii logrotate 3.7.1-5 Log rotation utility
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii pwgen 2.06-1 Automatic Password generation
ii python 2.5.2-2 An interactive high-level object-o
ii python-support 0.8.4 automated rebuilding support for P
ii ucf 3.0010 Update Configuration File: preserv
mailman recommends no packages.
Versions of packages mailman suggests:
pn listadmin <none> (no description available)
pn lynx <none> (no description available)
ii spamassassin 3.2.5-1 Perl-based spam filter using text
-- debconf information excluded
-------------- next part --------------
--- old/README.Exim4.Debian 2008-11-06 19:27:56.739443959 +0900
+++ fixed/README.Exim4.Debian 2008-11-06 19:28:42.291445556 +0900
@@ -30,7 +30,7 @@
# User and group for Mailman, should match your --with-mail-gid
# switch to Mailman's configure script.
MAILMAN_USER=list
-MAILMAN_GROUP=daemon
+MAILMAN_GROUP=list
---------------------- END EXIM4 MAIN ----------------------------
@@ -58,7 +58,7 @@
# Mailman lists
mailman_router:
domains = +local_domains
- condition = ${lookup{$local_part@$domain}lsearch{MAILMAN_HOME/data/virtual-mailman}{1}{0}}
+ condition = ${lookup{$local_part}lsearch{MAILMAN_HOME/data/aliases}{1}{0}}
require_files = MAILMAN_HOME/lists/$local_part/config.pck
driver = accept
local_part_suffix_optional
More information about the Pkg-mailman-hackers
mailing list