Re: [Cooker] Cannot send mail anymore

2002-01-28 Thread Quel Qun

On Mon, 2002-01-28 at 18:24, Geoffrey Lee wrote:
> > > 
> > > that's because sendmail needs sgid mail to send. 
> > > 
> > > can you give me /usr/sbin/sendmail's perms?
> > > 
> > $ ll /usr/sbin/sendmail 
> > -rwxr-xr-x   1 root   root611820 Oct 18 06:07 /usr/sbin/sendmail*
> > 
> 
> yeh it's a problem with msec, I know about this one, florin's already fixed
> this one in cvs.
> 
I knew I should have waited a few more days ;-)

It's just that it seems better to report a pb now than after the
release.

Thx for answering.
=-=
kk1





Re: [Cooker] Cannot send mail anymore

2002-01-28 Thread Geoffrey Lee

> > 
> > that's because sendmail needs sgid mail to send. 
> > 
> > can you give me /usr/sbin/sendmail's perms?
> > 
> $ ll /usr/sbin/sendmail 
> -rwxr-xr-x   1 root   root611820 Oct 18 06:07 /usr/sbin/sendmail*
> 


yeh it's a problem with msec, I know about this one, florin's already fixed
this one in cvs.


- G.





Re: [Cooker] Cannot send mail anymore

2002-01-28 Thread Quel Qun

On Mon, 2002-01-28 at 17:43, Geoffrey Lee wrote:
> On Mon, Jan 28, 2002 at 08:02:59PM -0800, Quel Qun wrote:
> > 
> > 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. 
> 
> can you give me /usr/sbin/sendmail's perms?
> 
$ ll /usr/sbin/sendmail 
-rwxr-xr-x   1 root   root611820 Oct 18 06:07 /usr/sbin/sendmail*

=-=
kk1






Re: [Cooker] Cannot send mail anymore

2002-01-28 Thread Geoffrey Lee

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.




[Cooker] Cannot send mail anymore

2002-01-28 Thread Quel Qun



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

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?

Thanks,
=-=
kk1