On Mon, Jan 28, 2002 at 08:02:59PM -0800, Quel Qun wrote:
>
>
> Hi,
>
> A standard user cannot use sendmail anymore:
>
> WARNING: RunAsGid for MSP ignored, check group ids (egid=501, want=12)
> can not write to queue directory /var/spool/clientmqueue/ (RunAsGid=501,
> required=12): Permission denied
>
that's because sendmail needs sgid mail to send.
> I tried to add the user in group:
>
> $ grep 12 /etc/group
> mail:x:12:mail,user
>
> No luck.
>
> $ ll -d /var/spool/clientmqueue
> drwxrwx--- 2 mail mail 4096 Jan 28 18:01 /var/spool/clientmqueue/
>
> $ echo $SECURE_LEVEL
> 3
>
> How can I fix that?
>
can you give me /usr/sbin/sendmail's perms?
- G.