From owner-freebsd-hackers Wed Jan 11 18:02:10 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA16768 for hackers-outgoing; Wed, 11 Jan 1995 18:02:10 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id SAA16762 for ; Wed, 11 Jan 1995 18:02:09 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id SAA14733; Wed, 11 Jan 1995 18:02:01 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: roberto@blaise.ibp.fr (Ollivier ROBERT) cc: hackers@FreeBSD.org (Hackers' list FreeBSD) Subject: Re: Freefall, sendmail, smail... In-reply-to: Your message of "Thu, 12 Jan 95 00:35:35 +0100." <9501112335.AA16974@blaise.ibp.fr> Date: Wed, 11 Jan 1995 18:02:00 -0800 Message-ID: <14732.789876120@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > Something interesting on freefall : mailq now points to smail > and not to sendmail. I was surprised to see nothing when I typed mailq > so I went to look : You just have /usr/local/bin first in your path! Mailq is still on /usr/bin/mailq, for sendmail. The /usr/local/bin/mailq is, as you say, quite obviously for smail. Nothing wrong with that, just so long as it stays in /usr/local! :-) Jordan