Dovecot submission protocol keeps getting turned back on after Debian upgrade
Solution 1:
If you don't need the Dovecot submission daemon, you can just remove the package that provided that functionality.
ec2-user@vmtest-debian10:~$ sudo apt purge dovecot-submissiond
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
dovecot-submissiond*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 1,165 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 39064 files and directories currently installed.)
Removing dovecot-submissiond (1:2.3.4.1-5+deb10u6) ...
Processing triggers for dovecot-core (1:2.3.4.1-5+deb10u6) ...
(Reading database ... 39057 files and directories currently installed.)
Purging configuration files for dovecot-submissiond (1:2.3.4.1-5+deb10u6) ...
If apt didn't restart dovecot during the removal, you will need to do so yourself.