Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-27 Thread Olaf Zaplinski

Marc G. Fournier wrote:
 Anyone using 8.12 yet?  Just delivered an email to an account that has
 sieve filtering turned on, and get the following in the maillog:
 
 Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not 
chdir(/var/spool/clientmqueue/): Permission denied
 
 What should permissions/ownership be for this to work?

Hmmm... did you try deleting /etc/mail/submit.cf? I remember some trouble I 
had some day, and deleting that file fixed it.

Olaf




Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-26 Thread Igor Brezac


This is correct.

What are the perms of your sendmail binary?
They should be 2555
-r-xr-sr-x   1 root smmsp 741492 Jan 22 17:27 sendmail

-Igor

On Tue, 26 Mar 2002, Marc G. Fournier wrote:


 Anyone using 8.12 yet?  Just delivered an email to an account that has
 sieve filtering turned on, and get the following in the maillog:

 Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not 
chdir(/var/spool/clientmqueue/): Permission denied

 What should permissions/ownership be for this to work?

 nsnet# ls -ld /var/spool/clientmqueue
 drwxrwx---  2 smmsp  smmsp  512 Mar 26 13:34 /var/spool/clientmqueue







Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-26 Thread Ken Murchison



Marc G. Fournier wrote:
 
 Anyone using 8.12 yet?

Yup.  So is CMU.

 Just delivered an email to an account that has
 sieve filtering turned on, and get the following in the maillog:
 
 Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not 
chdir(/var/spool/clientmqueue/): Permission denied

My guess is that this error is not for the incoming message, but some
type of Sieve reply (vacation, redirect, reject).  This error seems to
ring a bell, but its been so long since I setup 8.12 that nothing comes
to mind right now.  Sorry.

 What should permissions/ownership be for this to work?
 
 nsnet# ls -ld /var/spool/clientmqueue
 drwxrwx---  2 smmsp  smmsp  512 Mar 26 13:34 /var/spool/clientmqueue

Same here.

Ken
-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp



Re: sieve with sendmail 8.12 ... permissions problems

2002-03-26 Thread Marc G. Fournier


hrmmm ... same permis over here ... nfs mounted as nosuid wouldn't affect
that, would it? it is gid that is set, not uid ...

On Tue, 26 Mar 2002, Igor Brezac wrote:


 This is correct.

 What are the perms of your sendmail binary?
 They should be 2555
 -r-xr-sr-x   1 root smmsp 741492 Jan 22 17:27 sendmail

 -Igor

 On Tue, 26 Mar 2002, Marc G. Fournier wrote:

 
  Anyone using 8.12 yet?  Just delivered an email to an account that has
  sieve filtering turned on, and get the following in the maillog:
 
  Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not 
chdir(/var/spool/clientmqueue/): Permission denied
 
  What should permissions/ownership be for this to work?
 
  nsnet# ls -ld /var/spool/clientmqueue
  drwxrwx---  2 smmsp  smmsp  512 Mar 26 13:34 /var/spool/clientmqueue
 
 
 






Re: sieve with sendmail 8.12 ... permissions problems

2002-03-26 Thread Igor Brezac


Hmm, it should not.  nosuid disallows setuid execution, the binary is
setgid.

What is your 'ls -ld /var /var/spool'?

-Igor

On Tue, 26 Mar 2002, Marc G. Fournier wrote:


 hrmmm ... same permis over here ... nfs mounted as nosuid wouldn't affect
 that, would it? it is gid that is set, not uid ...

 On Tue, 26 Mar 2002, Igor Brezac wrote:

 
  This is correct.
 
  What are the perms of your sendmail binary?
  They should be 2555
  -r-xr-sr-x   1 root smmsp 741492 Jan 22 17:27 sendmail
 
  -Igor
 
  On Tue, 26 Mar 2002, Marc G. Fournier wrote:
 
  
   Anyone using 8.12 yet?  Just delivered an email to an account that has
   sieve filtering turned on, and get the following in the maillog:
  
   Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not 
chdir(/var/spool/clientmqueue/): Permission denied
  
   What should permissions/ownership be for this to work?
  
   nsnet# ls -ld /var/spool/clientmqueue
   drwxrwx---  2 smmsp  smmsp  512 Mar 26 13:34 /var/spool/clientmqueue