mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +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;
|
||||
}
|
||||
}
|
||||
if (&find_virtualmin_recipe(\@recipes)) {
|
||||
if (&find_virtualmin_recipe(\@recipes) ||
|
||||
&foreign_installed("virtual-server")) {
|
||||
# Controlled by Virtualmin
|
||||
if ($isglobal &&
|
||||
&find_force_default_receipe(
|
||||
|
||||
Reference in New Issue
Block a user