From owner-freebsd-questions@FreeBSD.ORG Sun Aug 21 20:27:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B37316A41F for ; Sun, 21 Aug 2005 20:27:14 +0000 (GMT) (envelope-from hanno@lr101fc.net) Received: from IX260.lr101fc.net (host86-130-231-79.range86-130.btcentralplus.com [86.130.231.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D7843D46 for ; Sun, 21 Aug 2005 20:27:13 +0000 (GMT) (envelope-from hanno@lr101fc.net) Received: from IX260.lr101fc.net (IX260.lr101fc.net [127.0.0.1]) by IX260.lr101fc.net (8.13.3/8.13.3) with ESMTP id j7LKRB7X020555; Sun, 21 Aug 2005 21:27:12 +0100 (BST) (envelope-from hanno@lr101fc.net) Received: (from hanno@localhost) by IX260.lr101fc.net (8.13.3/8.13.3/Submit) id j7LKR63Y020552; Sun, 21 Aug 2005 21:27:06 +0100 (BST) (envelope-from hanno) Date: Sun, 21 Aug 2005 21:27:06 +0100 From: Hanno Krusken To: freebsd-questions@freebsd.org Message-Id: <20050821212706.0be06f80.lr101fc@yahoo.co.uk> In-Reply-To: <20050821201006.0FD7516A41F@hub.freebsd.org> References: <20050821201006.0FD7516A41F@hub.freebsd.org> Organization: IX260.net X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd5.4) X-Operating-System: FreeBSD User-Agent: Sendmail+ClamAV X-Face: kick ass.... M$-slow-down-is-a-virus X-Face: Don't waste your time and money ! X-Face: smash M$..... go faster go safer go UNIX X-Face: use X11, GNU, PGP, Emacs, FirerFox ;o) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gerard-seibert@suscom.net Subject: Subject: "dk-milter" installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lr101fc@yahoo.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 20:27:14 -0000 > Message: 30 > Date: Sun, 21 Aug 2005 15:42:56 -0400 > From: Gerard Seibert > Subject: "dk-milter" installation > To: freebsd-questions@freebsd.org > Message-ID: <20050821153936.BF73.GERARD-SEIBERT@suscom.net> > Content-Type: text/plain; charset="UTF-8" > > I was wondering if anyone has installed the 'dk-milter-0.3.0_1' port. I > installed it, but I could not get it to run. I received several error > messages at boot-up, even after enabling the files in > '/usr/local/etc/rc.d', which by the way there was no documentation for. > In fact, I was unable to find any documentation for this port on FreeBSD. > If I could locate some decent documentation, perhaps I could get it > running correctly. > > I am running FreeBSD 5.4 with Sendmail. > > -- > Gerard E. Seibert > gerard-seibert@suscom.net Hi Gerard, edit your /etc/mail/YOUR-SENDMAIL.mc file and add this to it, workes for me under Sendmail-8.13_1 Xdk-filter, S=inet:8891@localhost then rebuild your sendmail.... make... make install.... make restart have a look under: http://www.elandsys.com/resources/sendmail/domainkeys.html it's a very detailed description it will say to add this to the .mc file, but it will not work with out reporting errors. INPUT_MAIL_FILTER(`dk-filter', `S=inet:8891@localhost') use: Xdk-filter, S=inet:8891@localhost to avoid errors at boot time. I got the domainkey build, but still strugle to auto sign. -- Hanno Krusken