1 |
|
# $Id$ |
2 |
|
|
3 |
Name: qpsmtpd |
Name: qpsmtpd |
4 |
Version: 0.40 |
Version: 0.40 |
5 |
Release: 1.0%{?dist} |
Release: 1.9%{?dist} |
6 |
%define orig_version 0.40 |
%define orig_version 0.40 |
7 |
Summary: qpsmtpd |
Summary: qpsmtpd |
8 |
License: distributable |
License: distributable |
32 |
Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch |
Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch |
33 |
Patch102: qpsmtpd-0.40-clamav_fix.patch |
Patch102: qpsmtpd-0.40-clamav_fix.patch |
34 |
Patch103: qpsmtpd-0.40-peer_hooks.patch |
Patch103: qpsmtpd-0.40-peer_hooks.patch |
35 |
|
Patch104: qpsmtpd-0.40-clamd_conf.patch |
36 |
|
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 |
|
|
42 |
%description |
%description |
43 |
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 |
44 |
SMTP features, all functionality is implemented in small "extension |
SMTP features, all functionality is implemented in small "extension |
80 |
#%patch8 -p0 -b .dns-random-id |
#%patch8 -p0 -b .dns-random-id |
81 |
%patch100 -p1 |
%patch100 -p1 |
82 |
%patch101 -p1 |
%patch101 -p1 |
83 |
%patch102 -p1 |
#%patch102 -p1 |
84 |
%patch103 -p1 |
%patch103 -p1 |
85 |
|
%patch104 -p1 |
86 |
|
%patch105 -p1 |
87 |
|
%patch106 -p1 |
88 |
|
%patch107 -p1 |
89 |
|
%patch108 -p1 |
90 |
|
%patch109 -p1 |
91 |
|
|
92 |
%build |
%build |
93 |
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 |
248 |
%config(noreplace) /etc/qpsmtpd/* |
%config(noreplace) /etc/qpsmtpd/* |
249 |
%config(noreplace) /etc/xinetd.d/smtp |
%config(noreplace) /etc/xinetd.d/smtp |
250 |
%config(noreplace) /etc/sysconfig/qpsmtpd-forkserver |
%config(noreplace) /etc/sysconfig/qpsmtpd-forkserver |
|
%attr(0700,smtpd,smtpd) %dir /var/spool/qpsmtpd |
|
|
%attr(0750,smtpd,smtpd) %dir /var/log/qpsmtpd |
|
251 |
|
|
252 |
%files apache -f qpsmtpd-apache-%{version}-filelist |
%files apache -f qpsmtpd-apache-%{version}-filelist |
253 |
%defattr(-,root,root) |
%defattr(-,root,root) |
263 |
/usr/share/qpsmtpd/plugins/async/dnsbl |
/usr/share/qpsmtpd/plugins/async/dnsbl |
264 |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
265 |
|
|
266 |
|
%changelog |
267 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 0.40-1.9.sme |
268 |
|
- fix uninitialized value in spamassassin plugin [SME: 3340] |
269 |
|
|
270 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 0.40-1.8.sme |
271 |
|
- change to badrcptto plugin [SME: 3476] |
272 |
|
|
273 |
|
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 0.40-1.7.sme |
274 |
|
- Add support for disconnect option in rhsbl plugin [SME: 3390] |
275 |
|
|
276 |
|
* Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 0.40-1.6.sme |
277 |
|
- Move clamav headers to top to not mess up message signing. |
278 |
|
|
279 |
|
* Thu Jun 28 2007 Gavin Weight <gweight@gmail.com> 0.40-1.5.sme |
280 |
|
- Remove the scriptlets within the .spec file. [SME: 3112] |
281 |
|
|
282 |
%pre |
* Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme |
283 |
if ! id smtpd >/dev/null 2>&1 |
- Deny soft if clamscan fails [SME: 3098] |
|
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 |
|
284 |
|
|
285 |
%post |
* Fri Jun 15 2007 Shad L. Lords <slords@mail.com> 0.40-1.3.sme |
286 |
/sbin/chkconfig --add qpsmtpd-forkserver |
- Fix clamd.conf path for clamav plugin [SME: 3067] |
287 |
|
|
288 |
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.2.sme |
289 |
|
- Fix clamav patch so service starts [SME: 3065] |
290 |
|
|
291 |
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.1.sme |
292 |
|
- Update for smeserver [SME: 3065] |
293 |
|
|
|
%changelog |
|
294 |
* Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0 |
* Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0 |
295 |
- updated to 0.40 - no code change. |
- updated to 0.40 - no code change. |
296 |
|
|