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 40 |
%define release 45 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
37 |
Patch26: smeserver-qpsmtpd-1.2.1-logterse_stats.patch |
Patch26: smeserver-qpsmtpd-1.2.1-logterse_stats.patch |
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 |
41 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
47 |
Requires: qpsmtpd >= 0.32-4.el4.sme |
Requires: qpsmtpd >= 0.40 |
48 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
49 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
50 |
Requires: daemontools |
Requires: daemontools |
73 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
74 |
|
|
75 |
%changelog |
%changelog |
76 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45 |
77 |
|
- Configure hosts_allow plugin, which use the pre_connection hook |
78 |
|
and therefore needs to be done before the 'peers' plugin. |
79 |
|
[SME: 3352] |
80 |
|
|
81 |
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44 |
82 |
|
- Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229] |
83 |
|
|
84 |
|
* Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43 |
85 |
|
- Updates for disclaimer plugin [SME: 2648] |
86 |
|
|
87 |
|
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
88 |
|
- Add disclaimer plugin disabled by default [SME: 2648] |
89 |
|
|
90 |
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41 |
91 |
|
- Update for new features in qpsmtpd v0.40 |
92 |
|
|
93 |
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-40 |
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-40 |
94 |
- Remove conflicts qpsmtpd >= 0.33 |
- Remove conflicts qpsmtpd >= 0.33 |
95 |
|
|
650 |
%patch26 -p1 |
%patch26 -p1 |
651 |
%patch27 -p1 |
%patch27 -p1 |
652 |
%patch28 -p1 |
%patch28 -p1 |
653 |
|
%patch29 -p1 |
654 |
|
%patch30 -p1 |
655 |
|
%patch31 -p1 |
656 |
|
%patch32 -p1 |
657 |
|
%patch33 -p1 |
658 |
|
%patch34 -p1 |
659 |
|
|
660 |
%build |
%build |
661 |
perl createlinks |
perl createlinks |
703 |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
704 |
done |
done |
705 |
|
|
706 |
|
DISABLE_EXTERNAL=" |
707 |
|
65disclaimer |
708 |
|
" |
709 |
|
|
710 |
|
for file in $DISABLE_EXTERNAL |
711 |
|
do |
712 |
|
echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file |
713 |
|
done |
714 |
|
|
715 |
( |
( |
716 |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
717 |
for file in * |
for file in * |