I'm writing a PHP application and I want to be able to add new lists to mailman running on my ubuntu server. For one reason or another, mailman's newlist script requires root privileges. Is there any way that I can get newlist to not require sudo? Obviously I can't just circumvent sudo, but is there any possible way to get this working?
Thanks, Daniel