adapting alternc_fix_opendkim.php for SQUEEZE
This commit is contained in:
parent
7cf34472b8
commit
154738e277
|
@ -45,7 +45,8 @@ fclose($f);
|
|||
$ALTERNC_ROOT=rtrim($ALTERNC_ROOT,"/");
|
||||
|
||||
|
||||
if (!file_exists("/usr/bin/opendkim-genkey")) {
|
||||
if (!file_exists("/usr/bin/opendkim-genkey")
|
||||
&& !file_exists("/usr/sbin/opendkim-genkey")) {
|
||||
echo "opendkim-tools not installed, please launch:\n";
|
||||
echo "apt-get install opendkim-tools\n";
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in New Issue