From owner-freebsd-questions@freebsd.org Mon Mar 6 16:56:38 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0069FCFBB21 for ; Mon, 6 Mar 2017 16:56:38 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (unknown [IPv6:2607:f440::d144:5b3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DACD61D07 for ; Mon, 6 Mar 2017 16:56:37 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from sneakertech.com (pool-72-74-34-8.bstnma.fios.verizon.net [72.74.34.8]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by douhisi.pair.com (Postfix) with ESMTPSA id 2059F3F4DA for ; Mon, 6 Mar 2017 11:56:30 -0500 (EST) Message-ID: <58BD94BD.9020405@sneakertech.com> Date: Mon, 06 Mar 2017 11:56:29 -0500 From: Quartz MIME-Version: 1.0 To: FreeBSD questions Subject: Off topic: smtp HELO question Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 16:56:38 -0000 This isn't directly related to FreeBSD, but I figure many people here probably run it as a mail server so someone might know the answer to this question. By default, if you're behind a NAT, Thunderbird sends your local IP address as part of the 'hello' when connecting to a mail server, which then gets stamped into the header info for all to see as the email is sent down the chain. I'm trying to debug some email issues, and I suspect that this initial header might be part of my problems. I can configure Thunderbird to send an arbitrary string instead of a NAT IP via the mail.smtpserver.smtp*.hello_argument variable, but I'm not 100% sure what I can legitimately put here without getting my emails marked as spam. Does this field have to match the reverse-lookup up of the world-routable external IP that you send the email through, or can it be any arbitrary string that matches a domain name pattern? Can anyone point me to a resource that explains this in depth?