On Thu, 1 May 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. > > Yes, it does.
The only reason fopen() would report this error (ENOENT) would be if that direcetory is missing. >> That startup script is using a local socket instead of having dkim-filter >> listen on that port. > > But why would it do that if the config file specifies > Socket inet:[EMAIL PROTECTED] > > and I have > milterdkim_cfgfile="/usr/local/etc/mail/dkim-filter.conf" > in /etc/rc.conf If there's a "-p" on the command line, that overrides your configuration file setting. ------------------------------------------------------------------------- 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
