Re: [courier-users] zdkimfilter
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
Re: [courier-users] zdkimfilter
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 On 2012-12-05 18:28, Alessandro Vesely wrote: > This version implements blocking an authenticated user, which I hope > will never trigger. One can specify a plain file with a list of users > that the filter will reject. The file can be populated by zdkimfilter > basing on the result of an sql query, or by any other means. > > The dkimsign command has been enhanced, so that it can be used in > sendmail-terminated pipelines. > > A few database changes are detailed in the releas-notes. > > A few bugfixes, including those recently reported on this list. > > http://www.tana.it/sw/zdkimfilter/ -- 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