From owner-freebsd-ports@freebsd.org Sat Feb 11 20:45:48 2017 Return-Path: Delivered-To: freebsd-ports@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 A419CCDB992 for ; Sat, 11 Feb 2017 20:45:48 +0000 (UTC) (envelope-from bob@vesterman.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 913411749 for ; Sat, 11 Feb 2017 20:45:48 +0000 (UTC) (envelope-from bob@vesterman.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8DACACDB991; Sat, 11 Feb 2017 20:45:48 +0000 (UTC) Delivered-To: ports@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 8D4D8CDB990 for ; Sat, 11 Feb 2017 20:45:48 +0000 (UTC) (envelope-from bob@vesterman.com) Received: from wodehouse.vesterman.com (s54.n236.n6.n64.static.myhostcenter.com [64.6.236.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "plesk", Issuer "plesk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 420E01748 for ; Sat, 11 Feb 2017 20:45:46 +0000 (UTC) (envelope-from bob@vesterman.com) Received: (qmail 14791 invoked from network); 11 Feb 2017 15:39:03 -0500 Received: from ool-43524da6.dyn.optonline.net (HELO ?192.168.1.17?) (67.82.77.166) by s55.n236.n6.n64.static.myhostcenter.com with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 11 Feb 2017 15:39:03 -0500 To: spawk@acm.poly.edu Subject: FreeBSD Port: geomWatch-1.3.0_2 Cc: ports@FreeBSD.org From: Robert William Vesterman Message-ID: <202ac006-bed5-ed89-caac-5064c5a445ac@vesterman.com> Date: Sat, 11 Feb 2017 15:40:06 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 20:45:48 -0000 Hello, I just found the geomWatch port which you maintain. I have a question about it, but haven't been able to find the answer yet, so I hope you don't mind me asking you: I intentionally do not have a full blown MTA on my box, so I don't have anything listening at localhost:25. Instead, I use the ssmtp port, as suggested in the FreeBSD handbook section "Setting Up to Send Only" . ssmtp is then configured to talk to an external SMTP server whenever a local account tries to send an email. I tried setting up geomWatch, but it seems like it requires speaking directly to an SMTP server. Is this correct? Or is there a way to set it up so that it perhaps just uses something like the built-in "mail" command to send, which would (on my box) then use ssmtp behind the scenes? Or must I either set up an SMTP server on my box or else configure geomWatch to use an external SMTP server? Thanks, Bob Vesterman