Go Back   The macosxhints Forums > OS X Help Requests > UNIX - Newcomers



Reply
 
Thread Tools Rate Thread Display Modes
Old 02-25-2002, 11:22 AM   #1
lashampoo
Prospect
 
Join Date: Feb 2002
Location: Paris
Posts: 3
Unhappy Mailing list server

Hi I try to install a mailing list server on my G4 bi-500... Here is my configuration : OS 10.1.3 , Perl 5.6.1, PHP 4, perl::dbi, FreeType, python, MySQL, GD... My sendmail server is running fine.

I picked up several mailing list prgrams : Listar and Sympa because the both use Sendmail. (EZMLM uses Qmail). Majordomo is too old have have too few features (the command must be in the body and not in the subject, etc...) for my personnal use. Sympa is nice because it uses a MySQL database to manage subscribers.

But the problems are always the same. They use, during install, programs that seems not run on Mac OS X. Even Listar that have a specific FreeBSD makefile script. Sympa uses gencat and Msgcat that seems not been able to run on Mac OS X and Sympa stops during the installation.

I noticed that the Mailing List server threads are not very popular on Mac OS X forums... Does anyone has a clue to install a mailing list server ? Thanks.
lashampoo is offline   Reply With Quote
Old 04-11-2002, 03:22 PM   #2
saint.duo
MVP
 
Join Date: Jan 2002
Location: Seattle
Posts: 1,077
bleah

I've been trying to setup mailman, which went well (I added PHP, MySQL, and Python to the stock OS X Server install)

I had no trouble with compiling and installing mailman, but ran into troubles when it started talking about aliasing this and that in apache. I'm sure someone more knowledgable about apache could do it (or tell me how), and it would work, since it interfaces w/ sendmail, but I'm stumped.

Here's an exceprt of what needs to be done.
Code:
 - Configure your web server to give $prefix/cgi-bin permission to
      run CGI scripts.  You probably need to be root to do this.

      The line you should add might look something like the following
      (with the real absolute directory substituted for $prefix, of
      course):

          Exec          /mailman/*      $prefix/cgi-bin/*
      or:
          ScriptAlias   /mailman/       $prefix/cgi-bin/
and

Code:
 - Configure your web server to point to the Pipermail public
      mailing list archives:

      For example, in Apache:

         Alias /pipermail/ $varprefix/archives/public/
come to think of it, that the only part I don't know how to do. If someone knows how, and can tell me, I'll let everyone know if it works for me or not.
saint.duo is offline   Reply With Quote
Old 04-16-2002, 09:35 AM   #3
bakednotfried
Prospect
 
Join Date: Jan 2002
Location: fort collins, co
Posts: 31
editing apache

about editing apache...

you must be an administrator to do this. then you use the 'sudo' command to give you access to edit the apache config file (httpd.conf).

you can use any editor, i'll use pico. so,

sudo pico /etc/httpd/httpd.conf

this is a long file, but is broken up into areas. look for

ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

and then below it, add the line

ScriptAlias /mailman/ "/var/www/cgi-bin/"

likewise, look for

Alias /icons/ "/var/www/icons/"

and below it, add the line

Alias /pipermail/ "/home/mailman/archives/public/"

substitute the path you chose during install for mailman's home directory where i have /home/mailman

you must restart apache for the changes to take affect (effect?).

hope this helps,
mike
__________________
-- mike cullerton
bakednotfried is offline   Reply With Quote
Old 10-19-2008, 01:49 AM   #4
diamondblast
Prospect
 
Join Date: Sep 2008
Posts: 5
it's all nice and fine...
but why did u use "ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
it's a little bit risky...
diamondblast is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 09:06 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.