Hi,
I've set up a Mac OS X server basically for the sole purpose of being a listserv. I set up server, created one list called test through the Apple gui, and then verified that the I was receiving mail.
Then i attempted to create a list through the web interface and got this error. Can anyone tell me why this happened? Is this a problem with Apple's permissions? I have done no customization to the server other than running install CD and then activating Mailman, and then creating my to test lists.
Thanks alot, Michael
_________________
Bug in Mailman version 2.1.2
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/usr/share/mailman/scripts/driver", line 87, in run_main
main()
File "/usr/share/mailman/Mailman/Cgi/create.py", line 55, in main
process_request(doc, cgidata)
File "/usr/share/mailman/Mailman/Cgi/create.py", line 217, in process_request
sys.modules[modname].create(mlist, cgi=1)
File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 232, in create
_update_maps()
File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps
raise RuntimeError, msg % (acmd, status, errstr)
RuntimeError: command failed: /usr/sbin/postalias /private/var/mailman/data/aliases (status: 1, Operation not permitted)
Python information:
Variable Value
sys.version
2.3 (#1, Sep 13 2003, 00:49:11) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)]
sys.executable /usr/bin/python
sys.prefix /System/Library/Frameworks/Python.framework/Versions/2.3
sys.exec_prefix /System/Library/Frameworks/Python.framework/Versions/2.3
sys.path /System/Library/Frameworks/Python.framework/Versions/2.3
sys.platform darwin
Environment variables:
Variable Value
HTTP_REFERER http://college.sas.upenn.edu/mailman/create
SERVER_SOFTWARE Apache/1.3.28 (Darwin) DAV/1.0.3
SCRIPT_NAME /mailman/create
SERVER_SIGNATURE Apache/1.3.28 Server at college.sas.upenn.edu Port 16080
REQUEST_METHOD POST
SERVER_PROTOCOL HTTP/1.1
QUERY_STRING
CONTENT_LENGTH 150
HTTP_USER_AGENT
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1
HTTP_CONNECTION close
HTTP_COOKIE test+admin=2802000000691529a940732800000033323364376563633934376531316131323266326465643838336664316464666133356338316330
SERVER_NAME college.sas.upenn.edu
REMOTE_ADDR 127.0.0.1
HTTP_PC_REMOTE_ADDR 130.91.237.46
SERVER_PORT 16080
SERVER_ADDR 127.0.0.1
DOCUMENT_ROOT /Library/WebServer/Documents
PYTHONPATH /usr/share/mailman
SCRIPT_FILENAME /usr/share/mailman/cgi-bin/create
SERVER_ADMIN [EMAIL PROTECTED]
SCRIPT_URI http://college.sas.upenn.edu:16080/mailman/create
HTTP_HOST college.sas.upenn.edu
SCRIPT_URL /mailman/create
REQUEST_URI /mailman/create
HTTP_ACCEPT */*
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 49609
HTTP_ACCEPT_LANGUAGE
en-us, ja;q=0.21, de-de;q=0.86, de;q=0.79, fr-fr;q=0.71, fr;q=0.64, nl-nl;q=0.57, nl;q=0.50, it-it;q=0.43, it;q=0.36, ja-jp;q=0.29, en;q=0.93, es-es;q=0.14, es;q=0.07
__CF_USER_TEXT_ENCODING 0x46:0:0
CONTENT_TYPE application/x-www-form-urlencoded
HTTP_ACCEPT_ENCODING gzip, deflate;q=1.0, identity;q=0.5, *;q=0
------------------------------------------------------ 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/
