Hello,
At 07:43 26-04-2008, Zbigniew Szalbot wrote:
>I am on a FreeBSD 7-Release machine and milter is started 
>automatically with rc.conf entries
>
>#DKIM milter
>milterdkim_enable="YES"
>milterdkim_uid='dkimfilter'
>milterdkim_domain='domain.tld'
>milterdkim_profiles="signer"
>milterdkim_signer_socket='inet:[EMAIL PROTECTED]'
>milterdkim_signer_selector='lcwords'
>milterdkim_signer_key='/var/db/domainkeys/lcwords.key.pem'
>milterdkim_signer_alg='rsa-sha1'
>milterdkim_signer_flags='-b s -c relaxed/simple -m ORIGINATING -o - -C int=a'

You should be able to put these settings in the dkim-filter.conf file.

>So can I instead use such rc.conf entry
>milterdkim_enable="YES"
>milterdkim_uid='dkimfilter'
>milterdkim_signer_flags='-x /path/to/dkim-filter.conf'
>
>and put all other settings in there?

Don't set the milterdkim_signer_flags.  Use the following setting instead:

milterdkim_cfgfile="/path/to/dkim-filter.conf"

The rc.d script may also require the milterdkim_socket to be defined.

Regards,
-sm 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to