From owner-freebsd-questions@freebsd.org Tue Sep 22 06:08:22 2015 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 5AE47A05E38 for ; Tue, 22 Sep 2015 06:08:22 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from shopzeus.com (shopzeus.com [87.229.70.149]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD52182D for ; Tue, 22 Sep 2015 06:08:21 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [127.127.127.127] (localhost [127.127.127.127]) (Authenticated sender: gandalf) by shopzeus.com (Postfix) with ESMTPSA id 9FB41889B807 for ; Tue, 22 Sep 2015 02:08:13 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1442902093; bh=k2gQ3cTa7RkRRcEkqP9Q8lcqirf1PzEMjvW9A5mLRjQ=; h=Subject:References:To:From:Date:In-Reply-To:From; b=kqAhEG+PvY7wp4FEl0BItCWoWkedBdmL2vGm7bOrEYmZrj9OXYN5O84nocMNIuUbh HGIfU/C1Y4aCM1eo6PzpdTJfUmKydqxPHONgPwFp4cqXiPKoqWOE8uSgtsqLcdICHK kQrVuHqxOtxp2IU+doNrsL0WDoCTmYpGB4rcqGGkZANabUOBO4yL1wrKBVvUToRZW3 Jq6xIyyjKz6+wsWxmIbcyLOKfshjI9ZDZ4w9H5e202JHV5IeHpzzghuNclZrO7QWxJ hEhmy5rcd3/48n/aykp8erzXP2hR9SdLROeIOGV4kuhflX5R4+CL+08iQBNLltzPvt /gHE8c0MO19bw== Subject: [SOLVED] Re: Cannot start opendkim References: <55FBFEB6.3000909@shopzeus.com> <55FC0361.6030706@FreeBSD.org> <55FC0430.8030505@shopzeus.com> <55FD51CA.8020708@kulturflatrate.net> To: freebsd-questions@freebsd.org From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Message-ID: <5600F04D.5010501@shopzeus.com> Date: Tue, 22 Sep 2015 08:08:13 +0200 MIME-Version: 1.0 In-Reply-To: <55FD51CA.8020708@kulturflatrate.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 06:08:22 -0000 >>> As I recall, you can't specify both KeyFile and KeyTable in the same >>> configuration. >> Commented KeyFile and Selector, but still have the same problem. >> > Have a look at these resources: > > https://forums.freebsd.org/threads/opendkim-spf.27201/#post-169910 > > http://www.stevejenkins.com/blog/2010/09/how-to-get-dkim-domainkeys-identified-mail-working-on-centos-5-5-and-postfix-using-opendkim/ The problem was the "Statistics" keyword. After commenting out that line, it started. I got that config file as an example from a website. Apparently, that "Statistics" configuration option is not available in my version of opendkim.