From owner-freebsd-questions@FreeBSD.ORG Mon Oct 9 15:28:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1739516A407 for ; Mon, 9 Oct 2006 15:28:46 +0000 (UTC) (envelope-from niekdekker@gmail.com) Received: from smtp-2.orange.nl (smtp-2.orange.nl [193.252.22.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9174643D5E for ; Mon, 9 Oct 2006 15:28:45 +0000 (GMT) (envelope-from niekdekker@gmail.com) Received: from [192.168.1.10] (s5591888a.adsl.wanadoo.nl [85.145.136.138]) by mwinf6104.orange.nl (SMTP Server) with ESMTP id 111221C00083 for ; Mon, 9 Oct 2006 17:28:44 +0200 (CEST) X-ME-UUID: 20061009152844700.111221C00083@mwinf6104.orange.nl Message-ID: <452A6AA5.2010400@gmail.com> Date: Mon, 09 Oct 2006 17:28:37 +0200 From: Niek Dekker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How does useradd determine the default mailbox/maildir location for new users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 15:28:46 -0000 Hi, I am running Exim 4.62 MTA on FBSD 6.0_release. When I create a new user using useradd, a mailbox file for the new user is created in /var/mail. As I am using Maildir with maildirs in /var/mail, I do not want that. My question is, where is this behavior of useradd configured? I cannot find this in the handbook. There is no /etc/useradd.conf neither an /etc/pw.conf on my system and also the contents of /usr/share/skel do not seem to make a difference. Many thanks i.a. Niek