Date: Thu, 23 May 2002 18:07:05 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Steven Lake <raiden@shell.core.com> Cc: Daniel Bye <DAN@SlightlyStrange.org>, freebsd-questions@FreeBSD.ORG Subject: Re: Thanks! Message-ID: <20020523180705.B5281@grimoire.chen.org.nz> In-Reply-To: <Pine.GSO.4.44L0.0205222305170.21444-100000@shell.core.com>; from raiden@shell.core.com on Wed, May 22, 2002 at 11:06:49PM -0500 References: <Pine.GSO.4.44L0.0205222305170.21444-100000@shell.core.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 22, 2002 at 11:06:49PM -0500, Steven Lake wrote: > Dude, you are a genious! I ran that chmod command on the sendmail > program you suggested and the problem fixed itself. I never would have > thought to look there. :) Thanks again, I owe you one. You just saved > me spending my saturday wiping and putting this server back together. > hehe. Running sendmail as setuid root is a big security hole. If you're running -stable, the correct permissions are: -r-xr-sr-x 1 root smmsp 581956 May 21 18:43 /usr/libexec/sendmail/sendmail* and your spool directories should be: drwxrwx--- 2 smmsp smmsp 512 May 23 18:00 /var/spool/clientmqueue/ drwxr-xr-x 2 root daemon 512 May 23 18:00 /var/spool/mqueue/ Anything else will cause your sendmail to complain. -- Jonathan Chen <jonc@chen.org.nz> Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020523180705.B5281>