From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 18:09:51 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 3C0161065675 for ; Mon, 23 Jun 2008 18:09:51 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 0771D8FC1A for ; Mon, 23 Jun 2008 18:09:50 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.ws.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTPSA id 643D3EBC09; Mon, 23 Jun 2008 14:09:50 -0400 (EDT) Date: Mon, 23 Jun 2008 14:09:04 -0400 From: Bill Moran To: Rem Roberti Message-Id: <20080623140904.24ec97a6.wmoran@potentialtech.com> In-Reply-To: <20080623174539.GB1000@remdog.net> References: <20080623070556.GA1618@remdog.net> <485FAA07.5050904@pukruppa.net> <20080623171207.GA1000@remdog.net> <20080623172602.GG27531@ece.pdx.edu> <20080623133033.81f6ff55.wmoran@potentialtech.com> <20080623174539.GB1000@remdog.net> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FT , FreeBSD Subject: Re: Simple Text Mail Setup 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: Mon, 23 Jun 2008 18:09:51 -0000 In response to Rem Roberti : > > > > No. What you really want to do is set smart_host to the outgoing > > mail server provided by your ISP. > > Please forgive my ignorance here, but how does one accomplish that? Without that setting, sendmail will try to send mail _directly_ to its final destination by looking up the MX record. If your workstation (I believe the original thread centered around configuring a workstation to send mail, right?) does not have all the magic stuff in place to get past spam filters, you will get bounced. i.e. if your DNS isn't set up perfectly, or if your IP address is on the list of DHCP addresses, etc. By setting up smart_host, sendmail will send _all_ email to smart_host, which (if your ISP is worth the money you pay for) will have proper DNS and will not be blacklisted or anything, and will reliably forward your mail on for you. -- Bill Moran http://www.potentialtech.com