Hi there,

SM pisze:

> At 06:19 26-04-2008, Zbigniew Szalbot wrote:
>>I am currently using dkim-milter with postfix for one domain. However, I
>>wonder if it is possible to define and run the milter with DKIM for two
>>(or more domains)? If so, could you point me to relevant documentation
>>or hint how to do implement DKIM for more than one domain?
> 
> In your dkim-filter configuration file, specify the domains as follows:
> 
> Domain example.com,example.net


Many thanks! The reason I asked is that so far I have not been using the conf 
file... :(


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'

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?

I am quite new to all of this so all hints are greatly appreciated!

Thank you!

-- 
Zbigniew Szalbot
www.lc-words.com

-------------------------------------------------------------------------
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