Hallo,
hat von euch jemand Mailman am laufen? Wenn ja wie komme ich an das Adminpasswort einer Liste ran bzw kann dies fuer eine Liste neu setzen?
Uli
Mailman Mailinglisten
-
- Userprojekt
- Posts: 741
- Joined: 2003-05-19 16:46
- Location: Karlsruhe
Re: Mailman Mailinglisten
Ich habe mailman 2.11 am laufen.
Am einfachsten kannst du dein Mailman administrieren, wenn du das Webfrontendinstallierst. Dazu gibt es eine kleine Doku, die aber vollkommen reicht.
Das globale Sitepassword kannst du mit mmsitepass ändern.
Um das ändern eines Listenpasswortes kümmert sich
Falls das directory <installdir>/mailman/bin nicht im Pfad ist, musst du natürlich den kompletten Pfad angeben
Gruss
Marc
Am einfachsten kannst du dein Mailman administrieren, wenn du das Webfrontendinstallierst. Dazu gibt es eine kleine Doku, die aber vollkommen reicht.
Das globale Sitepassword kannst du mit mmsitepass ändern.
Um das ändern eines Listenpasswortes kümmert sich
Code: Select all
change_pw
Change a list's password.
Prior to Mailman 2.1, list passwords were kept in crypt'd format -- usually.
Some Python installations didn't have the crypt module available, so they'd
fall back to md5. Then suddenly the Python installation might grow a crypt
module and all list passwords would be broken.
In Mailman 2.1, all list and site passwords are stored in SHA1 hexdigest
form. This breaks list passwords for all existing pre-Mailman 2.1 lists, and
since those passwords aren't stored anywhere in plain text, they cannot be
retrieved and updated.
Thus, this script generates new passwords for a list, and optionally sends it
to all the owners of the list.
Usage: change_pw [options]
Options:
--all / -a
Change the password for all lists.
--domain=domain
-d domain
Change the password for all lists in the virtual domain `domain'. It
is okay to give multiple -d options.
--listname=listname
-l listname
Change the password only for the named list. It is okay to give
multiple -l options.
--password=newpassword
-p newpassword
Use the supplied plain text password `newpassword' as the new password
for any lists that are being changed (as specified by the -a, -d, and
-l options). If not given, lists will be assigned a randomly
generated new password.
--quiet / -q
Don't notify list owners of the new password. You'll have to have
some other way of letting the list owners know the new password
(presumably out-of-band).
--help / -h
Print this help message and exit.
Gruss
Marc
-
- Posts: 105
- Joined: 2002-06-21 16:23
Re: Mailman Mailinglisten
Hallo,
wenn ich auf http://www.meinedomain.de/mailman/admin gehe meinst du das? Dort kann ich aber nicht fuer eine Liste das Pass aendern oder?
Uli
wenn ich auf http://www.meinedomain.de/mailman/admin gehe meinst du das? Dort kann ich aber nicht fuer eine Liste das Pass aendern oder?
Uli
-
- Userprojekt
- Posts: 741
- Joined: 2003-05-19 16:46
- Location: Karlsruhe
Re: Mailman Mailinglisten
Hast du einen shell account?
Ich meinte, dass du in der shell nach den Programmen suchst und dann mit dme --help Flag aufrufst
Gruss
MArc
Ich meinte, dass du in der shell nach den Programmen suchst und dann mit dme --help Flag aufrufst
Gruss
MArc
-
- Posts: 109
- Joined: 2003-03-08 13:08
Webfrontend?
oben das liest sich so, als wenn das webfrontend nicht automatisch bei der erstinstallatiion mit installiert wird.
Wo bekomme ich das wfe her, wie installiere ich es, wo gibt es die diku dazu?
das sind ja gleich drei dinge auf einmal;-)
beste Grüße
Micha
Wo bekomme ich das wfe her, wie installiere ich es, wo gibt es die diku dazu?
das sind ja gleich drei dinge auf einmal;-)
beste Grüße
Micha