Commit a5742a36 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

spamd is not usually requried unless spamc is used - disable it to save resources

parent 85dba3a0
......@@ -5,7 +5,6 @@ all: spamassassin-service sa-update-service sa-update-timer
$(MAKE) -C Mail-SpamAssassin-3.4.4 install
install -v -Dm755 sa-update.cron /usr/share/spamassassin
@echo "$$SPAMASSASSIN_SERVICE" > /lib/systemd/system/spamassassin.service
systemctl enable spamassassin.service
@echo "$$SA_UPDATE_SERVICE" > /lib/systemd/system/sa-update.service
@echo "$$SA_UPDATE_TIMER" > /lib/systemd/system/sa-update.timer
install -d -m700 /etc/mail/spamassassin/sa-update-keys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment