Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Dan Ray
On Mon, 2004-06-07 at 21:05, Jim Tittsler wrote:
 On Jun 8, 2004, at 00:15, Dan Ray wrote:
 
 [...]
 Directory /usr/local/mailman/cgi-bin
  AllowOverride None
  Options None
 
 This is more of an Apache question than Mailman... but don't you need 
 (at least) the 'ExecCGI' option on that directory?

Shouldn't be necessary, as it's implied in the ScriptAlias directive.
That said, I've tried it both with and without that option in the
Directory, and it made no difference.

I agree completely this is an Apache problem. I was just hoping somebody
on this list might be able to see something I'd missed. STILL hoping
that, by the way... ;-)

Thanks!!

-- 
Do or do not. There is no try.
   --Yoda


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Brad Knowles
At 8:43 AM -0400 2004-06-08, Dan Ray wrote:
 This is more of an Apache question than Mailman... but don't you need
 (at least) the 'ExecCGI' option on that directory?
 Shouldn't be necessary, as it's implied in the ScriptAlias directive.
 That said, I've tried it both with and without that option in the
 Directory, and it made no difference.
	I must concede that I don't know Apache as well as I would like. 
Can you confirm that this is not the redirect problem, as discussed 
in 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.045.htp?

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Dan Ray
On Tue, 2004-06-08 at 08:53, Brad Knowles wrote:
   I must concede that I don't know Apache as well as I would like. 
 Can you confirm that this is not the redirect problem, as discussed 
 in 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.045.htp?

Yeah, it's definitely not that. Not only am I not redirecting there (I'm
getting there via supposedly normal Apache config aliases), but this is
my initial page load, there's no POST data to lose.


-- 
Do or do not. There is no try.
   --Yoda


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Tokio Kikuchi
This has been asked many times.

 I want to install the Mailman CGIs in a virtualhost under Apache, and it
 won't go. The v-host gives me a 500 on a Hello World Perl script in
 both the Mailman ScriptAlias directory as well as the cgi-bin.

Answer: You should check your apache error_log if you get 500 error.

-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Installation help--Dumb Apache problem

2004-06-07 Thread Dan Ray
Morning!

I want to install the Mailman CGIs in a virtualhost under Apache, and it
won't go. The v-host gives me a 500 on a Hello World Perl script in
both the Mailman ScriptAlias directory as well as the cgi-bin.

Setting a ScriptAlias to the $dir/mailman/cgi-bin in the main host on
the server works great. So it's something bad about my virtual server
config, but damned if I can see what.


Expurgated section of httpd.conf follows:

VirtualHost xxx.xxx.xxx.xxx:80
SSLDisable
User   username
Group  mailman
ServerName my.domain.com
ServerAdmin[EMAIL PROTECTED]
DocumentRoot   /home/username/www/le
OptionsFollowSymlinks Indexes
ScriptAlias/mailman/  /usr/local/mailman/cgi-bin/
ScriptAlias/cgi-bin/ /home/username/www/cgi-bin/
Directory /home/username/www/cgi-bin
AllowOverride None
Options None
Order allow,deny
Allow from all
/Directory
   Directory /usr/local/mailman/cgi-bin
AllowOverride None
Options None
Order allow,deny
Allow from all
/Directory
CustomLog 
/usr/local/apache/logs/username/my.domain.com-access_log combined
ErrorLog  
/usr/local/apache/logs/username/my.domain.com-error_log
/VirtualHost

Thanks for any help you can offer!

-- 
Do or do not. There is no try.
   --Yoda


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-07 Thread Jim Tittsler
On Jun 8, 2004, at 00:15, Dan Ray wrote:
I want to install the Mailman CGIs in a virtualhost under Apache, and 
it
won't go. The v-host gives me a 500 on a Hello World Perl script in
both the Mailman ScriptAlias directory as well as the cgi-bin.
[...]
   Directory /usr/local/mailman/cgi-bin
AllowOverride None
Options None
This is more of an Apache question than Mailman... but don't you need 
(at least) the 'ExecCGI' option on that directory?

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Installation Help needed

2004-02-03 Thread Shad Young
Hello again all,

I am in dire need of some installation help using MM 2.14  for a Mandrake 9.1
system using postfix and apache 2.

Everything seems to be installed correctly; web interface works, mail seems
to go to the right place... but for some reason MM is refusing to send out
mail (no admin notices, no subscription confirmations, nada. I am getting no
error logs, no bounces, nothing to help me figure out why.

If you can help with this I would much appreciate it, and I can also pay a
small amount to help cover your time.

TIA
-- 
Shad Young -- [EMAIL PROTECTED]
When the going gets weird, the weird turn pro. - H.S. Thompson
---
Articles and writers needed: http://www.ascendant.ca click on Articles



--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Installation Help needed

2004-02-03 Thread Jon Carnes
Check out FAQ 3.14, if that doesn't work (including posting the error
logs to the list), then I'll be happy to help you as a consultant.

Jon Carnes
 
On Tue, 2004-02-03 at 18:32, Shad Young wrote:
 Hello again all,
 
 I am in dire need of some installation help using MM 2.14  for a Mandrake 9.1
 system using postfix and apache 2.
 
 Everything seems to be installed correctly; web interface works, mail seems
 to go to the right place... but for some reason MM is refusing to send out
 mail (no admin notices, no subscription confirmations, nada. I am getting no
 error logs, no bounces, nothing to help me figure out why.
 
 If you can help with this I would much appreciate it, and I can also pay a
 small amount to help cover your time.
 
 TIA


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Installation help

2002-11-26 Thread Charles Dark
I was wondering if you would help me get mailman installed.

Charles

UNHEARD OF - NO Competition !! - Internet Giant just launched the
BIGGEST Moneymaker to hit the Internet in the last 10 years !
Are you worth investing $9.95 in YOURSELF- Grab your TOP position this
minute !!
AMAZING FREE ONLINE RECRUITING Web System !

http://www.digitaldynamixinternational.com/signup.asp?cdark


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Installation Help!

2002-04-14 Thread Smith Ellis
Title: Installation Help!






Hello all. Very new to Linux, and very new to Mailman.


Mailman default installed with my Red Hat 7.2 system, and I really want to use it! However, when I went to confirm that everything was fine (bin/check_perms) I get the following error:

Traceback (inntermost last):

 File bin/check_perms, line 50, in ?

 MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID[0]

TypeError: illegal argument type for built-in operation



I went ahead and tried a test list. It did send me a mail, but all the links are 404. 


Apache is running, but I'm not 100% I've added the cgi-script permissions properly, or to the right file.


Can anyone hold my hand a little, and send me some details?


Thanks all,


Smith Ellis





[Mailman-Users] installation help (mailmanctl)

2002-03-17 Thread Daniel S. Haischt

hello,

i just installed mailman-2.1b1 and tried
to start the mailman qrunner via bin/mailmanctl.

i am getting the following error message.

---888
p10072239:/usr/local/mailman # bin/mailmanctl start
Starting Mailman's master qrunner.
p10072239:/usr/local/mailman # Cannot import runner module
Mailman.Queue.ArchRunner
Cannot import runner module Mailman.Queue.CommandRunner
Cannot import runner module Mailman.Queue.IncomingRunner
Cannot import runner module Mailman.Queue.BounceRunner
Cannot import runner module Mailman.Queue.NewsRunner
Cannot import runner module Mailman.Queue.VirginRunner
Cannot import runner module Mailman.Queue.OutgoingRunner
---888

permissions ...

---888
p10072239:/usr/local/mailman # ls -la /usr/local/
drwxrwsr-x   13 mailman  mailman  4096 Mar 17 13:12 mailman

p10072239:/usr/local/mailman # ls -la /usr/local/mailman
total 56
drwxrwsr-x   13 mailman  mailman  4096 Mar 17 13:12 .
drwxr-xr-x   20 root root 4096 Mar 17 12:03 ..
-rw---1 mailman  mailman   316 Mar 17 12:55 .bash_history
drwxrwsr-x   10 mailman  mailman  4096 Mar 17 12:53 Mailman
drwxrwsr-x2 mailman  mailman  4096 Mar 17 13:19 bin
drwxrwsr-x2 mailman  mailman  4096 Mar 17 12:25 cgi-bin
drwxrwsr-x2 mailman  mailman  4096 Mar 17 12:30 cron
drwxrwsr-x2 mailman  mailman  4096 Mar 17 12:25 icons
drwxrwsr-x2 mailman  mailman  4096 Mar 17 12:25 mail
drwxrwsr-x   12 mailman  mailman  4096 Mar 17 12:25 messages
drwxrwsr-x4 mailman  mailman  4096 Mar 17 12:25 pythonlib
drwxrwsr-x2 mailman  mailman  4096 Mar 17 13:03 scripts
drwxrwsr-x   15 mailman  mailman  4096 Mar 17 12:25 templates
drwxrwsr-x4 mailman  mailman  4096 Mar 17 12:25 tests

p10072239:/usr/local/mailman # ls -la /var
drwxrwsr-x9 mailman  mailman  4096 Mar 17 12:25 mailman

p10072239:/usr/local/mailman # ls -la /var/mailman/
total 36
drwxrwsr-x9 mailman  mailman  4096 Mar 17 12:25 .
drwxr-xr-x   27 root root 4096 Mar 17 12:10 ..
drwxrwsr-x4 mailman  mailman  4096 Mar 17 12:25 archives
drwxrwsr-x2 mailman  mailman  4096 Mar 17 13:02 data
drwxrwsr-x4 mailman  mailman  4096 Mar 17 13:04 lists
drwxrwsr-x2 mailman  mailman  4096 Mar 17 13:56 locks
drwxrwsr-x2 mailman  mailman  4096 Mar 17 13:10 logs
drwxrwsr-x4 mailman  mailman  4096 Mar 17 13:50 qfiles
drwxrwsr-x2 mailman  mailman  4096 Mar 17 12:25 spam
---888

did i miss to set some permissions, or why is the
mailmanctl script not able to load any module if
i execute this script from /usr/local/mailman.

i tried to run the script as root and mailman.

With best regards/Mit freundlichen Gruessen

Daniel S. Haischt IT Consulting
__
[revolutionary and alpha geek]

Daniel S. Haischt
Grabenstrasse 11
D-71083 Herrenberg
G E R M A N Y

FON:  +49 -7032-992909
  +49 -0700-DHAISCHT
FAX:  +49 -7032-992910
CELLULAR: +49 -172-7668936

email:[EMAIL PROTECTED]
web:  http://www.daniel-s-haischt.biz

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS dx s:- a- C++ UB P+++ L E W+++ N+++ o-- K- w---
O++ M++ V- PS+ PE++ Y+ PGP++ t+++ 5+ X+++ R+ tv++ b+++ DI+ D+++
G e++ h-- r+ y+
--END GEEK CODE BLOCK--



smime.p7s
Description: application/pkcs7-signature


[Mailman-Users] installation help, pretty please

2002-03-17 Thread Mark Johnson

hi i am strugling in getting mailman to work. i am running it on a slackware
8.0 system with exim 3.34.

the install seemed to go fine, there was a strange message when i setup the
test list, something about getpass may echo passwords apart from that its
all goo. i can see the list web pages fine etc.

but, when i try to send mails to the list i get the following:

This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
Child process of list_transport transport returned 2 from command:
/home/mailman/mail/wrapper

i have checked the FAQ several times and see no inspiration there. can
someone point me in the right direction? i have had mailman working a few
months back on another sytem and that was great.

***






--
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] installation help, pretty please

2002-03-17 Thread John W Baxter

At 13:30 + 3/17/2002, Mark Johnson wrote:
the install seemed to go fine, there was a strange message when i setup the
test list, something about getpass may echo passwords apart from that its
all goo. i can see the list web pages fine etc.

Older Python version...which should not be a problem.  It's warning you
that, when bin/newlist prompts you for a password for the administrator of
the new list, the call to getpass() *might* show what you type.

This is a problem if
   1.  it actually does show what you typed (you already know whether it
did); and
   2.  you're in the habit of setting up mailing lists with bad guys
looking over your shoulder.

This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
Child process of list_transport transport returned 2 from command:
/home/mailman/mail/wrapper

I'll defer the above to others who have encountered the problem.  It would
likely be helpful if you mentioned what mail transfer agent (MTA:
sendmail, Exim, Postfix, qmail, etc) you are using, and what Linux/Unix
version.

  --John
-- 
John Baxter   [EMAIL PROTECTED]  Port Ludlow, WA, USA

--
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