On 28 Aug 2009 at 13:45, Murray S. Kucherawy wrote:
> > > > Everything seems fine on my dkim signing service. However, every hour, > > almost exactly at the same time, I get this error > > in my logs: > > > > Aug 26 14:02:45 mx2 postfix/cleanup[12057]: warning: connect to Milter > > service unix:/var/run/dkim-filter/dkim-filter.sock: No such file or > > directory The message is from the cleanup process. "The cleanup daemon is the final processing stage for new messages. It adds any required missing headers, arranges for address rewriting, and (optionally) extracts recipient addresses from message headers. The cleanup daemon inserts the result into the incoming queue and then notifies the queue manager that new mail has arrived." Have you checked the postfix logs for any messages arriving at these times? Perhaps identifying the source of the mail triggering the error will provide a clue. The configuration that you gave only defined non-smtpd-milters so only mail sent via the local sendmail command will be processed by this dkim-filter. Mail that arrives via the Postfix smtpd server is not filtered(signed). Did you check the permissions on /var/run/dkim-filter/dkim-filter.sock? ...don support (at) microtechniques.com ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
