[Mailman-Users] ? web interface not working

2002-02-10 Thread Kelemen Zoltan

Hi. I installed mailman 2.0.8. on RedHat 7.2 with apache, and everything's fine, 
Mailman is running without problems, except that the web interface does not work- it's 
there, I can see it, but if I fill out ANY mailman form (incl. passwords for admin 
pages, user-info updates etc...), the next page (wich should 'respond' to the form ) 
acts like if it hasn't gotten anything from the previous form...

it this sounds a bit confusing, try it yourselves: 
http://www.kmdsz.ro/mailman/listinfo/teszt
and try to subscribe for example. It will (probably) tell you that you must supply an 
email address and a password whatever you entered (or not) there...

Actually, it doesn't work the way it's supposed to work... but after I took a look at 
a page's source, and then tried to access the URL of the action of the form, with 
all the variables as a GET query , it works...

Example: instead of entering the password 'teszt' in the proper 'box' on 
http://www.kmdsz.ro/mailman/admin/teszt I've written in the locator bar the address: 
http://www.kmdsz.ro/mailman/admin/teszt?adminpw=teszt 

anybody have a clue?

 best regards,
   zOLtaN

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] mailman setup

2002-02-03 Thread Kelemen Zoltan

Idzet sunny [EMAIL PROTECTED]:

 I am not able to continue...as i have executed 
 make install  on a solaris 2.8,and when i try
 accessing webservername.domain/mailman it says file
 not found...pls help..

make install is not enough to do the job. You have to manually config your 
webserver too, and then some other stuff. Read INSTALL carefully... there's 
quite a lot to do :(

 zOLtaN

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Everithing loks fine, but it just won't work

2002-02-02 Thread Kelemen Zoltan

I just installed mailman 2.0.8 , configured it properly (well at least I think so :) 
), and even created my very first test-list. 

I've got the mail, confirming it was created, added the aliases to the alias file and 
everything but when I wanted to check out the web interface it wasn't working.

It ain't working in the sense that it soesn't accepts any new subscriptions, it 
doesn't accept any kind of password (neither admin nor site)... otherwise, I can see 
the list, it's there, it has been created, I just can't access it.

Take a look at it youselves:

http://www.kmdsz.ro/mailman/admin

or

http://www.kmdsz.ro/mailman/listinfo

the admin password for list teszt is teszt.

HELP!

 thnx,
  zOLtaN

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Everithing loks fine, but it just won't work

2002-02-02 Thread Kelemen Zoltan

well, I wasn't subscribed to it, but that didn't help. The web interface 
still ain't working, or won't accept ANYTHING from me, just keeps 
returning default answers (i guess).

my maillog doesn't say anythig special... (and it's pretty boring lookin 
through it, because I run a webmail script, and then it's full of imap 
authentication stuff :) )

the logs of mailman don't say a word...I managed to add myself as a new 
user with the command-line program in mailman/bin.. that worked. I sent a 
mail, that worked too. It's clearly just the webinterface that's fishy...
Oh. and the message appeared in the archives too...

On Sat, 2 Feb 2002 [EMAIL PROTECTED] wrote:

 hrm, simple question but did you verify that you are subscribed to the 
 list?   What does maillog say on your smtp server?
 
 Kelemen Zoltan wrote:
 
  On Sat, 2 Feb 2002 [EMAIL PROTECTED] wrote:
  
  
 did you set up the cronjobs for the mailman user?  Particularly the 
 qrunner cronjob?  Look in 'qfiles' and see if there are messages in there.
 
  
  I did do what the INSTALL said: 
  crontab crontab.in 
  (or something alike). I suppose that should've done the job, because I 
  have a mailman file in /var/spool/cron, and it looks just like the one I 
  wanted to put there. (the deafult, except news gating commented out)
  
  qfiles is empty. that's good or bad?
  
   
  
 Kelemen Zoltan wrote:
 
 
 It ain't working in the sense that it soesn't accepts any new subscriptions, it 
doesn't accept any kind of password (neither admin nor site)... otherwise, I can see 
the list, it's there, it has been created, I just can't access it.
 http://www.kmdsz.ro/mailman/listinfo
 
 
 
 


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Everithing loks fine, but it just won't work

2002-02-02 Thread Kelemen Zoltan

On Sat, 2 Feb 2002 [EMAIL PROTECTED] wrote:
yep, apache server, here comes config stuff:
user,group both set to apache. (note: I configured mailman with 
--with-cgi-gid='apache www nobody' otpion)

then, inside ifmodule mod_alias
 ScriptAlias /mailman/ /home/mailman/cgi-bin/

Alias /pipermail/ /home/mailman/archives/public/

Directory /home/mailman/archives
   Options +FollowSymlinks
/Directory

I guess that's all that's mailman-related... but this should work too, 
because i f*d it up a few times, before it started to work (well before 
it started to act like it at least) ;)

 then you are in business, kinda.  I think if you specify the web-gid 
 incorrectly, it gives you an informative screen telling you what you did 
 wrong.  Are you using apache on the webserver?  Paste the relavent 
 config information from your apache config.
 
 


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users