Question : I have installed vacation program with auto responder for Suireel mail As soon i enabled auto responder from squirrel mail, i see

I have installed vacation program with auto responder for Suireel mail
As soon i enabled auto responder from squirrel mail, i see
Bellow error
Aug 19 15:50:48 mail sendmail[5992]: NOQUEUE: SYSERR(alok.singh): can not chdir(/var/spool/clientmqueue/): Permission denied
I dont see this error always, its only when i enabled autoresponder .
permission for   /var/spool/clientmqueue/
    drwxrwx---  2 smmsp  smmsp   4096 Aug 19 04:09 clientmqueue
   
 permission for sendmail as bellow
 
[root@glyph sbin]# ls -al | grep sendmail
lrwxrwxrwx  1 root root        21 Apr 13 12:49 sendmail -> /etc/alternatives/mta

-rwxrwxrwx  1 root smmsp   806460 Nov 28  2006 sendmail.sendmail
Can any one please advise me, why vacation is giving this trouble ??

Answer : I have installed vacation program with auto responder for Suireel mail As soon i enabled auto responder from squirrel mail, i see

chmod g+s sendmail.sendmail

if you want to remove any permission , use

chmod og-w sendmail.sendmail

so basically , make the permission

-rwxr-sr-x 1 root smmsp 806460 Mar 15  2007 sendmail.sendmail

other wise it would not work
Random Solutions  
 
programming4us programming4us