010011010110000101110100011101000010000001000010011101010111010001100011011010000110010101110010
Quick Links  
Home
Docs & How-Tos
Search
 
QueryPath

Books  

Drupal

Drupal, JavaScript, and jQuery.


LDAP


OpenCMS




 
Projects  
Anadem
Caryatid
OpenCms Modules
Pilaster
Sinciput
Utilities
Widgets (AJAX)
iPhone Apps
 

Mailman on Gentoo

Setting up the Mailman application on Gentoo

Author: M Butcher
Date: 2003-11-12 16:57:32 -0600

Update Nov. 2003: I believe there is now an ebuild.

As of this writing (June 30, 2002), there is no Mailman ebuild for Gentoo. When I have a chance, I will build one. However, here are a few additional considerations for installing Mailman.

Once the install was done, I had to do a good bit of work configuring Apache. In addition to the aliases, I also had to set the permissions for the mailman and pipermail directories -- something like this for mailman:

# MAILMAN CGI directory
<Directory /home/mailman/cgi-bin>
    AllowOverride All
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>

Also, I had to be careful about the group I set for postfix to execute shell commands. I had to reconfigure things a few times to get the \"default_priv s\" flag in /etc/postfix/main.cf to sync with the --with-mail-gid flag for Mailman\'s configure script. Though things work now, I\'m not sure that I set them up in the best way. Ideally, I probably should have created a new non-priv group for this specific task.

News
R
S
S
News
Docs and How-To's
Releases
Links
 

Search

Google
  Web aleph-null.tv   

 

 

Questions? Comments? Consulting Opportunities? Email matt at aleph-null.tv.