mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
If virtualmin is installed, just assume that it's in charge of spam delivery
This commit is contained in:
@@ -1173,7 +1173,8 @@ foreach my $pmrc (@pmrcs) {
|
|||||||
$delivery_enabled ||= 1;
|
$delivery_enabled ||= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (&find_virtualmin_recipe(\@recipes)) {
|
if (&find_virtualmin_recipe(\@recipes) ||
|
||||||
|
&foreign_installed("virtual-server")) {
|
||||||
# Controlled by Virtualmin
|
# Controlled by Virtualmin
|
||||||
if ($isglobal &&
|
if ($isglobal &&
|
||||||
&find_force_default_receipe(
|
&find_force_default_receipe(
|
||||||
|
|||||||
Reference in New Issue
Block a user