2 |
%define name smeserver-qpsmtpd |
%define name smeserver-qpsmtpd |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.1 |
%define version 1.2.1 |
5 |
%define release 41 |
%define release 49 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
38 |
Patch27: smeserver-qpsmtpd-1.2.1-qplogsumm.patch |
Patch27: smeserver-qpsmtpd-1.2.1-qplogsumm.patch |
39 |
Patch28: smeserver-qpsmtpd-1.2.1-logterse.patch2 |
Patch28: smeserver-qpsmtpd-1.2.1-logterse.patch2 |
40 |
Patch29: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch |
Patch29: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch |
41 |
Patch30: qpsmtpd-0.40-clamav_fix.patch2 |
Patch30: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch2 |
42 |
|
Patch31: smeserver-qpsmtpd-1.2.1-disclaimer.patch |
43 |
|
Patch32: smeserver-qpsmtpd-1.2.1-disclaimer.patch2 |
44 |
|
Patch33: smeserver-qpsmtpd-1.2.1-rblsbl.patch2 |
45 |
|
Patch34: smeserver-qpsmtpd-1.2.1-hosts_allow.patch |
46 |
|
Patch35: smeserver-qpsmtpd-1.2.1-dnsbl_disconnect.patch |
47 |
|
Patch36: smeserver-qpsmtpd-1.2.1-timeouts.patch |
48 |
|
Patch37: smeserver-qpsmtpd-1.2.1-badrcptto_empty_local.patch |
49 |
|
Patch38: smeserver-qpsmtpd-1.2.1-templatebegin.patch |
50 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
51 |
Requires: qpsmtpd >= 0.40 |
Requires: qpsmtpd >= 0.40 |
52 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
77 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
78 |
|
|
79 |
%changelog |
%changelog |
80 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49 |
81 |
|
- rename template-begin fragments [SME: 2333] |
82 |
|
|
83 |
|
* Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> |
84 |
|
- Add badrcptto_pattern rule to block "null" recipient addresses. |
85 |
|
[SME: 3476] |
86 |
|
|
87 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47 |
88 |
|
- Add configurable timeouts during SMTP command parsing and message |
89 |
|
body receipt. [SME: 3377] |
90 |
|
|
91 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46 |
92 |
|
- Disconnect immediately if dnsbl plugin rejects recipient addresses |
93 |
|
(and therefore would never accept the message). [SME: 3352] |
94 |
|
|
95 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45 |
96 |
|
- Configure hosts_allow plugin, which use the pre_connection hook |
97 |
|
and therefore needs to be done before the 'peers' plugin. |
98 |
|
[SME: 3352] |
99 |
|
|
100 |
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44 |
101 |
|
- Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229] |
102 |
|
|
103 |
|
* Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43 |
104 |
|
- Updates for disclaimer plugin [SME: 2648] |
105 |
|
|
106 |
|
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
107 |
|
- Add disclaimer plugin disabled by default [SME: 2648] |
108 |
|
|
109 |
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41 |
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41 |
110 |
- Update for new features in qpsmtpd v0.40 |
- Update for new features in qpsmtpd v0.40 |
111 |
|
|
671 |
%patch28 -p1 |
%patch28 -p1 |
672 |
%patch29 -p1 |
%patch29 -p1 |
673 |
%patch30 -p1 |
%patch30 -p1 |
674 |
|
%patch31 -p1 |
675 |
|
%patch32 -p1 |
676 |
|
%patch33 -p1 |
677 |
|
%patch34 -p1 |
678 |
|
%patch35 -p1 |
679 |
|
%patch36 -p1 |
680 |
|
%patch37 -p1 |
681 |
|
%patch38 -p1 |
682 |
|
|
683 |
%build |
%build |
684 |
perl createlinks |
perl createlinks |
726 |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
727 |
done |
done |
728 |
|
|
729 |
|
DISABLE_EXTERNAL=" |
730 |
|
65disclaimer |
731 |
|
" |
732 |
|
|
733 |
|
for file in $DISABLE_EXTERNAL |
734 |
|
do |
735 |
|
echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file |
736 |
|
done |
737 |
|
|
738 |
( |
( |
739 |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
740 |
for file in * |
for file in * |