From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 23:52:25 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3334616A418 for ; Mon, 30 Jul 2007 23:52:25 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1327F13C4A8 for ; Mon, 30 Jul 2007 23:52:24 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 4DB8810578 for ; Mon, 30 Jul 2007 19:23:41 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 933A651926 for ; Mon, 30 Jul 2007 19:23:38 -0400 (EDT) Date: Tue, 31 Jul 2007 00:23:32 +0100 From: RW To: questions@freebsd.org Message-ID: <20070731002332.606975c9@gumby.homeunix.com.> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: FQDN Hostnames, Sendmail and Spamassassin. 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, 30 Jul 2007 23:52:25 -0000 I have my hostname in rc.conf defined as a FQDN - ending in a dot. IIRC it's needed to prevent sendmail waiting a long time for DNS if the network is unavailable at boot-time. I recently noticed that when I send myself email through sendmail I'm hitting this spamassassin test at my email service: 2.3 FH_HELO_ENDS_DOT Helo ends with a dot It doesn't actually matter to me, because I don't use sendmail much, but what are the rights and wrongs of this? I was under the impression that any name used in an helo/ehlo should be a FQDN.