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 44 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
46 |
Requires: qpsmtpd >= 0.32-4.el4.sme |
Requires: qpsmtpd >= 0.40 |
47 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
48 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
49 |
Requires: daemontools |
Requires: daemontools |
72 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
73 |
|
|
74 |
%changelog |
%changelog |
75 |
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44 |
76 |
|
- Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229] |
77 |
|
|
78 |
|
* Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43 |
79 |
|
- Updates for disclaimer plugin [SME: 2648] |
80 |
|
|
81 |
|
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
82 |
|
- Add disclaimer plugin disabled by default [SME: 2648] |
83 |
|
|
84 |
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41 |
85 |
|
- Update for new features in qpsmtpd v0.40 |
86 |
|
|
87 |
* 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 |
88 |
- Remove conflicts qpsmtpd >= 0.33 |
- Remove conflicts qpsmtpd >= 0.33 |
89 |
|
|
644 |
%patch26 -p1 |
%patch26 -p1 |
645 |
%patch27 -p1 |
%patch27 -p1 |
646 |
%patch28 -p1 |
%patch28 -p1 |
647 |
|
%patch29 -p1 |
648 |
|
%patch30 -p1 |
649 |
|
%patch31 -p1 |
650 |
|
%patch32 -p1 |
651 |
|
%patch33 -p1 |
652 |
|
|
653 |
%build |
%build |
654 |
perl createlinks |
perl createlinks |
696 |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
697 |
done |
done |
698 |
|
|
699 |
|
DISABLE_EXTERNAL=" |
700 |
|
65disclaimer |
701 |
|
" |
702 |
|
|
703 |
|
for file in $DISABLE_EXTERNAL |
704 |
|
do |
705 |
|
echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file |
706 |
|
done |
707 |
|
|
708 |
( |
( |
709 |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
710 |
for file in * |
for file in * |