[ Brian Kurle writes: ]
>
> I've been attempting to play with various commands as a list user,
> but I've been coming across the following.
>
> MAJORDOMO ABORT (mj_majordomo)!!
>
> chmod(33204, "/home/majordomo/lists/test-list.new"): Operation not permitted
[...]
> Apparently, on my Caldera Unix box, sendmail likes to be run as
> bin... I have checked to ensure that my group includes bin (and
> daemon, just to be sure) as members.
Your group memberships are irrelevant. What counts is wrapper being
installed properly (setuid root for POSIX systems) so that it can change
to the real and effective uid.gid it was configured to run as. Who
owns test-list.new? Who owns test-list? What does that high bit mean
on your system? (33204 = 100664 octal) If test-list.new is showing
up owned by any uid other than your majordom user, then wrapper is
configured/installed wrong or isn't being used (alias is wrong or system
is ignoring setuid mode (perhaps because it's on an NFS mount?)). If you
ran config-test as root or your majordom user, then it's meaningless. It
must be run as some other ordinary user.
--
Dave Wolfe
Follow-Ups:
References:
|
|