Re: [Mailman-Users] admin

2002-04-24 Thread Morris Jones

admin isn't actually a directory, though I know it looks like one.
The webserver knows that mailman is a program (from the ScriptAlias
command you added to the server config), and it provides the rest of the
path information as parameters to mailman.  Mailman parses the path into
a command "admin" and a list "test1".

Best regards,
Mojo

On Wed, 24 Apr 2002, Jeremy Towne wrote:

> I got my link sent to me when I created my list but The link is
> Domain.com/mailman/admin/test1 the problem is that I have no admin Dir.
> What is going on here.
> 
> 
> Jeremy Towne
> 
> 

-- 
Morris Jones <*>
San Rafael, CA
[EMAIL PROTECTED]
http://www.whiteoaks.com



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Postfix + Cyrus + Mailman?

2002-04-24 Thread Morris Jones

When newlist prints the set of aliases for a list, copy and paste them
into a postfix aliases file, and do a postalias and postfix reload.
Mail to the list will be redirected to the mailman scripts.

Best regards,
Mojo

On Wed, 24 Apr 2002, Chris Wiegand wrote:

> I'm the net admin at a site which is using postfix and cyrus, and I'm trying to 
>figure out how to integrate mailman into this. I've got it sending out subscription 
>emails, etc., however, do I have to define aliases for the lists? Do I have to create 
>mail folders in cyrus (imap) for mailman? I don't understand how mailman "gets" the 
>mail, I guess that's where I'm a little lost. Has anyone done this? Can it be done? 
>Thank you for your time.
> 
> Chris Wiegand
> Signal BHN
> 
> 

-- 
Morris Jones <*>
San Rafael, CA
[EMAIL PROTECTED]
http://www.whiteoaks.com



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Mailman List Webpage

2002-04-24 Thread J C Lawrence

On Wed, 24 Apr 2002 04:33:45 -0400 
brujah  <[EMAIL PROTECTED]> wrote:

> What did I miss ?

You need to setup the appropriate ScriptAlias etc bits in your Apache
conf.  See the docs.

-- 
J C Lawrence
-(*)Satan, oscillate my metallic sonatas. 
[EMAIL PROTECTED]   He lived as a devil, eh?  
http://www.kanga.nu/~claw/  Evil is a name of a foeman, as I live.


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] admin

2002-04-24 Thread Jeremy Towne



I got my link sent 
to me when I created my list but The link is Domain.com/mailman/admin/test1 the problem is that I have no admin 
Dir.  What is going on here.
 
 
Jeremy Towne
 


[Mailman-Users] Postfix + Cyrus + Mailman?

2002-04-24 Thread Chris Wiegand



I'm the net admin at a site which is using postfix 
and cyrus, and I'm trying to figure out how to integrate mailman into this. I've 
got it sending out subscription emails, etc., however, do I have to define 
aliases for the lists? Do I have to create mail folders in cyrus (imap) for 
mailman? I don't understand how mailman "gets" the mail, I guess that's where 
I'm a little lost. Has anyone done this? Can it be done? Thank you for your 
time.
 
Chris Wiegand
Signal BHN
 


[Mailman-Users] Posts not showing up on new install

2002-04-24 Thread Kristin Wright



I have just installed 2.0.9 on linux 7.2. I can 
create lists, receive mail about creating the lists, and get confirmation 
messages in response to subscribing. Posts, however, are failing:
    - When I reply to the 
confirmation message sent to me as a new user, I still don't show up in the 

  list of users 

    - When I post to the list, no 
post shows up. 
 
Here's a summary of what I have done (basically 
followed the INSTALL instructions + configured sendmail.cf
so I could at least send mail):
    - check_perms reports all 
ok
    - configured the web server 
(seems to get access scripts/icons okay -- can't tell yet about 
archives)
    - did the 'crontab crontab.in' 
in /home/mailman 
    - added appropriate aliases 
(from output of newlist) to /etc/aliases; ran newaliases
    - put a feature into sendmail.cf 
hoping that I could at least send mail (maybe I did this wrong -- 
whatever
        i did did 
clear out the qfiles dir and stopped the errors from being logged, 
htough)
 
Thanks. 
 
-kw
 
 



[Mailman-Users] Mailman List Webpage

2002-04-24 Thread Brujah

I couldn't see anything in the INSTALL about the Apache Webpage directories 
where list pages will go.

For instance I get this in email after creating a list from command-line

You can configure your mailing list at the following web page:

 http://www.darkness.com/mailman/admin/test

The web page for users of your mailing list is:

 http://www.darkness.com/mailman/listinfo/test

However, nothing exists on those pages.

What did I miss ?




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] wrapper

2002-04-24 Thread Ron Jarrell

At 05:59 PM 4/23/02 +0200, E.J.L. Kemper wrote:
>Ok, you got a point there!
>
>So I reinstalled it again.
>
>./configure   no errors.
>
>but make install, after a very close look gave this...
>snip-
>
>make[1]: Entering directory `/unpack/mailman-2.0.9/src'
>gcc -c -I. -DPREFIX="\"/home/mailman\"" -DPYTHON="\"/usr/bin/python\"" -DHEL
>PFUL
> -g -O2 -g -O2 -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HE
>ADER
>S=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   ./common.c
>In file included from /usr/include/errno.h:36,
> from common.h:27,
> from ./common.c:20:
>/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
>make[1]: *** [common.o] Error 1
>make[1]: Leaving directory `/unpack/mailman-2.0.9/src'
>
>-snip--
>
>so could there be a problem there?
>
>
>
>PS: /usr/include/bits/errno.h:   exists...??

Uh, yea, I'd say that was a problem, given that prat of mailman didn't compile.  Look 
through configure.log, and config.status, and review what configure did.  Configure 
rarely generates errors unless something majorly bad happens, but it *can* make the 
wrong guesses!

Note that /usr/include/bits/errno.h *should* exist.
The error you got:

>/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory


Says that /usr/include/bits/errrno.h at line 25 referred to a file called 
linux/errno.h, and *that* was what it couldn't find.  I'd review bits/errno.h to see 
what it's referring to, and verify that that file is there, and as I said, double 
check what configure actuallys set, because it could have easily screwed up your 
include file paths.



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] List-* messages in mail header

2002-04-24 Thread Ron Jarrell

At 10:40 PM 4/24/02 +0800, Lewis Lau wrote:
>Hi all,
>
>I remember some of you guys said that the "List-subscribe", "List-unsubscribe" 
>message in the mail header is able to remove in Mailman 2.1 Beta, but I couldn't 
>found where to set this up, even I look around the list admin page for some many 
>times. Can anyone tell me a little bit more about this?

There's a config setting you have to turn on to allow overrides, which makes the 
option appear in the admin pages.
*However*, in the *current* cvs, that option is now turned on by default.



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] easy unsubscription (via confirmation)

2002-04-24 Thread Andross

Hello,

I'm trying to configure an event notification email list. The problem is
that the prospective users aren't the most accomplished internet users.

I want my list to be unsubscribable via confirmation and not require a
password.

I've found a Mailman wrapper that will accomplish this, but I'd rather use
a mailman feature than a perl & postgress hack. From the 2.1 alpha
announcement I get the idea that mailman 2.1 will support this feature.

Is that correct, and is there anyway to accomplish this with mailman
2.0.9?

Other options would be: a link at the top of the welcome message that
would let the user unsubscribe or any other single action that would
unsubscribe the user.


Thanks for any advice



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Problem running check_perms

2002-04-24 Thread Bruce Embrey


I currently have a RedHat 7.2 with mailman 2.0.8-1 installed. I have 
several lists installed and they are functioning fine. I am getting some 
errors in the cron jobs relating to qrunner and several others. I decided 
to run check_perms to verify all the perms were correct. Here is the output 
from that command:

[root@helios mailman]# bin/check_perms -f
Traceback (innermost last):
   File "bin/check_perms", line 50, in ?
 MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID)[0]
TypeError: illegal argument type for built-in operation

Mailman has a user account UID of 41and group account GID of 41. What does 
this error mean and how do I correct it?

Bruce Embrey


Bruce Edward Embrey : Linux/OpenVMS Systems Manager / Campus Email Admin. : 
Hood College
[EMAIL PROTECTED] : Phone (301)696-3927 : Fax (301)696-3913



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Dissappearing Admin...

2002-04-24 Thread Mark Moshe Kaye

Russ,

Did you make them private lists ?

In my experience they will no longer appear under
listinfo or admin.

Hope this helps,
Moshe
http://www.bgaddict.com/

--- RUSSELL P JONES <[EMAIL PROTECTED]> wrote:
> Lists are disappearing from the .com/mailman/admin
> list of mailing lists -
> the admin sections still exist, you just have to
> type out their full url
> rather than click on a list from the arrangement on
> the .com/mailman/admin
> page
> 
> ANy idea why?
> 
> russ jones
> 
> 
> 
> 
>
--
> Mailman-Users mailing list
> [EMAIL PROTECTED]
>
http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ:
http://www.python.org/cgi-bin/faqw-mm.py


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Dissappearing Admin...

2002-04-24 Thread Jon Carnes

They have been marked as "private"...?

Web admin over to one of the lists and check the Privacy Options.
- Original Message -
From: "RUSSELL P JONES" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 3:20 PM
Subject: [Mailman-Users] Dissappearing Admin...


> Lists are disappearing from the .com/mailman/admin list of mailing lists -
> the admin sections still exist, you just have to type out their full url
> rather than click on a list from the arrangement on the .com/mailman/admin
> page
>
> ANy idea why?
>
> russ jones
>
>
>
>
> --
> Mailman-Users mailing list
> [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Dissappearing Admin...

2002-04-24 Thread RUSSELL P JONES

Lists are disappearing from the .com/mailman/admin list of mailing lists -
the admin sections still exist, you just have to type out their full url
rather than click on a list from the arrangement on the .com/mailman/admin
page

ANy idea why?

russ jones




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] htdig + mailman + Mhonarc

2002-04-24 Thread Mike Lecza








Is there a good doc about setting up htdig
with mm + mhonarc?

 

Regards








[Mailman-Users] MHonarc and Private Archive Authentication

2002-04-24 Thread Mike Lecza








I follow the same procedure a Guiseppe
in this note:

http://www.mail-archive.com/mailman-users@python.org/msg09107.html

 

and cannot get
the Private Authentication working as he describes?  Has anyone else gotten this working?

 

The only thing that I have different is the location of my
archives so I have:

 

PRIVATE_ARCHIVE_FILE_DIR='/var/mhonarc/archives'

 

I am not getting the Auth page when I hit the archives.

 

Any help is appreciated.

 

Regards








[Mailman-Users] can't access pipermail

2002-04-24 Thread Bitterlich, Matthias R.H.

I'm learning to operate Mailman 2.0.9.
I played a bit with public and private archives, where private archives 
work fine.
But my public ones won't.
The http://localhost/pipermail/ directory is aliased to the proper 
directory but there are only symolic links to the files and dirs in the 
private directory.
As I figured out the private dir is only accessable for the mailman user 
so the Apache can't read the files there.

So what's wrong and how to solve?

Best regards, M.Bitterlich



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] mm_cfg.py-unable to update Defaults.py

2002-04-24 Thread J C Lawrence

On Wed, 24 Apr 2002 09:54:36 -0700 (PDT) 
hellozappy2k   wrote:

> I am running Mailman ver 2.0.10 version of Solaris
> 2.7.
> I have made changes in mm_cfg.py (GZIP Set to 1 message size to 5000KB
> etc - Did copy and paste of the entries in Default.py, now the changes
> are made more than 2 days ago, and it has not yet appeared/modified in
> the Defaults file. Pls help, is there any command to update the
> Defaults.py file

You don't need to.  Values et in mm_cfg.py overlay values in
Defaults.py.  

-- 
J C Lawrence
-(*)Satan, oscillate my metallic sonatas. 
[EMAIL PROTECTED]   He lived as a devil, eh?  
http://www.kanga.nu/~claw/  Evil is a name of a foeman, as I live.


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] mm_cfg.py-unable to update Defaults.py

2002-04-24 Thread sunny

I am running Mailman ver 2.0.10 version of Solaris
2.7.
I have made changes in mm_cfg.py (GZIP Set to 1
message size to 5000KB etc - Did copy and paste of the
entries in Default.py, now the changes are made more
than 2 days ago, and it has not yet appeared/modified
in the Defaults file. Pls help, is there any command
to update the Defaults.py file

Thanks in advance
regs
Sunny

__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] web interface

2002-04-24 Thread Mozzi



Hi all
I just installed and my test list is working 
fine.
 
I just cannot seem to get my web interface to 
work.I searched the archives and found what I thought to be theanswer to 
my problem.
http://mail.python.org/pipermail/mailman-users/2002-January/017179.html
 
But to no avail
If I go to the test url all I get is the apache 
test page what is the right document root to specify and more importantly what 
must be in it ??
I use the default install of red-hat 
7.2
Something here is eluding me and it is positively 
driving me nuts :-)
Anything even just a kick to the right readme will 
be appreciated
 
Tnx
Mozzi
-
 the important bits are
 
# DocumentRoot: The directory out of which you will serve your# 
documents. By default, all requests are taken from this directory, but# 
symbolic links and aliases may be used to point to other 
locations.#DocumentRoot "/var/www/html"    
#    # ScriptAlias: This controls which directories 
contain server scripts.    # ScriptAliases are essentially 
the same as Aliases, except that    # documents in the 
realname directory are treated as applications and    # run 
by the server when requested rather than as documents sent to the 
client.    # The same rules about trailing "/" apply to 
ScriptAlias directives as to    # 
Alias.    #    ScriptAlias /cgi-bin/  
"/home/mailman/cgi-bin/"
 
#    # "/var/www/cgi-bin" should be changed to whatever 
your ScriptAliased    # CGI directory exists, if you have 
that configured.    #        
AllowOverride None    Options 
None    Order 
allow,deny    Allow from 
all    
 
    #    # Note that if you include a 
trailing / on fakename then the server will    # require it 
to be present in the URL.  So "/icons" isn't aliased in 
this    # example, only "/icons/".  If the fakename is 
slash-terminated, then the    # realname must also be slash 
terminated, and if the fakename omits the    # trailing 
slash, the realname must also omit it.    
#    Alias /icons/ 
"/home/mailman/icons/"     
Options ExecCGI        
        
Options FollowSymLinks    
AllowOverride None   


[Mailman-Users] List-* messages in mail header

2002-04-24 Thread Lewis Lau

Hi all,

I remember some of you guys said that the "List-subscribe", 
"List-unsubscribe" message in the mail header is able to remove in 
Mailman 2.1 Beta, but I couldn't found where to set this up, even I look 
around the list admin page for some many times. Can anyone tell me a 
little bit more about this?

Regards,
Lewis



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



RE: [Mailman-Users] listinfo.html, header & footer issue...

2002-04-24 Thread Rantanen, TC1

To change the footer or logo area  in listinfo, you need to look at
/var/mailman/Mailman/Cgi/listinfo.py

There is a call there towards the bottom  doc.AddItem(MailmanLogo()) this
goes to
/var/mailman/Mailman/htmlformat.py also toward the bottom is the MailmanLogo


Read though it and you will see how the footer is built. 

Ed Rantanen

> -Original Message-
> From: Ernesto Gluecksmann [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 2:50 PM
> To:   [EMAIL PROTECTED]
> Subject:  [Mailman-Users] listinfo.html, header & footer issue...
> 
>  
> Hello folks,
>  
> Most of you are probably familiar how to use Server Side Includes on a
> website to propagate a header & a footer page for a website  This allows
> you to have to make one change to a file, and be assured that it is used
> ("propagated") throughout the rest of the website.
>  
> Well, what I can not understand how to adequately do, is how to implement
> this strategy whenever a user is sent to the list's listinfo.html.
>  
> There's plenty of references in the archives about how to change the
> headers for the email message that is sent to the user, and how to change
> the logos at the bottom of the page.
>  
> But these are only superficial changes as far it goes to providing a
> professional and consistent interface for users and administrators of
> Mailman list serves.
>  
> What do I need to do?
>  
> I know that adding an SSI directive in the listinfo.html template itself
> doesn't work.  And I can't figure out how MM-Mailman-Footer code works, as
> I was hoping I could hack a MM-Mailman-Header and insert my header files
> that way.
>  
> Some help would be 'preciated,
> Ernesto Gluecksmann
>  


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] virtualhost-depended listinfo/admin -lists

2002-04-24 Thread Jonas Meurer

Hello,

At the admin-interface of a list I can give a default hostname (which can
differ from the one in mm_cfg.py). But how can I configure mailman that when
I go to list.host1.com only the lists for this hostname are shown and at
lists.host2.com only the ones for lists.host2.com? Per default every list
expect of the hidden ones are listed.
lists.host2.com and list.host1.com are both virtualhosts for the same server,
and are managed by the same mailman.

Bye 
 Jonas

-- 
My operat~1 system unders~1 long filena~1 , does yours?


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py