vithalreddy/node-mailin

enable Spamassassin

sachinbhutani opened this issue · 1 comments

Enabling spamassassin with change to /etc/default/spamassassin is not allowed anymore.
spamassassin

Prior to version 3.4.2-1, spamd could be enabled by setting
ENABLED=1 in this file. This is no longer supported. Instead, please
use the update-rc.d command, invoked for example as "update-rc.d
spamassassin enable", to enable the spamd service.

Thanks for the PR.