Hello, At 10:46 30-04-2008, Zbigniew Szalbot wrote: >Apr 30 19:07:12 szalbot dkim-filter[9455]: can't write pid to >/var/run/milterdkim/signer.pid: No such file or directory
See whether the directory exists. >Apr 30 19:07:12 szalbot dkim-filter[9456]: Sendmail DKIM Filter >v2.5.5 starting (args: -x /usr/local/etc/mail/dkim-filter.conf) > >Apr 30 19:11:22 szalbot dkim-filter[9456]: 7DADF28461 >"DKIM-Signature" header added That shows that the email was signed. >Strange thing is that when I now start dkim-filter >(/usr/local/etc/rc.d/milter-dkim start), connection on port 4445 are refused. That startup script is using a local socket instead of having dkim-filter listen on that port. >However, when I start like this: >/usr/local/libexec/dkim-filter -x /usr/local/etc/mail/dkim-filter.conf >connections are accepted. > >$ ps ax |grep dkim > 835 ?? Is 0:00.00 /usr/local/libexec/dkim-filter -l -p > local:/var/run/m > 837 ?? I 0:00.02 /usr/local/libexec/dkim-filter -l -p > local:/var/run/m > 1407 ?? Ss 0:00.00 /usr/local/libexec/dkim-filter -x > /usr/local/etc/mail > 1408 ?? S 0:00.01 /usr/local/libexec/dkim-filter -x > /usr/local/etc/mail You only need to run dkim-filter once. Terminate the existing dkim-filter processes before running the milter. I suggest reading the FreeBSD startup script if you want to use it to start dkim-filter. 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
