From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 19:29:35 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 CD68E106566B for ; Sun, 16 Mar 2008 19:29:35 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id 276DA8FC13 for ; Sun, 16 Mar 2008 19:29:34 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.8/8.13.8) with ESMTP id m2GJTWGa029549; Sun, 16 Mar 2008 21:29:32 +0200 Received: from MX-IN-01.forthnet.gr (mx-in-01.forthnet.gr [193.92.150.23]) by mx-av-03.forthnet.gr (8.14.1/8.14.1) with ESMTP id m2GJTWQC021492; Sun, 16 Mar 2008 21:29:32 +0200 Received: from kobe.laptop (adsl127-166.kln.forthnet.gr [77.49.246.166]) by MX-IN-01.forthnet.gr (8.14.2/8.14.2) with ESMTP id m2GJTTQh009653; Sun, 16 Mar 2008 21:29:31 +0200 Authentication-Results: MX-IN-01.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-01.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m2GJTR3P002788; Sun, 16 Mar 2008 21:29:27 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m2GJTICd002787; Sun, 16 Mar 2008 21:29:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 16 Mar 2008 21:29:18 +0200 From: Giorgos Keramidas To: Malcolm Kay Message-ID: <20080316192918.GA2765@kobe.laptop> References: <200803161817.47739.malcolm.kay@internode.on.net> <20080316081607.GA19264@owl.midgard.homeip.net> <200803170026.07732.malcolm.kay@internode.on.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803170026.07732.malcolm.kay@internode.on.net> Cc: freebsd-questions@freebsd.org 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 19:29:35 -0000 On 2008-03-17 00:26, Malcolm Kay wrote: > On Sun, 16 Mar 2008 06:46 pm, Erik Trulsson wrote: > > On Sun, Mar 16, 2008 at 06:17:47PM +1030, 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. > > > > Does it not work if you configure sendmail to send via your ISP's mail > > server? > > Sounds good, but how? Set SMART_HOST in `/etc/mail/your-master-config.mc' :) Then run: # cd /etc/mail # make && make install # make restart