Re: [Mailman-Users] newlist list creation error

2008-06-29 Thread Vidiot
Tim responded: >Do some searching before you sit down to write a Solaris smf (service >management facility) >manifest from scratch. You will find other examples out there. I got my >mailman manifest from >this weblog entry: http://whacked.net/2005/08/14/more-work-on-grommit and a >postfix m

Re: [Mailman-Users] newlist list creation error

2008-06-29 Thread Tim Bell
Vidiot wrote: When I get to the step about getting mailman to start at boot time, I'll see if I can get it wedged into the Solaris 10 services system. The stuff I got to install exim should be modifiable to work with mailman. If I do manage to get it to work, I'll submit the files for future inc

Re: [Mailman-Users] newlist list creation error

2008-06-29 Thread Vidiot
Mark Sapiro responded: >It's not. It's a literal Sorry, never noticed the quote characters. Even so, not being a python user (until now), the use of quotes or doublequotes can usually be eliminated when setting variables in shell scripts. That would have been the mode I would have been in when

Re: [Mailman-Users] newlist list creation error

2008-06-29 Thread Mark Sapiro
Vidiot wrote: > >./bin/newlist mailman >Traceback (most recent call last): > File "./bin/newlist", line 99, in >from Mailman import mm_cfg > File "/usr/local/mailman/Mailman/mm_cfg.py", line 45, in >DEFAULT_URL_HOST = mrvideo.vidiot.com >NameError: name 'mrvideo' is not defined > >OK, w

[Mailman-Users] newlist list creation error

2008-06-29 Thread Vidiot
To wit: ./bin/newlist mailman Traceback (most recent call last): File "./bin/newlist", line 99, in from Mailman import mm_cfg File "/usr/local/mailman/Mailman/mm_cfg.py", line 45, in DEFAULT_URL_HOST = mrvideo.vidiot.com NameError: name 'mrvideo' is not defined OK, where is it suppo