- fix domain-sorting in customer-panel (domain-overview), fixes #126

- add dkim-milter restart command to bind-cron
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-12 06:15:16 +00:00
parent 0d3df6e1fe
commit 6c25cd1c85
2 changed files with 7 additions and 1 deletions

View File

@@ -425,6 +425,10 @@ class bind
$dkimkeys_file_handler = fopen($dkimkeys_filename, "w");
fwrite($dkimkeys_file_handler, $dkimkeys);
fclose($dkimkeys_file_handler);
safe_exec(escapeshellcmd($this->settings['dkim']['dkimrestart_command']));
fwrite($this->debugHandler, ' cron_tasks: Task4 - Dkim-milter reloaded' . "\n");
$this->logger->logAction(CRON_ACTION, LOG_INFO, 'Dkim-milter reloaded');
}
}
}