1 |
|
# $Id: qpsmtpd.spec,v 1.14 2008/04/09 13:51:55 slords Exp $ |
2 |
|
|
3 |
Name: qpsmtpd |
Name: qpsmtpd |
4 |
Version: 0.40 |
Version: 0.40 |
5 |
Release: 1.4%{?dist} |
Release: 1.10%{?dist} |
6 |
%define orig_version 0.40 |
%define orig_version 0.40 |
7 |
Summary: qpsmtpd |
Summary: qpsmtpd |
8 |
License: distributable |
License: distributable |
34 |
Patch103: qpsmtpd-0.40-peer_hooks.patch |
Patch103: qpsmtpd-0.40-peer_hooks.patch |
35 |
Patch104: qpsmtpd-0.40-clamd_conf.patch |
Patch104: qpsmtpd-0.40-clamd_conf.patch |
36 |
Patch105: qpsmtpd-0.40-denysoft.patch |
Patch105: qpsmtpd-0.40-denysoft.patch |
37 |
|
Patch106: qpsmtpd-0.40-clamav-headers.patch |
38 |
|
Patch107: qpsmtpd-0.40-rhsbl_disconnect.patch |
39 |
|
Patch108: qpsmtpd-0.40-badrcpttoPlugin.patch |
40 |
|
Patch109: qpsmtpd-0.40-spamassassin.patch |
41 |
|
Patch110: qpsmtpd-0.40-resolvable_fromhost.patch |
42 |
|
|
43 |
%description |
%description |
44 |
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
45 |
SMTP features, all functionality is implemented in small "extension |
SMTP features, all functionality is implemented in small "extension |
85 |
%patch103 -p1 |
%patch103 -p1 |
86 |
%patch104 -p1 |
%patch104 -p1 |
87 |
%patch105 -p1 |
%patch105 -p1 |
88 |
|
%patch106 -p1 |
89 |
|
%patch107 -p1 |
90 |
|
%patch108 -p1 |
91 |
|
%patch109 -p1 |
92 |
|
%patch110 -p1 |
93 |
|
|
94 |
%build |
%build |
95 |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl |
265 |
/usr/share/qpsmtpd/plugins/async/dnsbl |
/usr/share/qpsmtpd/plugins/async/dnsbl |
266 |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
267 |
|
|
268 |
|
%changelog |
269 |
|
* Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 0.40-1.10.sme |
270 |
|
- Fix resolvable_fromhost bug where one or more MX records points |
271 |
|
to unreachable hosts. [SME: 4403] |
272 |
|
|
273 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 0.40-1.9.sme |
274 |
|
- fix uninitialized value in spamassassin plugin [SME: 3340] |
275 |
|
|
276 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 0.40-1.8.sme |
277 |
|
- change to badrcptto plugin [SME: 3476] |
278 |
|
|
279 |
|
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 0.40-1.7.sme |
280 |
|
- Add support for disconnect option in rhsbl plugin [SME: 3390] |
281 |
|
|
282 |
|
* Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 0.40-1.6.sme |
283 |
|
- Move clamav headers to top to not mess up message signing. |
284 |
|
|
285 |
%pre |
* Thu Jun 28 2007 Gavin Weight <gweight@gmail.com> 0.40-1.5.sme |
286 |
if ! id smtpd >/dev/null 2>&1 |
- Remove the scriptlets within the .spec file. [SME: 3112] |
|
then |
|
|
# need to create smtpd user. |
|
|
if perl -e 'exit ! defined(getgrnam("postdrop"))' |
|
|
then |
|
|
# if postfix is installed, we will probably use |
|
|
# queue/postfix, which will need this: |
|
|
supp="-G postdrop" |
|
|
fi |
|
|
useradd -r -m $supp smtpd |
|
|
fi |
|
|
|
|
|
%post |
|
|
/sbin/chkconfig --add qpsmtpd-forkserver |
|
287 |
|
|
|
%changelog |
|
288 |
* Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme |
* Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme |
289 |
- Deny soft if clamscan fails [SME: 3098] |
- Deny soft if clamscan fails [SME: 3098] |
290 |
|
|