1 |
Name: qpsmtpd |
Name: qpsmtpd |
2 |
Version: 0.40 |
Version: 0.40 |
3 |
Release: 1.4%{?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 |
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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 |
|
|
|
|
256 |
%changelog |
%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 |
* Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme |
261 |
- Deny soft if clamscan fails [SME: 3098] |
- Deny soft if clamscan fails [SME: 3098] |
262 |
|
|