Skip to content

Commit

Permalink
Fix to also disable a new spamd service in Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 22, 2023
1 parent 97647de commit 0ce8fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Virtualmin/Config/Plugin/SpamAssassin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ sub actions {
# Stop it, so a default install is small. Can be enabled during wizard.
init::disable_at_boot("spamassassin");
init::stop_action("spamassassin");
init::disable_at_boot("spamd");
init::stop_action("spamd");
$self->done(1); # OK!
};
if ($@) {
Expand Down

0 comments on commit 0ce8fbe

Please sign in to comment.