> I get the following message when I send commands to majordomo from all
> addresses (local and non-local) except for mine. I am listed as
> majordomo-owner/owner-majordomo. Wrapper has root access and everything
> works fine when sent from m my account. I'm totally baffled on this.
>
> I was issuing a lists command in this circumstance
Define $DEBUG in your majordomo.cf, and then run 'Mail -v' (or whatever
will trace the smtp connection in your variant of mail) and see what
gets spit out when you send a lists command.
Or invoke the perl debugger on it and trace it through by doing
something like:
~majordomo% ln -s `which perl` .
~majordomo% ./wrapper perl -d majordomo
[.......]
perl> b do_lists
perl> c
[........]
Reply-to: brozen@webdreams.com
lists
[.....]
(majordomo'do_lists)
perl>
'ja?
--Chan
References:
|
|