From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 23:14:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80BD16A4CE for ; Wed, 5 Jan 2005 23:14:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C2F43D4C for ; Wed, 5 Jan 2005 23:14:06 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so270275wri for ; Wed, 05 Jan 2005 15:14:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=b/eKidimKfErExfDcsXVaiVeEgx0t6vS8TM49yy/X8hIs/lGVAh3ySVyDVlZpqGnzxUYcwoTyeyizZqKIGNENq6W2iXfri5ZBnHLh0b/x+kJanx84voeQOHuW3VK9RY6z8cGmmVgSh/EI7K4zXECS6Lk7JDPJbQe00RJbBgJLEI= Received: by 10.54.51.38 with SMTP id y38mr85792wry; Wed, 05 Jan 2005 15:14:05 -0800 (PST) Received: by 10.54.37.19 with HTTP; Wed, 5 Jan 2005 15:14:05 -0800 (PST) Message-ID: <19861fba0501051514873eea3@mail.gmail.com> Date: Thu, 6 Jan 2005 00:14:05 +0100 From: J65nko BSD To: "Eugene M. Minkovskii" In-Reply-To: <20050105202329.GA30133@mccme.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050105202329.GA30133@mccme.ru> cc: freebsd-questions@freebsd.org Subject: Re: sendmail and mbox permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 23:14:07 -0000 On Wed, 5 Jan 2005 23:23:29 +0300, Eugene M. Minkovskii wrote: > Hi. > > I use FreeBSD 5.3 and sendmail. When root rechieve the mail, > mailbox's (/var/mail/root) permission bits has been setted to > 600. Who and how it does? Can I change this behavior? > > -- For security reasons, the "root" account should not receice any mail. One of sendmail's alternatives "qmail" will even NEVER send any mail to the root account. Enter an alias for root in "/etc/mail/aliases" and run the "newaliases" command.