mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
If automatic mail file location detection is ENABLED then we need to check for the mail server
This commit is contained in:
@@ -17,7 +17,7 @@ if ($config{'mail_system'} == 3) {
|
||||
&save_module_config();
|
||||
}
|
||||
}
|
||||
elsif (!$config{'send_mode'} || !$config{'auto'}) {
|
||||
elsif (!$config{'send_mode'} || $config{'auto'}) {
|
||||
# Make sure mail system is valid
|
||||
local ($ms) = grep { $_->[1] == $config{'mail_system'} }
|
||||
@mail_system_modules;
|
||||
|
||||
Reference in New Issue
Block a user