From owner-freebsd-questions@freebsd.org Sun Nov 5 01:00:09 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 72CEDE5C1F9 for ; Sun, 5 Nov 2017 01:00:09 +0000 (UTC) (envelope-from edgar@pettijohn-web.com) Received: from mail.pettijohn-web.com (pettijohn-web.com [108.61.222.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pettijohn-web.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EF0E6611D for ; Sun, 5 Nov 2017 01:00:08 +0000 (UTC) (envelope-from edgar@pettijohn-web.com) Received: from FreeBSD (50.59.65.174 [50.59.65.174]) by mail.pettijohn-web.com (OpenSMTPD) with ESMTPSA id 5d0593ae TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 4 Nov 2017 20:00:01 -0500 (CDT) Date: Sat, 4 Nov 2017 19:58:51 -0500 From: Edgar Pettijohn To: freebsd-questions@freebsd.org Subject: spamd Message-ID: <20171105005850.GA77940@FreeBSD> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) 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: Sun, 05 Nov 2017 01:00:09 -0000 Was the /etc/services file recently changed by an update? If so I didn't notice it listed as a file to be changed. Either way my cron job to run spamd-setup was complaining that spamd-cfg couldn't be found in /etc/services. It was an easy fix. If you are reading this because you had the same issue. Just add these lines: spamd 8025/tcp #spamd spamd-sync 8025/udp #spamd sync spamd-cfg 8026/tcp #spamd configuration Thanks, Edgar