Hello,

I expected a SIGHUP to the PID of dkim-filter would result in a reload of the 
configuration files.
Instead SIGHUP terminates dkim-filter:

if (sig == SIGINT || sig == SIGTERM || sig == SIGHUP) --> die

Could this be changed to s.th. like
if (sig == SIGHUP) {
    cfg = config_load(cf, dkimf_config, &line);
} ?
(I could imagine there might be problems with a second process running 'cause 
of the AutoRestart option).

We wrote an open source perl daemon and a perl client to manage dkim-filter 
settings, see http://dkim-connector.agitos.de/trac/
In this application we'd like to reload dkim-filter by signal.

Best regards,
Florian

===

Agitos Technologies und Agitos Webhosting
Florian Sager
Emil-Geis-Straße 40, 81379 München

Agitos Websolutions
Florian Sager, Bernhard Heindl und Christian Heindl GbR
Stifterstrasse 16, 83026 Rosenheim

Telefon: 089/45867554
Telefax: 089/45867555
Support: [EMAIL PROTECTED]
http://www.agitos.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to