1 |
Name: qpsmtpd |
Name: qpsmtpd |
2 |
Version: 0.40 |
Version: 0.40 |
3 |
Release: 1.1%{?dist} |
Release: 1.5%{?dist} |
4 |
%define orig_version 0.40 |
%define orig_version 0.40 |
5 |
Summary: qpsmtpd |
Summary: qpsmtpd |
6 |
License: distributable |
License: distributable |
30 |
Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch |
Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch |
31 |
Patch102: qpsmtpd-0.40-clamav_fix.patch |
Patch102: qpsmtpd-0.40-clamav_fix.patch |
32 |
Patch103: qpsmtpd-0.40-peer_hooks.patch |
Patch103: qpsmtpd-0.40-peer_hooks.patch |
33 |
|
Patch104: qpsmtpd-0.40-clamd_conf.patch |
34 |
|
Patch105: qpsmtpd-0.40-denysoft.patch |
35 |
|
|
36 |
%description |
%description |
37 |
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 |
74 |
#%patch8 -p0 -b .dns-random-id |
#%patch8 -p0 -b .dns-random-id |
75 |
%patch100 -p1 |
%patch100 -p1 |
76 |
%patch101 -p1 |
%patch101 -p1 |
77 |
%patch102 -p1 |
#%patch102 -p1 |
78 |
%patch103 -p1 |
%patch103 -p1 |
79 |
|
%patch104 -p1 |
80 |
|
%patch105 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
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 |
253 |
/usr/share/qpsmtpd/plugins/async/dnsbl |
/usr/share/qpsmtpd/plugins/async/dnsbl |
254 |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
/usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost |
255 |
|
|
256 |
|
%changelog |
257 |
|
* Thu Jun 28 2007 Gavin Weight <gweight@gmail.com> 0.40-1.5.sme |
258 |
|
- Remove the scriptlets within the .spec file. [SME: 3112] |
259 |
|
|
260 |
|
* Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme |
261 |
|
- Deny soft if clamscan fails [SME: 3098] |
262 |
|
|
263 |
|
* Fri Jun 15 2007 Shad L. Lords <slords@mail.com> 0.40-1.3.sme |
264 |
|
- Fix clamd.conf path for clamav plugin [SME: 3067] |
265 |
|
|
266 |
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.2.sme |
267 |
|
- Fix clamav patch so service starts [SME: 3065] |
268 |
|
|
|
|
|
|
%pre |
|
|
if ! id smtpd >/dev/null 2>&1 |
|
|
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 |
|
|
|
|
|
%changelog |
|
269 |
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.1.sme |
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.1.sme |
270 |
- Update for smeserver |
- Update for smeserver [SME: 3065] |
271 |
|
|
272 |
* Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0 |
* Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0 |
273 |
- updated to 0.40 - no code change. |
- updated to 0.40 - no code change. |