From owner-freebsd-questions@freebsd.org Wed Nov 15 08:18:09 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2690DD4D6D for ; Wed, 15 Nov 2017 08:18:09 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7669E2757; Wed, 15 Nov 2017 08:18:09 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 5C260D7886; Wed, 15 Nov 2017 15:18:06 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1510733885; x=1512548286; bh=QPJdHac4h QkDAMHvHVLsXMOlBGk5D4CXBbPjR9qZ7ZA=; b=W4kdb4S6iU4zgKLH02CR6pCin iPraQljYEtHR/u5yQshXQae7lYlDwkW2w5+W9VLEO2YtVO8t3d5JTbKevEcq1r/D 5EcRyREtXqqBz3UlBXfEA37egKO9N388yloxMR5zDpz9HS+fHg1I7r/D+vAWQX3z KPi6Fg/sWT/MhDBt+o= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 75bRgMWW1M5H; Wed, 15 Nov 2017 15:18:05 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id B7B24D7882; Wed, 15 Nov 2017 15:18:05 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id vAF8I58e028604; Wed, 15 Nov 2017 15:18:05 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: Running bsdstats through a proxy In-Reply-To: <8e1589b3-1fbe-9541-dcd3-778bffd3ce43@FreeBSD.org> (message from Matthew Seaman on Wed, 15 Nov 2017 07:45:08 +0000) Date: Wed, 15 Nov 2017 15:18:05 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 08:18:09 -0000 Matthew Seaman writes: > /etc/login.conf should work for you. You can add whatever environment > settings you want to the :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ line. > > Remember to run 'cap_mkdb /etc/login.conf' after editing the file. Thank you. Olivier