old-www/LDP/LG/issue72/tag/7.html

450 lines
16 KiB
HTML
Raw Permalink Blame History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<META NAME="generator" CONTENT="lgazmail v1.4F.h">
<TITLE>The Answer Gang 72: Hi Gazette</TITLE>
</HEAD><BODY BGCOLOR="#FFFFFF" TEXT="#000000"
LINK="#3366FF" VLINK="#A000A0">
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<P> <hr>
<!--startcut ======================================================= -->
<CENTER>
<!-- *** BEGIN navbar *** -->
<!-- *** END navbar *** -->
</CENTER>
</p>
<!--endcut ========================================================= -->
<!--startcut ======================================================= -->
<P> <hr>
<!-- begin tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::-->
<p align="center">
<table width="100%" border="0"><tr>
<td align="right" valign="center"
><IMG ALT="" SRC="../../gx/navbar/left.jpg"
WIDTH="14" HEIGHT="45" BORDER="0" ALIGN="middle" border="0"
><A HREF="..//"
><IMG SRC="../../gx/navbar/toc.jpg" align="middle"
ALT="[ Table Of Contents ]" border="0"></A
><A HREF="../lg_answer72.html"
><IMG SRC="../../gx/dennis/answertoc.jpg" align="middle"
ALT="[ Answer Guy Current Index ]" border="0"></A></td>
<td align="center" valign="center"><A HREF="../lg_answer72.html#greeting"><img align="middle"
src="../../gx/dennis/smily.gif" alt="greetings" border="0"></A> &nbsp;
<A HREF="1.html">1</A> &nbsp;
<A HREF="2.html">2</A> &nbsp;
<A HREF="3.html">3</A> &nbsp;
<A HREF="4.html">4</A> &nbsp;
<A HREF="5.html">5</A> &nbsp;
<A HREF="6.html">6</A> &nbsp;
<A HREF="7.html">7</A> &nbsp;
<A HREF="8.html">8</A> &nbsp;
<A HREF="9.html">9</A>
</td>
<td align="left" valign="center"><A HREF="../../tag/kb.html"
><IMG SRC="../../gx/dennis/answerpast.jpg" align="middle"
ALT="[ Index of Past Answers ]" border="0"></A
><IMG ALT="" SRC="../../gx/navbar/right.jpg" align="middle"
WIDTH="14" HEIGHT="45" BORDER="0"></td></tr></table>
</p>
<!-- end tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<!--endcut ========================================================= -->
<P> <hr> <P>
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<center>
<H1><A NAME="answer">
<img src="../../gx/dennis/qbubble.gif" alt="(?)"
border="0" align="middle">
<font color="#B03060">The Answer Gang</font>
<img src="../../gx/dennis/bbubble.gif" alt="(!)"
border="0" align="middle">
</A></H1>
<BR>
<H4>By Jim Dennis, Ben Okopnik, Dan Wilder, Breen, Chris, and the Gang,
the Editors of Linux Gazette...
and You!
<br>Send questions (or interesting answers) to
<a href="mailto:linux-questions-only@ssc.com">linux-questions-only@ssc.com</a>
</H4>
<p><em><font color="#990000">There is no guarantee that your questions
here will <b>ever</b> be answered. Readers at confidential sites
must provide permission to publish. However, you can be published
anonymously - just let us know!
</font></em></p>
</center>
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<p><hr><p>
<!-- begin 7 -->
<H3 align="left"><img src="../../gx/dennis/qbubble.gif"
height="50" width="60" alt="(?) " border="0"
>Hi Gazette</H3>
<p><strong>From Internet
</strong></p>
<p></strong></p>
<p align="right"><strong>Answered By Mike Orr, Breen Mullins, Heather Stern
</strong></p>
<!-- sig -->
<P><STRONG>
Hi maybe you can help me I need to create a group with some users
inside,
and with the name of this group send to only one address mail, and the
mail
</STRONG></P>
<P><STRONG>
come to the users that I registered in the group.
The majordomo-1.94. is not the solution for me.
</STRONG></P>
<P><STRONG>
Tnx..
</STRONG></P>
<P><STRONG>
Gracias...
</STRONG></P>
<P><STRONG>
atte.: C&eacute;sar D&iacute;@z M.
</STRONG></P>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Mike]
Why is majordomo-1.94 not the solution? What is it doing wrong?
</blockQuote>
<blockQuote>
There are other mailing-list managers such as Mailman
(<A HREF="http://www.list.org"
>http://www.list.org</A>). However, without knowing why you don't
like Majordomo, we don't know whether Mailman would be any better
for you.
</blockQuote>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [star]
There are about a gazillion mailing list managers, all aimed at different
special requirements...
</blockQuote>
<blockQuote>
For example, some which are aimed to be administered at a web interface
only. Not that I think that's terribly secure, but...
</blockQuote>
<blockQuote>
Anyways if you type "mailing list" into the search index gadget at the top
of <A HREF="http://www.freshmeat.net/">Freshmeat</A> (<A HREF="http://freshmeat.net"
>http://freshmeat.net</A>) you'll find more than you have any idea
what to do with.
</blockQuote>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Mike]
The easiest way to maintain a small mailing list is to add an alias
in <TT>/etc/aliases:</TT>
</blockQuote>
<blockquote><pre>listname: member1@site.com, member2@site.com, member3@site.com
</pre></blockquote>
<blockQuote>
Then you don't need a mailing-list manager at all. Just send mail
to listname, and it will go to all the members. Of course, you'll
have to edit the aliases file manually to add or delete addresses.
</blockQuote>
<blockQuote>
Remember that certain main transport agents require you to run a
program after modifying <TT>/etc/aliases.</TT> With Postfix, the command
is "postalias <TT>/etc/aliases</TT>". Exim doesn't have a command to run.
Sendmail has a command whose name I don't know.
</blockQuote>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Breen]
/usr/bin/newaliases
</blockQuote>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [star]
(It's also worth noting that with Postfix, "newaliases" also does
the right thing, to be friendly for sendmail users.)
</blockQuote>
<blockQuote>
You can mention aliases inside each other:
</blockQuote>
<blockquote><pre>wendy_in_hr: miz_wendy, wendy_hr@example.org
john_vp_eng: john, john_bossman@example.org
jobs: wendy_in_hr, john_vp_eng
</pre></blockquote>
<blockQuote>
As long as you don't care that when Wendy and John reply to the email,
the addresses they are replying from get revealed, this works fine, and
might even be prefereable to "full flavored" mailing list software.
</blockQuote>
<blockQuote>
When it gets large and you need to convert up to list software, consider
Smartlist; that's its specialty.
</blockQuote>
<blockquote><em><font color="#000033"><br>... C&eacute;sar went and banged on it for a little while...
</font></em></blockquote>
<blockQuote>
Hi again Gazette: I have attemp that you wrote in the last mail, and was
successful. Thanks.... but now I have another trouble..How can I restrict
that address mail??? I want to give permissions to send to that address only
by some users the "Adminsitrator" for example, and other users can<61>t send or
reply or forward mails to that address, only who I decide.
Thanks for your answers .
</blockQuote>
<blockQuote>
Cesar Diaz.
</blockQuote>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Mike]
You attempted what? Adding an alias in <TT>/etc/aliases?</TT>
</blockQuote>
<blockQuote>
Using the alias strategy, you cannot restrict who sends the message.
Aliases are for convenience, not control.
</blockQuote>
<blockQuote>
You could try to do some trickery with your mail transfer agent or
procmail, but for restricted lists, you're better off using a
mailing-list program.
</blockQuote>
<blockQuote>
Why didn't majordomo work for you? You still haven't said.
</blockQuote>
<blockQuote>
If you want us to help, we need to know <EM>all</EM> the requirements.
Who may post, who may subscribe, whether the list is announcement-only
or for discussions, etc.
</blockQuote>
<P><STRONG>
<IMG SRC="../../gx/dennis/qbub.gif" ALT="(?)"
HEIGHT="28" WIDTH="50" BORDER="0"
>
Thanks for your help: In acord with your answer I think so we have to use a
list manger like majordomo or mailman but really i`m beginner with redhat
and appear some messages when i try to install .....ok no exactly when I
install .....for example I use the "manager package" when select the
majordomo and begin the installation but send a message "Error" so the
instalation isn`t seccesfull .
</STRONG></P>
<P><STRONG>
I attempted with a secodn option The Mailman..but was the error and try with
text mode ( console) and the installation run well but I can`t see an icon
or signal to configure it.....
</STRONG></P>
<P><STRONG>
Iwas checking in red hat`s site and attemp this 3 instructions.... but I
can to do it work
</STRONG></P>
<blockquote><font color="#000033"><br> Summary: Mailing list manager with built in web access.
<br> Description: Mailman is software to help manage email discussion
<br>lists, much like
<br>Majordomo and Smartmail. Unlike most similar products, Mailman gives
<br>each mailing list a web page, and allows users to subscribe,
<br>unsubscribe, etc. over the web. Even the list manager can administer
<br>his or her list entirely from the web. Mailman also integrates most
<br>things people want to do with mailing lists, including archiving, mail
<br>&lt;-&gt; news gateways, and so on.
<br>
<br>When the mailman package has finished installing, you will need to:
<br>1.-* run /var/mailman/bin/mmsitepass
<br> to create the mailman administrator password
<br>2.-* edit /var/mailman/Mailman/mm_cfg.py
<br> to customize mailman's configuration for your site
<br>3.-* add these lines:
<br> ScriptAlias /mailman/ /var/mailman/cgi-bin/
<br> Alias /pipermail/ /var/mailman/archives/public/
<br> Options +FollowSymlinks
<br> to /etc/httpd/conf/httpd.conf to configure your web server.
<br>Users upgrading from previous releases of this package will need to
<br>move their data or adjust the configuration files to point to the
<br>locations where their data is.
</font></blockquote>
<P><STRONG>
.....really I would like to work with majordomo but when I open the
majordomo section appear a message like this...
</STRONG></P>
<blockquote><font color="#000033"><br>Your majordomo version is not supported by Webmin. Only versions 1.94 and above are supported.
</font></blockquote>
<P><STRONG>
I don<6F>t know why appear this message if i install
majordomo-1.94.4-7.i386.rpm after I find 1.94.5-2.i386 and try to install
but send a message that find a conflict with th mailman.
</STRONG></P>
<P><STRONG>
What can I do.??????????
Cesar Diaz
</STRONG></P>
<P><STRONG>
Thanks for your time to answer me.
</STRONG></P>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Mike]
I'm having difficulty understanding what the error is. I'm Cc'ing
our Spanish translators:
</blockQuote>
<blockQuote><BLOCKQuote>
Felipe Barousse &lt;<A HREF="mailto:fbarousse@piensa.com"
>fbarousse@piensa.com</A>&gt;
Rory Krause &lt;<A HREF="mailto:rory@ssc.com"
>rory@ssc.com</A>&gt;
</BLOCKQuote></blockQuote>
<blockQuote>
Can you explain the problem to them in Spanish? Then they can translate
it for us.
</blockQuote>
<blockQuote>
Send all follow-ups to <A HREF="mailto:linux-questions-only@ssc.com"
>linux-questions-only@ssc.com</A>.
</blockQuote>
<P><STRONG>
<IMG SRC="../../gx/dennis/qbub.gif" ALT="(?)"
HEIGHT="28" WIDTH="50" BORDER="0"
>
Ok.....(in spanish)
Gracias por su tiempo al tratar de ayudarme...
He tenido problemas al instalar un manejador de listas de correo basicamente
es el majordomo-1.94
</STRONG></P>
<P><STRONG>
el cual se intal&oacute; pero el webmin no lo puede activar y manda el siguiente
mensage:
</STRONG></P>
<P><STRONG>
Your majordomo version is not supported by Webmin. Only versions 1.94.4-7
and
above are supported.
</STRONG></P>
<P><STRONG>
como ya no pude hacer m&aacute;s se instal ocaute; en Mailman que tampoco pude activar ,
despues regrese a intentar instalar una version m&aacute;s reciente del majordomo
la cual fu&eacute; majordomo-1.94.5-2 pero detect&oacute; conflictos con el mailman
y de ese paso no he podido salir.
</STRONG></P>
<P><STRONG>
p.d. tenia el webmin 0.85 y lo actualiz&eacute; al 0.88 y se actualiz&oacute;
correctamente, este fue hecho antes de tratar de instalar los dos
manejadores de listas de correo.
</STRONG></P>
<P><STRONG>
C&eacute;sar D&iacute;az
</STRONG></P>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Mike]
For those joining us just now, C&eacute;sar wants to run a restricted mailing
list, where only the administrator is allowed to post. He tried
Majordomo and Mailman, but got different installation errors in both
cases.
</blockQuote>
<blockQuote>
<IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
HEIGHT="28" WIDTH="50" BORDER="0"
> [Heather]
Hmmm, what is his distro.
</blockQuote>
<blockQuote>
I know that Majordomo can do that easily (I think I have a template for
that style) but, some distros seem to feel that you should have only one
list manager software installed, and perhaps he is getting that.
</blockQuote>
<blockQuote>
The explicit error message given by his packaging system would probably
be useful.
</blockQuote>
<blockQuote>
It is possible, but clunky, to remove all of the package-manager packages,
then build the chosen package from source; then you know it will run locally,
but the documentation is often messier or missing that way.
</blockQuote>
<blockQuote>
There is a majordomo version 2 out, which claims some interesting features,
and to have shot an uncountably high number of bugs. However it is in that
weird internet-based-project state of "it may be finished someday". I mention
it because, as far as I can tell, some educational institutions decided to
go ahead and use it anyway.
</blockQuote>
<blockQuote>
If you type "mailing list" into the search gadget at Freshmeat.net you get so
many projects you have to spend all day looking at them. "web mailing list"
narrows it down a little, though there are still some false hits.
</blockQuote>
<blockQuote>
I mentioned Smartlist before, but if he wants to use a web interface, it's
probably not what he needs, at least not without some booster packages. OTOH
it only needs procmail, which he might already have installed "for free"
because it's extremely popular as the local-deliver agent for mail.
</blockQuote>
<!-- end 7 -->
<P> <hr> </p>
<!-- *** BEGIN copyright *** -->
<H5 align="center">This page edited and maintained by the Editors
of <I>Linux Gazette</I>
<a href="http://www.linuxgazette.com/copying.html"
>Copyright &copy;</a> 2001
<BR>Published in issue 72 of <I>Linux Gazette</I> November 2001</H5>
<H6 ALIGN="center">HTML script maintained by
<A HREF="mailto:star@starshine.org">Heather Stern</a> of
Starshine Technical Services,
<A HREF="http://www.starshine.org/">http://www.starshine.org/</A>
</H6>
<!-- *** END copyright *** -->
<!--startcut ======================================================= -->
<P> <hr>
<!-- begin tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::-->
<p align="center">
<table width="100%" border="0"><tr>
<td align="right" valign="center"
><IMG ALT="" SRC="../../gx/navbar/left.jpg"
WIDTH="14" HEIGHT="45" BORDER="0" ALIGN="middle" border="0"
><A HREF="..//"
><IMG SRC="../../gx/navbar/toc.jpg" align="middle"
ALT="[ Table Of Contents ]" border="0"></A
><A HREF="../lg_answer72.html"
><IMG SRC="../../gx/dennis/answertoc.jpg" align="middle"
ALT="[ Answer Guy Current Index ]" border="0"></A></td>
<td align="center" valign="center"><A HREF="../lg_answer72.html#greeting"><img align="middle"
src="../../gx/dennis/smily.gif" alt="greetings" border="0"></A> &nbsp;
<A HREF="1.html">1</A> &nbsp;
<A HREF="2.html">2</A> &nbsp;
<A HREF="3.html">3</A> &nbsp;
<A HREF="4.html">4</A> &nbsp;
<A HREF="5.html">5</A> &nbsp;
<A HREF="6.html">6</A> &nbsp;
<A HREF="7.html">7</A> &nbsp;
<A HREF="8.html">8</A> &nbsp;
<A HREF="9.html">9</A>
</td>
<td align="left" valign="center"><A HREF="../../tag/kb.html"
><IMG SRC="../../gx/dennis/answerpast.jpg" align="middle"
ALT="[ Index of Past Answers ]" border="0"></A
><IMG ALT="" SRC="../../gx/navbar/right.jpg" align="middle"
WIDTH="14" HEIGHT="45" BORDER="0"></td></tr></table>
</p>
<!-- end tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<!--endcut ========================================================= -->
<P> <hr>
<!--startcut ======================================================= -->
<CENTER>
<!-- *** BEGIN navbar *** -->
<!-- *** END navbar *** -->
</CENTER>
</p>
<!--endcut ========================================================= -->
</BODY></HTML>