Kirk Bailey <[EMAIL PROTECTED]> writes:

> The aliases file is owned by root. a ls-l quote:
> ns# cd /etc/mail/
> ns# ls -l aliases
> -rw-r--r--  1 root  wheel  7550 Nov 12 01:12 aliases
> ns#
> 
> 
> I even tried to set it as 5755, still no luck, the thing cannot set a
> temp file in that directory.
> 
> here is the permissions for /mail:
> ns# ls -ld mail
> drwxr-xr-x  5 root  wheel  1024 Nov  5 02:23 mail
> ns#
> 
> Any  ideas?

Well, this is all what I'd expect because scripts on FreeBSD (and pretty
much all other Unix-ish systems) won't respect setuid permissions (it's
too much of a security hole in practice).

Apache has some sort of setuid facility of its own for dealing with this.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to