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 52 |
%define release 55 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
50 |
Patch39: smeserver-qpsmtpd-1.2.1-qplogsummStatus.patch |
Patch39: smeserver-qpsmtpd-1.2.1-qplogsummStatus.patch |
51 |
Patch40: smeserver-qpsmtpd-1.2.1-logdebug.patch |
Patch40: smeserver-qpsmtpd-1.2.1-logdebug.patch |
52 |
Patch41: smeserver-qpsmtpd-1.2.1-dividezerofix.patch |
Patch41: smeserver-qpsmtpd-1.2.1-dividezerofix.patch |
53 |
|
Patch42: smeserver-qpsmtpd-1.2.1-rblsbl.patch3 |
54 |
|
Patch43: smeserver-qpsmtpd-1.2.1-FixDisclaimerEmptyLines.patch |
55 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
56 |
Requires: qpsmtpd >= 0.40 |
Requires: qpsmtpd >= 0.40 |
57 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
82 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
83 |
|
|
84 |
%changelog |
%changelog |
85 |
* Thu Jan 10 2008 Gavin Weight <gweight@gmail.com>1.2.1-52 |
* Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 1.2.1-55 |
86 |
|
- Fix empty lines and add feature to specify disclaimer directory. |
87 |
|
(thanks, Federico Simoncelli). [SME: 3244] |
88 |
|
|
89 |
|
* Thu Apr 17 2008 Gavin Weight <gweight@gmail.com> 1.2.1-54 |
90 |
|
- Migrate ordb.net entries away. [SME: 4214] |
91 |
|
|
92 |
|
* Tue Jan 29 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.1-53 |
93 |
|
- Enable auth plugin for local connections. [SME: 2631] |
94 |
|
|
95 |
|
* Thu Jan 10 2008 Gavin Weight <gweight@gmail.com> 1.2.1-52 |
96 |
- Fix divide by zero error on log rotate. [SME: 3620] |
- Fix divide by zero error on log rotate. [SME: 3620] |
97 |
|
|
98 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net>1.2.1-51 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.1-51 |
99 |
- check_smtp_forward changed from loginfo to logdebug [SME: 3471] |
- check_smtp_forward changed from loginfo to logdebug [SME: 3471] |
100 |
|
|
101 |
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50 |
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50 |
102 |
- disable qplogsumm by deafult [SME: 2333] |
- disable qplogsumm by deafult [SME: 3727] |
103 |
|
|
104 |
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49 |
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49 |
105 |
- rename template-begin fragments [SME: 2333] |
- rename template-begin fragments [SME: 2333] |
106 |
|
|
107 |
* Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> |
* Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-48 |
108 |
- Add badrcptto_pattern rule to block "null" recipient addresses. |
- Add badrcptto_pattern rule to block "null" recipient addresses. |
109 |
[SME: 3476] |
[SME: 3476] |
110 |
|
|
706 |
%patch39 -p1 |
%patch39 -p1 |
707 |
%patch40 -p1 |
%patch40 -p1 |
708 |
%patch41 -p1 |
%patch41 -p1 |
709 |
|
%patch42 -p1 |
710 |
|
%patch43 -p1 |
711 |
|
|
712 |
%build |
%build |
713 |
perl createlinks |
perl createlinks |
741 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |
742 |
|
|
743 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
|
05auth_cvm_unix_local |
|
744 |
10check_earlytalker |
10check_earlytalker |
745 |
12count_unrecognized_commands |
12count_unrecognized_commands |
746 |
16require_resolvable_fromhost |
16require_resolvable_fromhost |