-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MailScanner and MailWatch, fix opendkim install
- Loading branch information
1 parent
d449a4a
commit ed2f6c4
Showing
8 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/bin/sh | ||
#-----------------------------------------------------------------------------# | ||
# eFa 5.0.0 initial mailwatch-configuration script | ||
#-----------------------------------------------------------------------------# | ||
# Copyright (C) 2024 https://efa-project.org | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
#-----------------------------------------------------------------------------# | ||
|
||
#-----------------------------------------------------------------------------# | ||
# Source the settings file | ||
#-----------------------------------------------------------------------------# | ||
source /usr/src/eFa/eFa-settings.inc | ||
#-----------------------------------------------------------------------------# | ||
|
||
sed -i "/^Socket / c\Socket inet:8891@localhost" /etc/opendkim.conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
Name: eFa | ||
Summary: eFa Maintenance rpm | ||
Version: 4.0.4 | ||
Release: 41.eFa%{?dist} | ||
Release: 42.eFa%{?dist} | ||
Epoch: 1 | ||
Group: Applications/System | ||
URL: https://efa-project.org | ||
|
@@ -215,7 +215,7 @@ Requires: unrar >= 6.1.7-1 | |
# sqlgrey # eFa # Greylisting | ||
Requires: spamassassin_eFa >= 3.4.6-1 | ||
# spamassassin # eFa # MailScanner | ||
Requires: MailScanner >= 5.5.1-4 | ||
Requires: MailScanner >= 5.5.1-5 | ||
# MailScanner # eFa # MailScanner | ||
Requires: clamav-unofficial-sigs >= 7.2.2-1 | ||
# clamav-unofficial-sigs # eFa # clamav | ||
|
@@ -229,7 +229,7 @@ Requires: perl-libnet >= 3.11-1 | |
# perl-libnet # eFa # Spamassassin | ||
Requires: perl-Encoding-FixLatin >= 1.04-1 | ||
# perl-Encoding-FixLatin # eFa # MailWatch | ||
Requires: MailWatch >= 1:1.2.21-1 | ||
Requires: MailWatch >= 1:1.2.23-1 | ||
# MailWatch # eFa # MailWatch Frontend | ||
Requires: dcc >= 2.3.167-2 | ||
# dcc # eFa # Spamassassin, MailScanner | ||
|
@@ -483,6 +483,7 @@ if [ "$1" = "1" ]; then | |
/bin/sh %{_usrsrc}/eFa/razor-config-4.0.0.sh | ||
/bin/sh %{_usrsrc}/eFa/dcc-config-4.0.0.sh | ||
/bin/sh %{_usrsrc}/eFa/unbound-config-4.0.0.sh | ||
/bin/sh %{_usrsrc}/eFa/opendkim-config-4.0.0.sh | ||
/bin/sh %{_usrsrc}/eFa/yum-cron-config-4.0.0.sh | ||
/bin/sh %{_usrsrc}/eFa/service-config-4.0.0.sh | ||
/bin/sh %{_usrsrc}/eFa/eFa-config-4.0.0.sh | ||
|
@@ -568,6 +569,9 @@ rm -rf $RPM_BUILD_ROOT | |
%attr(0644, root, root) %{_sysconfdir}/logrotate.d/eFa-logrotate | ||
|
||
%changelog | ||
* Sat Apr 06 2024 eFa Project <[email protected]> - 4.0.4-42 | ||
- Fix opendkim during install, update MailScanner and MailWatch | ||
|
||
* Sat Mar 04 2023 eFa Project <[email protected]> - 4.0.4-40 | ||
- Add IUS Archive repo for centos7 hosts | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%define releasenum 4 | ||
%define releasenum 5 | ||
%undefine _disable_source_fetch | ||
|
||
Name: MailScanner | ||
|