Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2005 21:27:06 +0100
From:      Hanno Krusken <lr101fc@yahoo.co.uk>
To:        freebsd-questions@freebsd.org
Cc:        gerard-seibert@suscom.net
Subject:   Subject: "dk-milter" installation
Message-ID:  <20050821212706.0be06f80.lr101fc@yahoo.co.uk>
In-Reply-To: <20050821201006.0FD7516A41F@hub.freebsd.org>
References:  <20050821201006.0FD7516A41F@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Message: 30
> Date: Sun, 21 Aug 2005 15:42:56 -0400
> From: Gerard Seibert <gerard-seibert@suscom.net>
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050821212706.0be06f80.lr101fc>