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 42 |
%define release 52 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
40 |
Patch29: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch |
Patch29: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch |
41 |
Patch30: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch2 |
Patch30: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch2 |
42 |
Patch31: smeserver-qpsmtpd-1.2.1-disclaimer.patch |
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 |
|
Patch39: smeserver-qpsmtpd-1.2.1-qplogsummStatus.patch |
51 |
|
Patch40: smeserver-qpsmtpd-1.2.1-logdebug.patch |
52 |
|
Patch41: smeserver-qpsmtpd-1.2.1-dividezerofix.patch |
53 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
54 |
Requires: qpsmtpd >= 0.40 |
Requires: qpsmtpd >= 0.40 |
55 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
80 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
81 |
|
|
82 |
%changelog |
%changelog |
83 |
|
* Thu Jan 10 2008 Gavin Weight <gweight@gmail.com>1.2.1-52 |
84 |
|
- Fix divide by zero error on log rotate. [SME: 3620] |
85 |
|
|
86 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net>1.2.1-51 |
87 |
|
- check_smtp_forward changed from loginfo to logdebug [SME: 3471] |
88 |
|
|
89 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50 |
90 |
|
- disable qplogsumm by deafult [SME: 2333] |
91 |
|
|
92 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49 |
93 |
|
- rename template-begin fragments [SME: 2333] |
94 |
|
|
95 |
|
* Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> |
96 |
|
- Add badrcptto_pattern rule to block "null" recipient addresses. |
97 |
|
[SME: 3476] |
98 |
|
|
99 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47 |
100 |
|
- Add configurable timeouts during SMTP command parsing and message |
101 |
|
body receipt. [SME: 3377] |
102 |
|
|
103 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46 |
104 |
|
- Disconnect immediately if dnsbl plugin rejects recipient addresses |
105 |
|
(and therefore would never accept the message). [SME: 3352] |
106 |
|
|
107 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45 |
108 |
|
- Configure hosts_allow plugin, which use the pre_connection hook |
109 |
|
and therefore needs to be done before the 'peers' plugin. |
110 |
|
[SME: 3352] |
111 |
|
|
112 |
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44 |
113 |
|
- Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229] |
114 |
|
|
115 |
|
* Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43 |
116 |
|
- Updates for disclaimer plugin [SME: 2648] |
117 |
|
|
118 |
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
119 |
- Add disclaimer plugin disabled by default [SME: 2648] |
- Add disclaimer plugin disabled by default [SME: 2648] |
120 |
|
|
684 |
%patch29 -p1 |
%patch29 -p1 |
685 |
%patch30 -p1 |
%patch30 -p1 |
686 |
%patch31 -p1 |
%patch31 -p1 |
687 |
|
%patch32 -p1 |
688 |
|
%patch33 -p1 |
689 |
|
%patch34 -p1 |
690 |
|
%patch35 -p1 |
691 |
|
%patch36 -p1 |
692 |
|
%patch37 -p1 |
693 |
|
%patch38 -p1 |
694 |
|
%patch39 -p1 |
695 |
|
%patch40 -p1 |
696 |
|
%patch41 -p1 |
697 |
|
|
698 |
%build |
%build |
699 |
perl createlinks |
perl createlinks |