Le 21/07/2013 13:23, Anders a écrit :
> Hi!
>
> Can someone contribute with some example configuration files for
> zdkimfilter and courier, especially for signing outgoing mail. I have
> tried to follow the information from the zdkimfilter website and the
> man/config files but I can't get it to work, not even off-line
> checking/testing againt self-generated dkim certs with dkimsign.
>
> Thanks!
>
> I am running courier-mta on gentoo amd64
>
> ~A

Hello,

Here is how I implemented it on a debian server:

apt-get -y install libopendkim7 libnettle4 libtool libopendkim-dev

wget http://www.tana.it/sw/zdkimfilter/zdkimfilter-1.1.tar.gz
tar xzf zdkimfilter-1.1.tar.gz
cd zdkimfilter-1.1/ && ./configure
make && make install

echo "all_mode Y
verbose 4
selector s" > /etc/courier/filters/zdkimfilter.conf

mkdir /etc/courier/filters/keys

echo "-----BEGIN RSA PRIVATE KEY-----
[...]
-----END RSA PRIVATE KEY-----" > 
/etc/courier/filters/keys/mymarvelousdomain.com

filterctl stop zdkimfilter
filterctl start zdkimfilter

Hope this helps.

Best regards.
Jerome Blion.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to