[Mailman-Users] More permission problems

jbrouhard at ci.st-joseph.mo.us jbrouhard at ci.st-joseph.mo.us
Thu Apr 10 17:29:27 CEST 2003


I'd say you did mess up:

Shoulda been ./configure --with-mail-gid=mail

Mailman is not it's own MTA, and relies on Sendmail or POSTFIX or whatever
MTA you have loaded on your server.  That's what the mail-gid should have
been set to.. 

---
Joe Brouhard, MCP, A+
Computer Support Technician
City of St Joseph
jbrouhard at ci.st-joseph.mo.us
http://www.ci.st-joseph.mo.us


-----Original Message-----
From: Dan Richter [mailto:daniel.richter at wimba.com]
Sent: Thursday, April 10, 2003 10:43 AM
To: mailman-users at python.org
Subject: [Mailman-Users] More permission problems


I configured Mailman like this:
   ./configure --with-mail-gid=mailman
              --with-cgi-gid=apache --with-python=/usr/bin/python2
(Our web server runs as "apache", not "nobody".)

I recently found out that help requests sent to <list>-request at server don't 
get any reply. And my error logs contain a lot of entries like this:

Apr 09 06:50:14 2003 (24350) Uncaught runner exception: [Errno 13] 
Permission denied: '/usr/local/mailman/lists/flashinfo/en/verify.txt'
Apr 09 06:50:14 2003 (24350) Traceback (most recent call last):
   File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
     self._onefile(msg, msgdata)
   File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile
     keepqueued = self._dispose(mlist, msg, msgdata)
   File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line 209, in 
_dispose
     res.process()
   File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line 94, in 
process
     stop = self.do_command(cmd, args)
   File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line 121, in 
do_command
     return handler.process(self, args)
   File "/usr/local/mailman/Mailman/Commands/cmd_subscribe.py", line 100, 
in process
     mlist.AddMember(userdesc, remote)
   File "/usr/local/mailman/Mailman/MailList.py", line 817, in AddMember
     }, lang=lang, mlist=self)
   File "/usr/local/mailman/Mailman/Utils.py", line 443, in maketext
     fp = open(filename)
IOError: [Errno 13] Permission denied: 
'/usr/local/mailman/lists/flashinfo/en/verify.txt'

I ran check_perms -f and this fixed the problem. But did I make a mistake 
during the installation?

========== Dan Richter ============== mailto:Dan at wimba.com ===========
   Do I know what's in this bill? Are you kidding? Only God knows...
       - U.S. Senator Robert Byrd, when asked if he knew the
         contents of a $520 billion, 4000-page spending bill


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users at python.org
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: jbrouhard at ci.st-joseph.mo.us
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/jbrouhard%40ci.st-josep
h.mo.us


More information about the Mailman-Users mailing list