On 06/30/2015 07:11 AM, Selva Gaja wrote: > Hi, > > I am having permission problem in executing mailman command with group user. > > Please give the solution and help me. > > *Command working with root user:* > sudo -u *root* -S /usr/local/cpanel/3rdparty/mailman/bin/list_lists > I can able to get the mailman mailing lists when i use the *root* user > in terminal. > > Similarly, I am trying with another user *devuser* > sudo -u *divhdpug* -S /usr/local/cpanel/3rdparty/mailman/bin/list_lists > > Following error occurred when I execute above command with *devuser.* > > sudo: unable to execute /usr/local/cpanel/3rdparty/mailman/bin/list_lists: > Permission denied
Mailman's command line scripts need to be run by root or a user in mailman's group. If you want to run these commands as 'devuser', you need to add devuser to Mailman's group.. Also see <http://wiki.list.org/DOC/Mailman%20and%20CPanel>. -- 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] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
