From owner-freebsd-questions@FreeBSD.ORG Fri Dec 18 09:13:55 2009 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 0AC49106566B for ; Fri, 18 Dec 2009 09:13:55 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mx1.esiee.fr (mx1.esiee.fr [147.215.1.35]) by mx1.freebsd.org (Postfix) with ESMTP id C55A88FC1D for ; Fri, 18 Dec 2009 09:13:54 +0000 (UTC) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.esiee.fr (Postfix) with ESMTP id F2AF3136D7E for ; Fri, 18 Dec 2009 10:13:53 +0100 (CET) Received: from mail (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id D8D6A105441F for ; Fri, 18 Dec 2009 10:13:53 +0100 (CET) Received: from lisa.esiee.fr (lisa [147.215.1.21]) by mail.esiee.fr (Postfix) with ESMTP id C04C31054419 for ; Fri, 18 Dec 2009 10:13:53 +0100 (CET) Message-ID: <4B2B47D1.30507@esiee.fr> Date: Fri, 18 Dec 2009 10:13:53 +0100 From: Frank Bonnet User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.5) Gecko/20091216 Thunderbird/3.0 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: how to set locale to French language on mail server ? 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: Fri, 18 Dec 2009 09:13:55 -0000 Hello I am a bit confuse on how to set "locale" to French language on our mail server , all our users user French keymap and actually the server is NOT well configured mail# locale LANG= LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= I want to configure at server level for all users which file do I have to setup FR as locale ? I've the doc but it is a bit unclear to me ... Thanks a lot.