From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 17:04:12 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 F1B81106566B for ; Sun, 16 Mar 2008 17:04:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D89788FC13 for ; Sun, 16 Mar 2008 17:04:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id D24281CD18; Sun, 16 Mar 2008 09:04:11 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 16 Mar 2008 18:00:22 +0100 User-Agent: KMail/1.9.7 References: <200803161817.47739.malcolm.kay@internode.on.net> In-Reply-To: <200803161817.47739.malcolm.kay@internode.on.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803161800.23829.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: Network identity for sending mail. 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: Sun, 16 Mar 2008 17:04:13 -0000 On Sunday 16 March 2008 08:47:47 Malcolm Kay wrote: > The send-pr appears to assume that mail can and will be sent > directly through sendmail or equivalent rather than inderctly through > an ISP mail service. No. It assumes that the variable MAIL_AGENT in the environment is capable of sending mail and if /unset/ uses sendmail. Have a look at the mail/smail port and set MAIL_AGENT accordingly in environment. This can be done permanently for all users, by adding the variable to the setenv entry in the default listing in /etc/login.conf and running cap_mkdb /etc/login.conf afterwards. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.