Commit graph

387 commits

Author SHA1 Message Date
Jerry Benton ae878a57a6 Merge pull request #54 from shawniverson/mssystemd
systemd enhancements
2017-06-07 19:50:47 -04:00
shawniverson 282ac3e673 systemd enhancements
cleanup mailscanner.spec spacing
add systemd logic
add ms-systemd
add ms-sendmail*
2017-06-06 18:41:40 -04:00
Jerry Benton bdabaeee90 Merge pull request #52 from dwhile/patch-1
Race condition on restart
2017-04-28 05:08:40 -04:00
dwhile 66c929ba82 Race condition on restart
Both ms-init and MailScanner try to reomve the PID file when stopping. This change stops ms-init from removing the file and adds a wait until the file is removed by MailScanner until continuing.
2017-04-28 09:53:32 +01:00
Jerry Benton eaec99da66 Merge pull request #51 from cgsecurity/master
Quiet wget and curl in ms-update-safe-sites and ms-update-bad-sites
2017-04-28 00:55:56 -04:00
Christophe GRENIER f92a1d1a78 Quiet wget and curl in ms-update-safe-sites 2017-04-27 12:23:27 +02:00
Christophe GRENIER 4ff9f2719e Update ms-update-bad-sites
Quiet curl and wget
2017-04-27 12:22:02 +02:00
Jerry Benton 9a58eb3cec Merge pull request #36 from giosh94mhz/track_spamassassin_rule_action
Log all SpamAssassin rules triggered
2017-04-05 15:05:18 -04:00
Giorgio Premi e82c4d5500 Fix configuration chaining for spamassassin rules actions 2017-04-05 12:44:43 +02:00
Giorgio Premi f759ce0546 Log all SpamAssassin rules triggered 2017-04-05 11:37:07 +02:00
Jerry Benton b755557d9e Merge pull request #45 from asuweb/MailWatch-RBL
Adds rblspamreport to returned array for use in custom functions
2017-03-18 21:41:29 -04:00
Alan Urquhart b9069a9f91 Adds rblspamreport to returned array for use in custom functions 2017-03-18 19:25:55 +00:00
Jerry Benton df1d74a6e6 Merge pull request #33 from giosh94mhz/v5_unrar_fixes
Unrar v5: use vt command to detect encrypted files
2017-03-08 12:04:41 -05:00
Jerry Benton e00a33b83d Merge pull request #44 from msapiro/master
Fix for https://github.com/MailScanner/v5/issues/43.
2017-03-07 22:24:33 -05:00
Jerry.Benton ae1a882137 postfix updates
none
2017-03-07 22:24:19 -05:00
Mark Sapiro 40ac7a20e6 Fix for https://github.com/MailScanner/v5/issues/43. 2017-03-07 16:23:42 -08:00
Giorgio Premi 47220e71c5 Unrar v5: use vt command to detect encrypted files 2016-12-23 11:39:52 +01:00
Jerry.Benton 8ad3b65283 v5.0.4-4
updates
2016-12-03 07:53:12 -05:00
Jerry.Benton 81b7da24ed v5.0.4-4
updated postfix, spec, and readme
2016-11-16 18:20:38 -05:00
Jerry Benton d035b141c7 Merge pull request #32 from shawniverson/master
Fix to allow spaces in $RName
2016-11-16 18:15:17 -05:00
shawniverson 3c45326c42 Fix to allow spaces in $RName 2016-11-16 17:39:34 -05:00
Jerry.Benton f04d0e1fe4 v5.0.4-3 pkg
none
2016-11-10 13:21:09 -05:00
Jerry.Benton 01de19a281 v5.0.4-3 update
none
2016-11-09 17:36:22 -05:00
Jerry.Benton 2a1455a8dd v5.0.4-3 fix
none
2016-11-09 11:58:38 -05:00
Jerry Benton 25726d4b85 Merge pull request #31 from endelwar/fix-installer-double-quote
Fix installer double quote
2016-11-08 08:43:18 -05:00
Manuel Dalla Lana a5a1823f9e Remove unused variable in nix installer 2016-11-08 10:40:52 +01:00
Manuel Dalla Lana c3d56458d6 Use right syntax in suse installer for variable double quote 2016-11-08 10:40:22 +01:00
Jerry.Benton 31e047342e v5.0.4-2 update
none
2016-11-08 00:29:06 -05:00
Jerry.Benton 54b7c226a7 v5.0.4-2
pending changes before build is released
2016-11-07 23:42:33 -05:00
Jerry.Benton e4f57fccca pull request #27
update
2016-11-07 23:22:18 -05:00
Jerry Benton 5e202f6d2c Merge pull request #30 from endelwar/install-script-fixes
Install script fixes
2016-11-07 23:21:37 -05:00
Jerry Benton ec555aff3f Merge pull request #25 from shawniverson/master
Fix for MailScanner v4 to v5 Upgrade Missing Files
2016-11-07 23:12:12 -05:00
Jerry.Benton fe24685244 5.0.4 beta3
none
2016-11-07 23:07:47 -05:00
Jerry.Benton 51e9792330 5.0.4 beta2
none
2016-11-07 23:04:58 -05:00
Jerry.Benton 2245a93e39 5.0.4 beta
push
2016-11-07 22:47:40 -05:00
Manuel Dalla Lana e9c05bb76c Double quote to prevent globbing and word splitting
if `$THISCURRPMDIR` contains spaces some issue can happen.
`$CURL` in nix/install.sh is escaped for the same reason
2016-11-07 19:59:16 +01:00
Manuel Dalla Lana 4aba337655 Replace —-force with —-force-depends in debian install script
There in no `—-force` flag in dpkg
2016-11-07 19:38:38 +01:00
Manuel Dalla Lana 92518a86b5 Replace —nodeps with —force-depends in debian install script
There is no `—nodeps` flag in dpkg
2016-11-07 19:29:05 +01:00
Manuel Dalla Lana 90dc4c8f7f Fix install of sendmail on Debian 7
On Debian 7 (wheezy) `sendmail` install need to be installed together `sendmail-bin` when exim4 is installed (this is the default install)
2016-11-07 19:09:15 +01:00
shawniverson f58677c593 Fix for MailScanner v4 to v5 Upgrade Missing Files
Fixes an issue in which the pre and post uninstall scripts in v4 trample
the v5 upgrade process at the end of install.
2016-10-20 23:26:18 -04:00
Jerry Benton 9b2df8edc7 Merge pull request #24 from endelwar/patch-1
Fix enabling ramdisk on Debian
2016-10-18 05:21:38 -04:00
Jerry Benton 7ec6f720d1 Merge pull request #24 from endelwar/patch-1
Fix enabling ramdisk on Debian
2016-10-18 05:21:38 -04:00
Manuel Dalla Lana 8289cdd215 Fix enabling ramdisk on RHEL and Suse 2016-10-18 11:20:11 +02:00
Manuel Dalla Lana fcc9d5a3de Fix enabling ramdisk on RHEL and Suse 2016-10-18 11:20:11 +02:00
Manuel Dalla Lana f1da730931 Fix enabling ramdisk on debian
/etc/MailScanner/default on Debian install states `ramdisk_sync=0` while install.sh search for `#ramdisk_sync=1` for sed substitution
2016-10-18 11:10:14 +02:00
Jerry.Benton eaf81f1d96 updated from issue #16
none
2016-10-14 02:48:15 -04:00
Jerry.Benton c1c957693f issue #18 added
added option in message.pm
2016-10-14 02:42:12 -04:00
Jerry.Benton 026e879f6f update save script
none
2016-10-14 02:38:25 -04:00
Jerry Benton dec4735146 Merge pull request #22 from msapiro/master
Fix mailman listinfo URLs.
2016-10-14 02:35:30 -04:00
Mark Sapiro c15666873d Fix mailman listinfo URLs. 2016-10-13 11:16:17 -07:00