2 Commits

Author SHA1 Message Date
John Crisp
b452829bb9 * Tue Apr 08 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-8.sme
- Remove old createlink [SME: 12940]
2025-04-08 13:21:41 +02:00
John Crisp
5b998c570f * Mon Feb 24 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-7.sme
- run sa_update after install [SME: 12941]
2025-02-25 12:57:23 +01:00
3 changed files with 9 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ foreach (qw(
$event="smeserver-spamassassin-update";
event_link("systemd-default", $event, "88"); # updates all the service files etc
event_link("systemd-reload", $event, "89"); # systemctl daemon-reload
event_link("spamassassin-update", $event, "99"); # Hopefully restarts spamassassin
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/spamassassin");
templates2events("/etc/rsyslog.conf",$event);
templates2events("/etc/sysconfig/spamassassin",$event);

View File

@@ -0,0 +1 @@
spamassassin:any:/sbin/e-smith/signal-event smeserver-spamassassin-update

View File

@@ -4,7 +4,7 @@ Summary: SME Server - spamassassin anti-spam module
%define name smeserver-spamassassin
Name: %{name}
%define version 11.0.0
%define release 6
%define release 8
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -42,6 +42,12 @@ AutoReqProv: no
SME Server - spamassassin anti-spam module
%changelog
* Tue Apr 08 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-8.sme
- Remove old createlink [SME: 12940]
* Mon Feb 24 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-7.sme
- run sa_update after install [SME: 12941]
* Fri Jan 17 2025 Brian Read <brianr@koozali.org> 11.0.0-6.sme
- Add ignoredir in spec file for /var/service/qpsmtpd and s and u variants [SME: 12873]