From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 10:40:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A7CC106566C for ; Tue, 11 Mar 2008 10:40:45 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id EC73A8FC26 for ; Tue, 11 Mar 2008 10:40:44 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id B18AA78D3B; Tue, 11 Mar 2008 11:40:43 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-3.0 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from [192.168.1.2] (unknown [83.205.52.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id 4538178D22 for ; Tue, 11 Mar 2008 11:40:43 +0100 (CET) Message-ID: <47D661AA.1080400@nicoelro.net> Date: Tue, 11 Mar 2008 11:40:42 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: How specify an other mail directory for users? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 10:40:45 -0000 Hello, In my FreeBSD 7.0 (with postfix), when a user receive an email, it is stocked in /var/mail$/USER. How change this? I would like mails be stocked in /var/mail/users/$USER. I don't find a file to change this. Is it a system conf, or a SMTP conf? Thanks. - Nicolas.