1 |
filippocarletti |
1.25 |
# $Id: qpsmtpd.spec,v 1.24 2009/11/05 18:06:59 snetram Exp $ |
2 |
slords |
1.14 |
|
3 |
slords |
1.1 |
Name: qpsmtpd |
4 |
slords |
1.17 |
Version: 0.83 |
5 |
filippocarletti |
1.25 |
Release: 0.7%{?dist} |
6 |
slords |
1.17 |
Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async |
7 |
slords |
1.1 |
License: distributable |
8 |
|
|
Group: System Environment/Daemons |
9 |
|
|
URL: http://smtpd.develooper.com/ |
10 |
slords |
1.17 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
11 |
slords |
1.1 |
BuildRequires: perl >= 0:5.00503 |
12 |
filippocarletti |
1.25 |
BuildArch: noarch |
13 |
slords |
1.2 |
Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) |
14 |
slords |
1.21 |
Requires(pre): coreutils, shadow-utils, perl |
15 |
slords |
1.1 |
|
16 |
slords |
1.17 |
Source0: %{name}-%{version}.tar.gz |
17 |
slords |
1.1 |
Source1: qpsmtpd-forkserver.rc |
18 |
|
|
Source2: qpsmtpd-forkserver.sysconfig |
19 |
slords |
1.2 |
Source3: qpsmtpd-plugin-file_connection |
20 |
|
|
Source4: qpsmtpd-xinetd |
21 |
|
|
Source5: in.qpsmtpd |
22 |
slords |
1.17 |
Source6: qpsmtpd.conf |
23 |
|
|
Source7: README.selinux |
24 |
|
|
|
25 |
slords |
1.20 |
Patch10: qpsmtpd-0.83-loginit.patch |
26 |
snetram |
1.24 |
Patch11: qpsmtpd-48d1a5b9febc96d2d3c4110500759e36fb4eabb6.patch |
27 |
|
|
Patch12: qpsmtpd-de3fbb565f711bc27e7bfa061e83c3020710dc16.patch |
28 |
slords |
1.20 |
|
29 |
slords |
1.17 |
Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch |
30 |
|
|
Patch101: qpsmtpd-0.83-peer_hooks.patch |
31 |
|
|
Patch102: qpsmtpd-0.83-clamd_conf.patch |
32 |
|
|
Patch103: qpsmtpd-0.83-clamav-headers.patch |
33 |
slords |
1.1 |
|
34 |
|
|
%description |
35 |
|
|
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
36 |
|
|
SMTP features, all functionality is implemented in small "extension |
37 |
|
|
plugins" using the easy to use object oriented plugin API. |
38 |
|
|
|
39 |
|
|
qpsmtpd was originally written as a drop-in qmail-smtpd replacement, but |
40 |
|
|
now it also includes a smtp forward and a postfix "backend". |
41 |
|
|
|
42 |
|
|
%package apache |
43 |
slords |
1.17 |
Requires: perl(mod_perl2) |
44 |
slords |
1.1 |
Summary: mod_perl-2 connection handler for qpsmtpd |
45 |
|
|
Group: System Environment/Daemons |
46 |
|
|
|
47 |
slords |
1.2 |
%package async |
48 |
|
|
Summary: qpsmtpd using async I/O in a single process |
49 |
|
|
Group: System Environment/Daemons |
50 |
|
|
|
51 |
slords |
1.1 |
%description apache |
52 |
|
|
|
53 |
|
|
This module implements a mod_perl/apache 2.0 connection handler |
54 |
|
|
that turns Apache into an SMTP server using Qpsmtpd. |
55 |
|
|
|
56 |
slords |
1.2 |
%description async |
57 |
|
|
This package contains the Qpsmtpd::PollServer module, which allows |
58 |
|
|
qpsmtd to handle many connections in a single process and the |
59 |
|
|
qpsmpd-async which uses it. |
60 |
|
|
|
61 |
slords |
1.1 |
%prep |
62 |
slords |
1.17 |
%setup -q |
63 |
slords |
1.20 |
%patch10 -p1 |
64 |
snetram |
1.24 |
%patch11 -p1 |
65 |
|
|
%patch12 -p1 |
66 |
slords |
1.1 |
%patch100 -p1 |
67 |
|
|
%patch101 -p1 |
68 |
slords |
1.17 |
%patch102 -p1 |
69 |
slords |
1.1 |
%patch103 -p1 |
70 |
slords |
1.17 |
|
71 |
slords |
1.1 |
|
72 |
|
|
%build |
73 |
slords |
1.17 |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=%{_prefix}/lib/perl5/site_perl |
74 |
slords |
1.1 |
make |
75 |
|
|
|
76 |
|
|
%clean |
77 |
|
|
rm -rf $RPM_BUILD_ROOT |
78 |
|
|
%install |
79 |
|
|
|
80 |
|
|
rm -rf $RPM_BUILD_ROOT |
81 |
|
|
eval `perl '-V:installarchlib'` |
82 |
|
|
mkdir -p $RPM_BUILD_ROOT/$installarchlib |
83 |
|
|
if grep -q DESTDIR Makefile |
84 |
|
|
then |
85 |
|
|
make DESTDIR=$RPM_BUILD_ROOT |
86 |
|
|
find blib/lib -name '*.pm.*' -exec rm -f {} \; |
87 |
|
|
make DESTDIR=$RPM_BUILD_ROOT install |
88 |
|
|
|
89 |
|
|
else |
90 |
|
|
make PREFIX=$RPM_BUILD_ROOT/usr |
91 |
|
|
find blib/lib -name '*.pm.*' -exec rm -f {} \; |
92 |
|
|
make PREFIX=$RPM_BUILD_ROOT/usr install |
93 |
|
|
fi |
94 |
slords |
1.17 |
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name} |
95 |
|
|
rm -f ${RPM_BUILD_ROOT}%{_datadir}/%{name}/plugins/*.* |
96 |
|
|
cp -r plugins ${RPM_BUILD_ROOT}%{_datadir}/%{name}/plugins |
97 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name} |
98 |
|
|
rm -f ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/*.* |
99 |
|
|
cp -r config.sample/* ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/ |
100 |
|
|
echo %{_datadir}/%{name}/plugins > ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/plugin_dirs |
101 |
|
|
echo %{_localstatedir}/spool/qpsmtpd > ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/spool_dir |
102 |
|
|
echo logging/file_connection loglevel LOGINFO %{_localstatedir}/log/qpsmtpd/%Y-%m-%d > ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/logging |
103 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_initrddir} |
104 |
|
|
cp %{SOURCE1} ${RPM_BUILD_ROOT}%{_initrddir}/qpsmtpd-forkserver |
105 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig |
106 |
|
|
cp %{SOURCE2} ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/qpsmtpd-forkserver |
107 |
|
|
cp %{SOURCE3} ${RPM_BUILD_ROOT}%{_datadir}/%{name}/plugins/logging/file_connection |
108 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/spool/qpsmtpd |
109 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/log/qpsmtpd |
110 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d |
111 |
|
|
cp %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/smtp |
112 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} |
113 |
|
|
cp %{SOURCE5} ${RPM_BUILD_ROOT}%{_sbindir}/in.smtp |
114 |
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d |
115 |
|
|
cp %{SOURCE6} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d |
116 |
|
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-apache-%{version} |
117 |
|
|
cp %{SOURCE7} $RPM_BUILD_ROOT%{_docdir}/%{name}-apache-%{version} |
118 |
|
|
rm -f ${RPM_BUILD_ROOT}%{_bindir}/%{name}-prefork |
119 |
slords |
1.1 |
|
120 |
|
|
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress |
121 |
|
|
|
122 |
slords |
1.17 |
find ${RPM_BUILD_ROOT}%{_prefix} \( -name perllocal.pod -o -name .packlist \) -exec rm {} \; |
123 |
|
|
find ${RPM_BUILD_ROOT}%{_prefix} -type f -print | \ |
124 |
slords |
1.1 |
sed "s@^$RPM_BUILD_ROOT@@g" | \ |
125 |
slords |
1.17 |
grep -v [Aa]sync | \ |
126 |
|
|
grep -v packaging | \ |
127 |
|
|
grep -v README.selinux | \ |
128 |
|
|
grep -v /Apache | \ |
129 |
|
|
grep -v /Danga | \ |
130 |
|
|
grep -v Qpsmtpd/ConfigServer.pm | \ |
131 |
|
|
grep -v Qpsmtpd/PollServer.pm > %{name}-%{version}-%{release}-filelist |
132 |
|
|
if [ "$(cat %{name}-%{version}-%{release}-filelist)X" = "X" ] ; then |
133 |
slords |
1.1 |
echo "ERROR: EMPTY FILE LIST" |
134 |
|
|
exit -1 |
135 |
|
|
fi |
136 |
|
|
|
137 |
slords |
1.17 |
%files -f %{name}-%{version}-%{release}-filelist |
138 |
slords |
1.1 |
%defattr(-,root,root) |
139 |
|
|
%doc CREDITS Changes LICENSE README README.plugins STATUS |
140 |
slords |
1.17 |
%{_initrddir}/qpsmtpd-forkserver |
141 |
|
|
%config(noreplace) %{_sysconfdir}/qpsmtpd/* |
142 |
|
|
%config(noreplace) %{_sysconfdir}/xinetd.d/smtp |
143 |
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/qpsmtpd-forkserver |
144 |
slords |
1.1 |
|
145 |
slords |
1.17 |
%files apache |
146 |
slords |
1.1 |
%defattr(-,root,root) |
147 |
slords |
1.17 |
%{_prefix}/lib/perl5/site_perl/Apache/Qpsmtpd.pm |
148 |
|
|
%{_mandir}/man3/Apache::Qpsmtpd.3pm.gz |
149 |
|
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/* |
150 |
|
|
%doc %{_docdir}/%{name}-apache-%{version}/README.selinux |
151 |
slords |
1.1 |
|
152 |
slords |
1.2 |
%files async |
153 |
|
|
%defattr(-,root,root) |
154 |
slords |
1.17 |
%{_bindir}/qpsmtpd-async |
155 |
|
|
%{_prefix}/lib/perl5/site_perl/Danga/Client.pm |
156 |
|
|
%{_prefix}/lib/perl5/site_perl/Danga/TimeoutSocket.pm |
157 |
|
|
%{_prefix}/lib/perl5/site_perl/Qpsmtpd/ConfigServer.pm |
158 |
|
|
%{_prefix}/lib/perl5/site_perl/Qpsmtpd/Plugin/Async/DNSBLBase.pm |
159 |
|
|
%{_prefix}/lib/perl5/site_perl/Qpsmtpd/PollServer.pm |
160 |
|
|
%{_mandir}/man1/qpsmtpd-async.1.gz |
161 |
|
|
%{_datadir}/%{name}/plugins/async/* |
162 |
|
|
|
163 |
|
|
%pre |
164 |
slords |
1.1 |
|
165 |
slords |
1.7 |
%changelog |
166 |
filippocarletti |
1.25 |
* Wed Mar 3 2010 <filippo.carletti@gmail.com> 0.83-0.7.sme |
167 |
|
|
- Remove spool and log dir from package (in smeserver-qpsmtpd) |
168 |
|
|
- Don't create smtpd user (unused in sme) [SME: 5815] |
169 |
|
|
|
170 |
snetram |
1.24 |
* Thu Nov 5 2009 <smeserver-contribs@snetram.nl> 0.83-0.6.sme |
171 |
|
|
- Apply qpsmtpd git changesets to implement custom SPAM |
172 |
|
|
subject prefix [SME: 5031] |
173 |
|
|
|
174 |
slords |
1.21 |
* Tue Nov 3 2009 <slords@lordsfam.net> 0.83-0.5.sme |
175 |
|
|
- Update pre requires so scripts don't fail on install [SME: 5558] |
176 |
|
|
|
177 |
slords |
1.20 |
* Sat Oct 31 2009 <slords@lordsfam.net> 0.83-0.4.sme |
178 |
|
|
- Rebase bad_rcptto patch to remove orig file [SME: 5548] |
179 |
|
|
- Change logging in tls init to prevent warnings [SME: 5551] |
180 |
|
|
|
181 |
slords |
1.19 |
* Thu Oct 29 2009 <slords@lordsfam.net> 0.83-0.3.sme |
182 |
|
|
- Only run/initialize plugins once [SME: 5533] |
183 |
|
|
|
184 |
filippocarletti |
1.18 |
* Mon Oct 26 2009 <filippo.carletti@gmail.com> 0.83-0.2.sme |
185 |
|
|
- Change spool dir permissions and owner to qpsmtpd:clamav |
186 |
|
|
- Change log dir permissions and owner to smelog:smelog |
187 |
|
|
|
188 |
charliebrady |
1.23 |
* Tue Sep 22 2009 <filippo.carletti@gmail.com> 0.83-0.1.sme |
189 |
filippocarletti |
1.22 |
- add sme specific patches |
190 |
|
|
|
191 |
|
|
* Fri Sep 18 2009 <rpmbuild@robinbowes.com> 0.83-0.1 |
192 |
slords |
1.17 |
- Update to 0.83 |
193 |
|
|
|
194 |
|
|
* Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1 |
195 |
|
|
- Update to latest release |
196 |
|
|
- don't add qpsmtpd to start-up by default |
197 |
|
|
- add apache config file to qpsmtpd-apache package |
198 |
|
|
- remove all patches |
199 |
|
|
- use rpm macros for dirs |
200 |
|
|
- use a filelist for main package instead of a long list of files |
201 |
|
|
|
202 |
|
|
* Tue Jul 15 2008 <rpmbuild@robinbowes.com> 0.43-0.7 |
203 |
|
|
- Removed SelectServer.pm from .spec file |
204 |
|
|
|
205 |
|
|
* Tue Mar 18 2008 <rpmbuild@robinbowes.com> 0.43-0.6 |
206 |
|
|
- moved config files back to /etc/qpsmtpd following some changes |
207 |
|
|
to the qpsmtpd src |
208 |
|
|
|
209 |
|
|
* Tue Mar 18 2008 <rpmbuild@robinbowes.com> 0.43-0.5 |
210 |
|
|
- moved config files to /etc/qpsmtpd/config |
211 |
|
|
|
212 |
|
|
* Tue Mar 18 2008 <rpmbuild@robinbowes.com> 0.43-0.4 |
213 |
|
|
- Moved qpsmtpd-async to /usr/bin |
214 |
|
|
- Added qpsmtpd-async man page to async package |
215 |
|
|
- Added async smtproute plugin to async package |
216 |
|
|
|
217 |
|
|
* Wed Mar 12 2008 <rpmbuild@robinbowes.com> 0.43-0.3 |
218 |
|
|
- Makefile.PL now updated in svn, so remove hack |
219 |
|
|
|
220 |
|
|
* Wed Mar 12 2008 <rpmbuild@robinbowes.com> 0.43-0.2 |
221 |
|
|
- Added qpsmtpd-prefork to qpsmtpd RPM, inc. hack to work round |
222 |
|
|
deficiency in Makefile.PL |
223 |
slords |
1.5 |
|
224 |
slords |
1.17 |
* Mon Mar 10 2008 <rpmbuild@robinbowes.com> 0.43-0.1 |
225 |
|
|
- Updated to work with Makefile to build from svn |
226 |
slords |
1.4 |
|
227 |
slords |
1.17 |
* Wed Sep 12 2007 <rpmbuild@robinbowes.com> 0.40-2.0 |
228 |
|
|
- Updated to build trunk-r790 |
229 |
slords |
1.3 |
|
230 |
slords |
1.2 |
* Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0 |
231 |
|
|
- updated to 0.40 - no code change. |
232 |
slords |
1.1 |
|
233 |
slords |
1.2 |
* Thu Jun 07 2007 <hjp@hjp.at> 0.40-0.2 |
234 |
|
|
- unset environment variables which are normally tainted in perl. |
235 |
|
|
- updated to 0.40rc1 |
236 |
|
|
- added dependency on Net::IP (needed by some plugins) |
237 |
|
|
|
238 |
|
|
* Sat May 05 2007 <hjp@hjp.at> 0.33-0.5 |
239 |
|
|
- moved environment cleanup into start() function, otherwise |
240 |
|
|
LANG just gets reinitialized. |
241 |
|
|
|
242 |
|
|
* Sat May 05 2007 <hjp@hjp.at> 0.33-0.4 |
243 |
|
|
- split qpsmtpd-async into a separate package to avoid dependency |
244 |
|
|
on ParaDNS. |
245 |
|
|
|
246 |
|
|
* Sat May 05 2007 <hjp@hjp.at> 0.33-0.3 |
247 |
|
|
- also unset LANG, LC_ALL and LC_TIME in startup script to prevent |
248 |
|
|
locale specific Received headers (bug reported by Dominik Meyer) |
249 |
|
|
|
250 |
|
|
* Sun Feb 25 2007 <hjp@hjp.at> 0.33-0.2 |
251 |
|
|
- 0.3x branch has been merged back to trunk. |
252 |
|
|
Got current snapshot (r715) from trunk. |
253 |
|
|
|
254 |
|
|
* Sun Feb 25 2007 <hjp@hjp.at> 0.33-0.1 |
255 |
|
|
- Start forkserver via "daemon" (Gavin Carr) |
256 |
|
|
- Fixed 'service qpsmtpd-forkserver status' (Gavin Carr) |
257 |
|
|
- Changed policy for config files to noreplace (Gavin Carr) |
258 |
|
|
|
259 |
|
|
* Sun Nov 05 2006 <hjp@hjp.at> 0.33-0.0 |
260 |
|
|
- Upgraded to current snapshot from 0.3x branch (which should become |
261 |
|
|
0.33 soon-ish) |
262 |
|
|
- included xinetd-support again. |
263 |
|
|
|
264 |
|
|
* Sat Mar 18 2006 <hjp@hjp.at> 0.32-2 |
265 |
|
|
- fix dnsbl to check whether answer fits query. |
266 |
|
|
- randomize Net::DNS ids for qpsmtpd-forkserver child processes. |
267 |
|
|
|
268 |
|
|
* Wed Mar 08 2006 <hjp@hjp.at> 0.32-1 |
269 |
|
|
- New upstream 0.32 |
270 |
|
|
- rc-file unsets PERL_UNICODE (bug #38397) |
271 |
|
|
|
272 |
|
|
* Sat Jan 28 2006 <hjp@hjp.at> 0.31.1-3 |
273 |
|
|
- Use ${SOURCE*} macros to refer to source files |
274 |
|
|
- Avoid invoking rpm and other cleanup in %pre section |
275 |
|
|
- Invoke chkconfig in %post. |
276 |
|
|
- (Thanks to Josko Plazonic for the reporting these problems and |
277 |
|
|
suggesting fixes) |
278 |
|
|
|
279 |
|
|
* Tue Nov 30 2005 <hjp@hjp.at> 0.31.1-2 |
280 |
|
|
- Revision 170 of plugins/loggin/file_connection: |
281 |
|
|
Return DECLINED from open_log. |
282 |
|
|
Open log in write_log if it isn't already open. |
283 |
|
|
|
284 |
|
|
* Tue Nov 29 2005 <hjp@hjp.at> 0.31.1-1 |
285 |
|
|
- Commented out queue plugins from sample config |
286 |
|
|
- Added dependencies |
287 |
|
|
- Create smtpd user if it doesn't exist |
288 |
|
|
- Added /var/log/qpsmtpd and /var/spool/qpsmtpd |
289 |
|
|
|
290 |
|
|
* Sat Nov 26 2005 <hjp@hjp.at> |
291 |
|
|
- Added file_connection plugin |
292 |
|
|
- Startup file for qpsmtpd-forkserver now uses --detach and assumes that |
293 |
|
|
a suitable logging module is configured (file_connection by default) |
294 |
|
|
|
295 |
|
|
* Wed Nov 23 2005 <hjp@hjp.at> |
296 |
|
|
- Forkserver drops privileges before loading plugins now. |
297 |
|
|
|
298 |
|
|
* Sun Nov 20 2005 <hjp@hjp.at> |
299 |
|
|
- New upstream 0.31.1 |
300 |
|
|
|
301 |
|
|
* Mon Nov 14 2005 <hjp@hjp.at> 0.31-8 |
302 |
|
|
- New upstream 0.31rc3. |
303 |
|
|
- pre-connection patch slightly simplified since upstream fixed one of |
304 |
|
|
the bugs. |
305 |
|
|
|
306 |
|
|
* Tue Aug 23 2005 <hjp@hjp.at> |
307 |
|
|
- forced INSTALLSITELIB=/usr/lib/perl5/site_perl as suggested by |
308 |
|
|
Charlie Brady. |
309 |
slords |
1.1 |
|
310 |
|
|
* Sat Aug 20 2005 <hjp@hjp.at> 0.31-7 |
311 |
|
|
- RC2 from upstream. |
312 |
|
|
- Removed patches which aren't applied from spec file. |
313 |
|
|
|
314 |
|
|
* Fri Jul 22 2005 <hjp@hjp.at> 0.31-6 |
315 |
|
|
- New upstream snapshot from 0.31 branch: svn revision 509. |
316 |
|
|
|
317 |
|
|
* Sun Jul 17 2005 <hjp@hjp.at> 0.31-5 |
318 |
|
|
- include only /etc/init.d/qpsmtpd-forkserver, not /etc/init.d |
319 |
|
|
it conflicts with old initscripts packages. |
320 |
|
|
|
321 |
|
|
* Sun Jul 17 2005 <hjp@hjp.at> 0.31-4 |
322 |
|
|
- removed tabs from forkserver |
323 |
|
|
|
324 |
|
|
* Sun Jul 17 2005 <hjp@hjp.at> 0.31-3 |
325 |
|
|
- added startup script for forkserver |
326 |
|
|
- changed BuildArchitectures to noarch. |
327 |
|
|
|
328 |
|
|
* Sat Jul 16 2005 <hjp@hjp.at> 0.31-2 |
329 |
|
|
- pre-connection hook is now actually called, not just defined. |
330 |
|
|
|
331 |
|
|
* Fri Jul 15 2005 <hjp@hjp.at> 0.31-1 |
332 |
|
|
- merged with 0.31. Most of my patches are now in the official release. |
333 |
|
|
- merged Gavin's per-user-config patch with my dirs patch, since the |
334 |
|
|
latter needs a way to turn off logging. |
335 |
|
|
- added /etc/qpsmtpd/plugin_dir to package. |
336 |
|
|
|
337 |
|
|
* Mon Jun 13 2005 <hjp@hjp.at> 0.29-6 |
338 |
|
|
- fixed removal of patch backup files |
339 |
|
|
- fixed option --pid-file |
340 |
|
|
|
341 |
|
|
* Sun Jun 12 2005 <hjp@hjp.at> |
342 |
|
|
- avoid installing patch backup files |
343 |
|
|
- split Apache::Qpsmtpd into separate package to avoid dependency hell. |
344 |
|
|
- fixed URL |
345 |
|
|
- changed group to Daemons. |
346 |
|
|
- Fixed installation for newer versions of ExtUtils::MakeMaker |
347 |
|
|
|
348 |
|
|
* Wed Jun 1 2005 <hjp@hjp.at> 0.29-5 |
349 |
|
|
- Really don't reap children in signal handler. |
350 |
|
|
|
351 |
|
|
* Tue May 31 2005 <hjp@hjp.at> 0.29-4 |
352 |
|
|
- Return 421 for DENYSOFT_DISCONNECT |
353 |
|
|
- Don't reap children in signal handler. |
354 |
|
|
|
355 |
|
|
* Thu May 19 2005 <hjp@hjp.at> 0.29-3 |
356 |
|
|
- removed code to accept paths without <>. |
357 |
|
|
|
358 |
|
|
* Thu May 19 2005 <hjp@hjp.at> 0.29-2 |
359 |
|
|
- added QPSMTPD_CONFIG env variable and plugin_dir config. |
360 |
|
|
- added supplemental groups and support for pid file |
361 |
|
|
- added shared_connect hook |
362 |
|
|
- changed log level for SMTP dialog from DEBUG to INFO |
363 |
|
|
|
364 |
|
|
* Thu Apr 21 2005 hjp@hjp.at |
365 |
|
|
- added plugins, /etc and docs. |
366 |
|
|
|
367 |
|
|
* Mon Apr 18 2005 hjp@hjp.at |
368 |
|
|
- Specfile autogenerated |
369 |
|
|
|