Changes

Jump to navigation Jump to search
569 bytes added ,  19:29, 5 October 2011
Line 3: Line 3:  
{{Note box| It does not appear that this contrib works properly for virtual domains on SME 7.3+.  This contrib functions as specified for the primary domain only.  Additional work is required for this contrib to function properly for virtual domains.
 
{{Note box| It does not appear that this contrib works properly for virtual domains on SME 7.3+.  This contrib functions as specified for the primary domain only.  Additional work is required for this contrib to function properly for virtual domains.
   −
This module is also broken in SME Server 8 (beta 04). The RPM is configured with CGI binaries that expect to run as user '''apache''' instead of the default ('''www''', '''www-data''', or '''nobody'''). As a result, attempting to run any of the CGI scripts results in an error message.}}
+
This module is also broken in SME Server 7.5.1 and 8 (beta 04). The RPM is configured with CGI binaries that expect to run as user '''apache''' instead of the default ('''www''', '''www-data''', or '''nobody'''). As a result, attempting to run any of the CGI scripts results in an error message. See Installation section for workaround.}}
    
===Description===
 
===Description===
Line 15: Line 15:  
  yum --enablerepo smecontribs install mailman smeserver-mailman
 
  yum --enablerepo smecontribs install mailman smeserver-mailman
   −
You should now see a Mailman section under the Configuration section of the server-manager.
+
You should now see a Mailman section under the Configuration section of the server-manager. But sometimes, Mailman's management interface shows up with a CGI error message. It complains about group mismatch error between "www" and "apache". Login as root and apply the following workaround, which was suggested in http://bugs.contribs.org/show_bug.cgi?id=6425:
 +
 
 +
id -u apache                  # should yield 48
 +
id -u www                    # should yield 102
 +
usermod -u 102 -o apache      # makes apache user and www user identical
 +
groupmod -g 102 -o apache    # make apache group and www group identical
    
=== Configuration ===
 
=== Configuration ===
4

edits

Navigation menu