This is a discussion on Cannot login to Mailman list administrator account within the Linux Administration forums, part of the Linux Forums category; I have created a mailing list on my system. When I try to access the mailing list, I am getting ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have created a mailing list on my system. When I try to access the
mailing list, I am getting the "List Adminitrator Authentication" page. Here I have tried the list password/my system password and the authorization fails. How do I access the mailing administration page? NJ |
|
|||
|
On Sat, 06 Dec 2008 10:29:42 -0500, Neil Jones wrote:
> I have created a mailing list on my system. When I try to access the > mailing list, I am getting the "List Adminitrator Authentication" page. > Here I have tried the list password/my system password and the > authorization fails. > > How do I access the mailing administration page? > > NJ Neil First try "sudo mmsitepass" (without the quotes) to set the site password for Mailman. Then change your directory to the binaries directory for mailman (/usr/ lib/mailman/bin/ on Ubuntu) and type "sudo ./change_pw -l <listname> -p <newpassword>" (without the quotes) (replacing <listname> and >newpassword> as appropriate). Hope this helps. Sincerely, -- Jeffrey Rolland <wildstar200@hotmail.com> |