It is possible. Look at the config pages(web) for setting the list as moderated or config that only 1 user has post permissions.
HTH Oliver Will Twomey wrote: > Thank you, that fixed it. :) > > A second question, if I may. > > Is there a way to only allow some users to send messages to the list? > So the rest can only receive (seems like this would be useful for an > announcement list). > > Hope that's not a stupid question. > > Thanks for the quick reply. =) > > -Will > > On 6/19/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > >> Will Twomey wrote: >> >>> Instead of 'hostname.com/cgi-bin/mailman/admin/list' I'd like it to be >>> 'list.hostname.com/cgi-bin/mailman/admin/list/general' >>> >>> Does anyone know how I can do this without changing the mailman email >>> address from [EMAIL PROTECTED] to [EMAIL PROTECTED] >>> >> Put the following in mm_cfg.py >> >> DEFAULT_URL_HOST = 'list.hostname.com' >> DEFAULT_EMAIL_HOST = 'hostname.com' >> VIRTUAL_HOSTS.clear() >> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) >> >> restart mailman and run fix_url. >> >> See >> <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp>. >> >> After all this is working OK, you may want to rebuild the archives with >> 'bin/arch --wipe listname' in order to fix the absolute links to the >> listinfo page in the prior monthly index files. >> >> Of course you will have to have an appropriately configured web server >> on list.hostname.com. >> >> -- >> Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, >> San Francisco Bay Area, California better use your sense - B. Dylan >> >> >> > ------------------------------------------------------ > 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/ > Unsubscribe: > http://mail.python.org/mailman/options/mailman-users/oliver%40samera.com.py > > Security Policy: > http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp > -- Oliver Schulze L. <[EMAIL PROTECTED]> ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
