diff --git a/bureau/class/m_mail.php b/bureau/class/m_mail.php index 52c90f25..ed1c08bc 100644 --- a/bureau/class/m_mail.php +++ b/bureau/class/m_mail.php @@ -1197,6 +1197,7 @@ ORDER BY * Delete a domain from OpenDKIM configuration */ function dkim_del($domain) { + global $db; $target_dir = "/etc/opendkim/keys/$domain"; if (file_exists($target_dir)) { $this->shouldreloaddkim=true;