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 46 |
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: 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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
48 |
Requires: qpsmtpd >= 0.40 |
Requires: qpsmtpd >= 0.40 |
49 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
74 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
75 |
|
|
76 |
%changelog |
%changelog |
77 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46 |
78 |
|
- Disconnect immediately if dnsbl plugin rejects recipient addresses |
79 |
|
(and therefore would never accept the message). [SME: 3352] |
80 |
|
|
81 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45 |
82 |
|
- Configure hosts_allow plugin, which use the pre_connection hook |
83 |
|
and therefore needs to be done before the 'peers' plugin. |
84 |
|
[SME: 3352] |
85 |
|
|
86 |
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44 |
87 |
|
- Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229] |
88 |
|
|
89 |
|
* Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43 |
90 |
|
- Updates for disclaimer plugin [SME: 2648] |
91 |
|
|
92 |
|
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
93 |
|
- Add disclaimer plugin disabled by default [SME: 2648] |
94 |
|
|
95 |
* 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 |
96 |
- Update for new features in qpsmtpd v0.40 |
- Update for new features in qpsmtpd v0.40 |
97 |
|
|
656 |
%patch27 -p1 |
%patch27 -p1 |
657 |
%patch28 -p1 |
%patch28 -p1 |
658 |
%patch29 -p1 |
%patch29 -p1 |
659 |
|
%patch30 -p1 |
660 |
|
%patch31 -p1 |
661 |
|
%patch32 -p1 |
662 |
|
%patch33 -p1 |
663 |
|
%patch34 -p1 |
664 |
|
%patch35 -p1 |
665 |
|
|
666 |
%build |
%build |
667 |
perl createlinks |
perl createlinks |
709 |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
710 |
done |
done |
711 |
|
|
712 |
|
DISABLE_EXTERNAL=" |
713 |
|
65disclaimer |
714 |
|
" |
715 |
|
|
716 |
|
for file in $DISABLE_EXTERNAL |
717 |
|
do |
718 |
|
echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file |
719 |
|
done |
720 |
|
|
721 |
( |
( |
722 |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
723 |
for file in * |
for file in * |