[Mailman-Users] To-Do-list admin

2009-03-31 Thread Helmut Schneider

Hi,

I set up a new mailman instance (2.1.11). I remeber that when I created new 
lists a mail was sent to the admin describing what he needs to add to 
/etc/aliases to make the new list work. Currently I do not recieve that 
email at the new installation. Did I forget to check a box?


Thanks, Helmut 


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] To-Do-list admin

2009-03-31 Thread Mark Sapiro
Helmut Schneider wrote:

I set up a new mailman instance (2.1.11). I remeber that when I created new 
lists a mail was sent to the admin describing what he needs to add to 
/etc/aliases to make the new list work. Currently I do not recieve that 
email at the new installation. Did I forget to check a box?


It depends on how you create the list. If you create a list from the
web or via bin/newlist without the -q option, the admin should be
notified.

Is Mailman running?

See the FAQ at http://wiki.list.org/x/A4E9.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] To-Do-list admin

2009-03-31 Thread Mark Sapiro
Mark Sapiro wrote:

Helmut Schneider wrote:

I set up a new mailman instance (2.1.11). I remeber that when I created new 
lists a mail was sent to the admin describing what he needs to add to 
/etc/aliases to make the new list work. Currently I do not recieve that 
email at the new installation. Did I forget to check a box?


It depends on how you create the list. If you create a list from the
web or via bin/newlist without the -q option, the admin should be
notified.

Is Mailman running?

See the FAQ at http://wiki.list.org/x/A4E9.


In the above reply, I overlooked the fact that you were talking about
the aliases email to the owner of the site list ('mailman-owner').
This is only sent if you haven't changed the default MTA = 'Manual'
setting. If you have set MTA in mm_cfg.py to other than 'Manual', the
aliases mail will not be sent.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] LDAP and case-sensitive memberlist - UPDATE

2009-03-31 Thread Chris Nulk
Hello all,

Earlier this month, I asked about an issue I was having with the LDAPMembership 
adaptor and case-sensitivity.  Mark Sapiro most graciously helped me with the 
problem including making several changes to the LDAPMemberships.py file.  Mark 
was an outstanding help and resource for myself, knowing as little as I do of 
Python.

While somewhat documented in the file, I will mention some of the changes here.

1. __members is now a dictionary keyed by LCE with CPE as the values (straight 
from what Mark told me :) )

2. the getMemberName() method returns None if the member has no 'cn' value.

3. I added several additional fields (which we use here) to be retrieved from 
the LDAP database - GivenName, PreferredName, sn, and FullName.   GivenName and 
sn should probably common to most LDAP databases since they generally refer to 
a person's given/first name and their surname/lastname.  PreferredName and 
FullName may not be generally available.  PreferredName is what a person 
prefers to be called (i.e.  Jim instead of James).  FullName is simply the 
Given/First name and the Surname/lastname.

4. To help support 3. above, new mm_cfg.py settings were created - 
LDAP_DEFAULT_GIVENNAME, LDAP_NAME_SEPARATOR, and LDAP_SURNAME_FIRST.   These 
settings only apply to the 'displayable' name (__member_names).
   LDAP_DEFAULT_GIVENNAME allows you to provide a default givenname for an 
entry without one defined (say 'Unknown') [Default value = ''].  
   LDAP_NAME_SEPARATOR allows you to specify what string of characters you want 
to use to separate the Given/Preferred name from the Surname/Lastname.  
[Default value = ''].
   LDAP_SURNAME_FIRST allows you to specify whether the surname/lastname or the 
given/preferred name should be first.  [Default value = 0/False].

   When building the value for __member_names, the code first checks for 'sn'.  
If found, it then checks 'preferredname', 'givenname', and LDAP_DEFAULT_NAME in 
order and uses the first available choice.  With both a preferred/given name 
and a surname/lastname, the __member_names is built according to 
LDAP_NAME_SEPARATOR and LDAP_SURNAME_FIRST settings.  If 'sn' is not found, 
then 'fullname' is checked and used if available.  If 'fullname' is not 
available, then 'cn' is checked and used if available.  Otherwise None is 
returned.

Those are the basics to the changes.

I am attaching the latest version of LDAPMemberships.py to this message.  It 
should be text/plain but who knows.  If the attachment is stripped and several 
ask for the file, I will repost with the file included in the message (if 
allowed by the moderator).

Thanks to all that help,

Chris

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

[Mailman-Users] Password reminder on private archive login page

2009-03-31 Thread Cihan Yildirim-Yucel

Hi;

Can I put the password reminder on private archive login page? So that,
list members who want to see the archive, but do not remember their
passwords, can quickly learn their passwords. Otherwise, password
reminder is too hard to find using the links on general list info page..

Does anyone know how to do it?

Thanks in advance.

Cihan YILDIRIM-YUCEL
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] How to set default list settings

2009-03-31 Thread Salvatore D'Agostino
Does anyone know where I can set the default settings for all newly 
created lists so that I won't have to always log in to the website each 
time and set them individually?


Thanks in advance =)

Sam
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Debugging question

2009-03-31 Thread Whit Blauvelt
Okay, after an old Gentoo server died that was running mailman happily for
years with sendmail, I rebuilt things on Ubuntu using a stock postfix with a
custom-compiled mailman. The web interface all looks fine - the lists and
their users are there - and the aliases are in place. But mail coming in
disappears without an error message to tell me why. For instance:

Mar 31 10:37:13 green postfix/local[28766]: 4E92B17FBEA: 
to=xyz-annou...@mm.xyz.org, relay=local, delay=0.45,
delays=0.02/0.02/0/0.4, dsn=2.0.0, status=sent (delivered to command: 
/web/mailman/mail/mailman post xyz-announce)

Nothing happens further. No error message shows in any system log.

Now, obviously I've set up something wrong. But how do I get some useful
debugging messages so I can get properly clued here?

Thanks,
Whit 
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9