/[smeserver]/rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec
ViewVC logotype

Annotation of /rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.58 - (hide annotations) (download)
Mon Dec 18 17:56:08 2023 UTC (7 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_7_0-15_el7_sme
Changes since 1.57: +8 -4 lines
* Mon Dec 18 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-15.sme
- revert ability to enable selectively auth on smtp/ssmtp [SME: 12449]

1 jpp 1.58 # $Id: smeserver-qpsmtpd.spec,v 1.57 2023/08/16 02:19:17 jpp Exp $
2 stephdl 1.1
3     Summary: SME Server qpsmtpd module
4     %define name smeserver-qpsmtpd
5     Name: %{name}
6 jcrisp 1.44 %define version 2.7.0
7 jpp 1.58 %define release 15
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 jpp 1.45 Patch0: smeserver-qpsmtpd-2.7.0-bz10958-preset.patch
14 jpp 1.46 Patch1: smeserver-qpsmtpd-2.7.0-bz11492-reject_threshold-deprecated.patch
15 jpp 1.47 Patch2: smeserver-qpsmtpd-2.7.0-bz11648-tnef2mime.patch
16 jpp 1.49 Patch3: smeserver-qpsmtpd-2.7.0-11759.patch
17 jpp 1.50 Patch4: smeserver-qpsmtpd-2.7.0-bz10289-spamcheck-fetchedmail.patch
18 jpp 1.51 Patch5: smeserver-qpsmtpd-2.7.0-bz11864.patch
19 jpp 1.52 Patch6: smeserver-qpsmtpd-2.7.0-bz11858-softlimit.patch
20 jpp 1.53 Patch7: smeserver-qpsmtpd-2.7.0-bz11933-pseudoemail.patch
21 jcrisp 1.54 Patch8: smeserver-qpsmtpd-2.7.0-bz11974-DKIM-keys-lengths.patch
22 jcrisp 1.55 Patch9: smeserver-qpsmtpd-2.7.0-bz12193-migrate-cvm-unix-to-imap-auth.patch
23 jpp 1.58 Patch10: smeserver-qpsmtpd-2.7.0-bz12449-select-smtp-ssmtp-auth.patch
24 jpp 1.41
25 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26 jpp 1.58 Requires: qpsmtpd >= 0.96-22
27 stephdl 1.1 Requires: perl(Mail::DKIM)
28     Requires: perl(Mail::DKIM::DkSignature)
29 vip-ire 1.8 Requires: perl(ClamAV::Client)
30 vip-ire 1.21 Requires: perl(Mail::DMARC)
31 jpp 1.56 Requires: perl(Net::IMAP::Simple) >= 1.2212
32 stephdl 1.1 Requires: daemontools
33     Requires: qpsmtpd-plugins >= 0.0.1-sme04
34     Requires: ipsvd
35     Requires: e-smith-lib >= 1.16.0-08
36 jpp 1.56 #Requires: e-smith-cvm-unix-local
37 jcrisp 1.44 Requires: smeserver-clamav >= 2.7.0
38 stephdl 1.1 Obsoletes: e-smith-obtuse-smtpd
39     Obsoletes: e-smith-qmail-smtpd
40     Obsoletes: e-smith-mailfront
41     Obsoletes: e-smith-ssl-mailfront
42     Provides: e-smith-smtpd
43     Obsoletes: e-smith-qpsmtpd
44     Provides: e-smith-qpsmtpd
45     Obsoletes: smeserver-qpsmtpd-tnef2mime
46     Provides: smeserver-qpsmtpd-tnef2mime
47     Requires: e-smith-base >= 4.15.2
48     Requires: perl-Convert-TNEF
49     Requires: perl-IO-stringy
50     Requires: perl-File-MMagic
51     Requires: perl-MIME-tools
52     BuildArchitectures: noarch
53     BuildRequires: e-smith-devtools
54     AutoReqProv: no
55    
56     %description
57     SME Server qpsmtpd smtpd module
58    
59     %changelog
60 jpp 1.58 * Mon Dec 18 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-15.sme
61     - revert ability to enable selectively auth on smtp/ssmtp [SME: 12449]
62    
63 jpp 1.57 * Tue Aug 15 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme
64     - fix unable to auth with imap if set to localhost access [SME: 12398]
65    
66 jpp 1.56 * Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-13.sme
67     - fix imap auth needs escaping passwords [SME: 12395]
68     now requires perl(Net::IMAP::Simple) >= 1.2212 (1.2034)
69     do not requires e-smith-cvm-unix-local anymore
70    
71 jcrisp 1.55 * Sun Feb 05 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-12.sme
72     - migrate from cvm-unix auth to imap auth [SME: 12193]
73    
74 jcrisp 1.54 * Wed May 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme
75     - Print both 255 char and full length DKIM keys [SME: 11974]
76    
77 jpp 1.53 * Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme
78     - fix unable to set internal only pseudonym as full email [SME: 11933]
79    
80 jpp 1.52 * Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme
81     - add softlimit template for qpsmtpd [SME: 11858]
82     increase softlimit to 50000000.
83    
84 jpp 1.51 * Thu Feb 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme
85     - fix regression Set the default helo policy to lenient [SME: 11864]
86    
87 jpp 1.50 * Tue Nov 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-7.sme
88     - mail sent on 127.0.0.200:25 should be spam checked [SME: 10289]
89     filtering again fetchmail originating mails
90    
91 jpp 1.49 * Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-6.sme
92     - sighup on reload [SME: 11759]
93    
94 jpp 1.48 * Thu Sep 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-5.sme
95 jpp 1.47 - fix tnef2mime FATAL PLUGIN ERROR [SME: 11648]
96 jpp 1.48 this will be a temp fix by redefining MIME::Parser::Filer::output_path
97     until it has been fixed upstream
98 jpp 1.47
99 jpp 1.46 * Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-3.sme
100     - update depreacted reject_threshold to reject [SME: 11492]
101    
102 jpp 1.50 * Fri Feb 12 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-2.sme
103 jpp 1.45 - remove /usr/lib/systemd/system-preset/80-koozali-qpsmtpd.preset [SME: 10958]
104    
105 jcrisp 1.44 * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1.sme
106     - modify for clamav 0.103.0 [SME: 11210]
107     - roll up patches
108    
109 michel 1.43 * Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-40.sme
110     - add Requires=runit.service (qpsmtpd & sqpsmtpd) [SME: 11245]
111    
112 jpp 1.50 * Sun Dec 06 2020 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-39.sme
113 jpp 1.41 - fix service not enabled [SME: 11107]
114 jpp 1.42 remove reset-unsavedflag
115 jpp 1.41
116 michel 1.40 * Fri Nov 27 2020 Michel Begue <mab974@gmail.com> 2.6.0-37.sme
117     - Move qpsmtpd & sqpsmtpd services to systemd [SME: 11107]
118     - Create smeserver-qpsmtpd-update event [SME: 11164]
119    
120 jpp 1.50 * Sat Jun 27 2020 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-36.sme
121 jpp 1.39 - expand badrcptto_ext when needed [SME: 10638]
122 jpp 1.38 this avoid user, group or pseudonyms for internal purpose to be reachable
123     from outside
124    
125 jpp 1.50 * Sat May 02 2020 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-34.sme
126 jpp 1.37 - minimum Protocol TLSv1.0 [SME: 10460]
127 jpp 1.36 better ciphers order.
128    
129 jpp 1.50 * Sun Mar 11 2018 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-32.sme
130 jpp 1.35 - add forcespamcheck support for fetchmail [SME: 10290]
131    
132 vip-ire 1.34 * Thu Aug 3 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-31.sme
133     - Log DMARC reporting in syslog instead of sending email to the admin.
134     Also suppress SSL connection failed warnings [SME: 10298]
135    
136 vip-ire 1.33 * Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-30.sme
137     - Turn DMARC reporting off by default [SME: 10303]
138    
139 jpp 1.50 * Wed Apr 12 2017 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-29.sme
140 unnilennium 1.32 - update patch smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch [SME: 9478]
141     - Greeting property was still attached to smtpd in a template
142    
143 jpp 1.50 * Mon Feb 27 2017 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-28.sme
144 unnilennium 1.30 - updated regex for RBL and SBL in smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch
145     - to take into account list using a subdomain [SME: 10123]
146 unnilennium 1.31 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
147     by assuming the date is correct and changing the weekday.
148     Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
149     Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
150 unnilennium 1.30
151 vip-ire 1.28 * Tue Jul 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-27.sme
152 vip-ire 1.29 - Turn SPF and DMARC rejects off by default [SME: 9664]
153 vip-ire 1.28
154 vip-ire 1.27 * Fri Jun 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-26.sme
155     - Fix disabling DMARC reporting [SME: 9206]
156    
157 vip-ire 1.26 * Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-25.sme
158     - Add missing tnef2mime and MaximumDateOffset to qpsmtpd [SME: 9560]
159    
160 vip-ire 1.25 * Fri May 27 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-24.sme
161     - Create missing directories for DKIM keys [SME: 9496]
162     - Create missing directory for the DMARC report database [SME: 9206]
163    
164 vip-ire 1.24 * Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-23.sme
165     - Remove o and r DKIM fields as they are not standard [SME: 9496]
166    
167 vip-ire 1.23 * Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-22.sme
168     - In qpsmtpd-print-dns set DKIM options after the public key so the string
169     will still be splitted correctly [SME: 9496]
170    
171 vip-ire 1.22 * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-21.sme
172     - Fix a syntax error in qpsmtpd-print-dns script [SME: 9206]
173    
174 vip-ire 1.21 * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-20.sme
175     - Enable DMARC checking and reporting [SME: 9206]
176     - Add helper to publish DKIM/DMARC/SPF policy [SME: 9496]
177     - Allow DKIM signing of outbound emails [SME: 9496]
178     - Possibility to reject on SPF failure [SME: 9479]
179    
180 vip-ire 1.20 * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-19.sme
181     - Enable inbound dkim checking (without reject) [SME: 9480]
182    
183 vip-ire 1.18 * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-18.sme
184 vip-ire 1.19 - Enable inbound SPF checking (without reject) [SME: 9479]
185 vip-ire 1.18
186 vip-ire 1.17 * Fri Apr 22 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-17.sme
187     - Merge smtpd entry into qpsmtpd, same for ssmtpd into sqpsmtpd [SME: 9478]
188    
189 vip-ire 1.16 * Fri Apr 22 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-16.sme
190     - Use an additional badrcptto file list for external connections so
191     local only pseudonymes work as expected [SME: 9460] [SME: 4597]
192    
193 vip-ire 1.15 * Thu Apr 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-15.sme
194     - Call karma before earlytalker and add support for the new strikes param
195     [SME: 9462]
196    
197 vip-ire 1.14 * Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-14.sme
198     - Use the naughty plugin to defer rejections, leaving users an opportunity
199     to authenticate [SME: 5092]
200    
201 vip-ire 1.13 * Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-13.sme
202     - Use the helo plugin to check reverse DNS [SME: 2370]
203    
204 vip-ire 1.12 * Mon Apr 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-12.sme
205     - Add support for uribl plugin, disabled by default [SME: 9467]
206    
207 vip-ire 1.11 * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-11.sme
208     - Change separator for SBList and RBLlist from : to , [SME: 8484]
209    
210 vip-ire 1.10 * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme
211     - Allow setting the karma negative value from the KarmaNegative prop
212     [SME: 9462]
213    
214 vip-ire 1.9 * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme
215     - Fix max_size param for the clamdscan plugin [SME: 9465]
216    
217 vip-ire 1.8 * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme
218     - Use clamdscan plugin instead of clamav [SME: 9465]
219    
220 vip-ire 1.7 * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
221     - Enable the bogus_bounce plugin [SME: 9464]
222    
223 vip-ire 1.6 * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
224     - Enable the loadcheck plugin [SME: 9463]
225    
226 vip-ire 1.5 * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
227     - Add support for the karma plugin, but keep it disabled by default
228     [SME: 9462]
229    
230 vip-ire 1.4 * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
231     - Create a dhparam for qpsmtpd [SME: 9461]
232    
233 vip-ire 1.3 * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
234     - Adapt for qpsmtpd-0.96 (mainly plugin renamed) [SME: 9460]
235    
236 jpp 1.50 * Tue Mar 29 2016 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-2.sme
237 unnilennium 1.2 - fix warning on spool_dir perms [SME: 9408]
238     - smeserver-qpsmtpd-2.6.0-PERMS.patch
239    
240 stephdl 1.1 * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
241     - Initial release to sme10
242    
243     * Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme
244     - Expand all ssl related conf in ssl-update [SME: 9152]
245    
246     * Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
247     - Hook into a new ssl-update event [SME: 9152]
248    
249     * Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme
250     - Allow setting SSL protocols from DB [SME: 9162]
251    
252     * Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme
253     - Add domain part to bcc user if missing [SME: 8990]
254    
255     * Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme
256     - allow IP relayclient stored by DB [SME: 8704]
257     - Code from Stefano ZAmboni <zamboni@mind-at-work.it>
258     - & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>
259    
260     * Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme
261     - allow IP relayclient stored by DB [SME: 8704]
262     - Code from Stefano ZAmboni <zamboni@mind-at-work.it>
263    
264     * Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
265     - Remove dnsbl.ahbl.org RBL List [SME: 8368]
266    
267     * Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
268     - Remove the databytes file from qpsmtpd config [SME: 8329]
269    
270     * Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
271     - Update SBL and RBL Lists [SME: 8236]
272    
273     * Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
274     - Remove insecure ciphers [SME: 8138]
275    
276     * Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4
277     - Fix size_limit initialization [SME: 7671]
278    
279     * Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3
280     - reads MaxMessageSize prop of spamassassin and adds it
281     to the arguments of the plugin if defined [SME: 7559]
282    
283     * Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2
284     - Requires e-smith-cvm-unix-local [SME: 7509]
285    
286     * Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1
287     - Roll new stream for sme9
288    
289     * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15
290     - Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026]
291    
292     * Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14
293     - tls ciphers defaults to disallow SSLv2 [SME: 7026]
294    
295     * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13
296     - Read number of log files to keep from the DB [SME: 2862]
297    
298     * Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12
299     - Log all the run script to stdout [SME: 5831]
300    
301     * Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
302     - Allow relay from all local 127.0.0.x addresses [SME: 5575]
303    
304     * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme
305     - Fix RelayRequiresAuth for local network [SME: 5575]
306    
307 unnilennium 1.31 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
308     Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
309 stephdl 1.1 - Make tls ciphers configurable [SME: 6241]
310    
311 unnilennium 1.31 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
312     Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
313 stephdl 1.1 - Require auth for all relays (local too) [SME: 5575]
314    
315     * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
316     - Add qpsmtpd template fragment for tls_before_auth [SME: 6004]
317    
318     * Sun Dec 27 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
319     - Enable qpsmtpd RequireResolvableFromHost plugin by default, remove
320     database entry and the database default value [SME: 5617]
321    
322     * Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
323     - Tie template fragment into event system to have it expanded [SME: 5031]
324    
325     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
326     - Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5031]
327    
328     * Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-3.sme
329     - Add hooks cleanout back in in so auth works.
330    
331     * Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
332     - Add compatibility with qpsmtpd 0.83 [SME: 5543]
333     - Add tls to base config [SME: 1076]
334    
335     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
336     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
337    
338     * Sun Oct 5 2008 Shad L. Lords <slords@mail.com> 1.2.1-57
339     - Fix migrate fragment for zen.spamhaus.org [SME: 2116]
340    
341     * Sun Oct 5 2008 Shad L. Lords <slords@mail.com> 1.2.1-56
342     - Migrate sbl-xbl.spamhaus.org to zen.spamhaus.org [SME: 2116]
343     - Remove blackhole.securitysage.com [SME: 4623]
344    
345     * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 1.2.1-55
346     - Fix empty lines and add feature to specify disclaimer directory.
347     (thanks, Federico Simoncelli). [SME: 3244]
348    
349     * Thu Apr 17 2008 Gavin Weight <gweight@gmail.com> 1.2.1-54
350     - Migrate ordb.net entries away. [SME: 4214]
351    
352     * Tue Jan 29 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.1-53
353     - Enable auth plugin for local connections. [SME: 2631]
354    
355     * Thu Jan 10 2008 Gavin Weight <gweight@gmail.com> 1.2.1-52
356     - Fix divide by zero error on log rotate. [SME: 3620]
357    
358     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.1-51
359     - check_smtp_forward changed from loginfo to logdebug [SME: 3471]
360    
361     * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50
362     - disable qplogsumm by deafult [SME: 3727]
363    
364     * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49
365     - rename template-begin fragments [SME: 2333]
366    
367     * Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-48
368     - Add badrcptto_pattern rule to block "null" recipient addresses.
369     [SME: 3476]
370    
371     * Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47
372     - Add configurable timeouts during SMTP command parsing and message
373     body receipt. [SME: 3377]
374    
375     * Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46
376     - Disconnect immediately if dnsbl plugin rejects recipient addresses
377     (and therefore would never accept the message). [SME: 3352]
378    
379     * Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45
380     - Configure hosts_allow plugin, which use the pre_connection hook
381     and therefore needs to be done before the 'peers' plugin.
382     [SME: 3352]
383    
384     * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44
385     - Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229]
386    
387     * Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43
388     - Updates for disclaimer plugin [SME: 2648]
389    
390     * Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42
391     - Add disclaimer plugin disabled by default [SME: 2648]
392    
393     * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41
394     - Update for new features in qpsmtpd v0.40
395    
396     * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-40
397     - Remove conflicts qpsmtpd >= 0.33
398    
399     * Sat Jun 9 2007 Shad L. Lords <slords@mail.com> 1.2.1-39
400     - Update to correct version of qplogsumm.pl [SME: 2971]
401    
402     * Fri Jun 08 2007 Shad L. Lords <slords@mail.com> 1.2.1-38
403     - Add qplogsumm.pl to package for logging [SME: 2971]
404    
405     * Fri Jun 08 2007 Stephen Noble <support@dungog.net> 1.2.1-37
406     - Bump
407    
408     * Fri Jun 08 2007 Stephen Noble <support@dungog.net> 1.2.1-36
409     - Cumulative statistics for qpsmtpd using logterse [SME: 2971]
410    
411     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
412     - Clean up spec so package can be built by koji/plague
413    
414     * Tue Apr 10 2007 Shad L. Lords <slords@mail.com> 1.2.1-35
415     - Add logterse plugin and reduce logging level [SME: 2875]
416    
417     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.2.1-34
418     - Remove templates2events link for rcpthosts [SME: 2716]
419    
420     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.2.1-33
421     - Add db entry for soft memory limits [SME: 2308]
422    
423     * Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.1-32
424     - Keep TNEF attachment if contains special lookout stuff [SME: 2339]
425    
426     * Tue Jan 23 2007 Shad L. Lords <slords@mail.com> 1.2.1-31
427     - Add DomainKey and DKIM signing plugin
428    
429     * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.2.1-30
430     - Remove whitelist_soft plugin usage [SME: 2322]
431    
432     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.2.1-29
433     - Rename badmailfrom template to 10sample [SME: 2279]
434    
435     * Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.2.1-28
436     - Fix peers plugin to hook new methods [SME: 2091]
437    
438     * Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.2.1-27
439     - Make smtp auth use local plugins [SME: 2091]
440    
441     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.2.1-26
442     - Migrate ordb.org entries away. [SME: 2274]
443     - Clean-up SBL and RBL lists to use be in the correct place and use
444     recognized lists.
445    
446     * Thu Dec 28 2006 Shad L. Lords <slords@mail.com> 1.2.1-25
447     - Reverse last change and fix correctly by passing peers/0 to
448     the inital peers plugin [SME: 2167]
449    
450     * Tue Dec 26 2006 Shad L. Lords <slords@mail.com> 1.2.1-24
451     - Update peers to exit gracefully if no config passed [SME: 2167]
452    
453     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
454     - Update to new release naming. No functional changes.
455     - Make Packager generic
456    
457     * Fri Dec 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-23
458     - Re-enable these by default for local connections as they already
459     check for relayclient() for relevant sections: [SME: 1893]
460     30check_badmailfrom
461     33check_badrcptto_patterns
462     34check_badrcptto
463     38check_goodrcptto
464    
465     * Fri Dec 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-22
466     - Replace config/peers/0 and config/peers/local template directory
467     symlinks with a tree of symlinks. Disable the following plugins
468     for local connections: [SME: 1893]
469     10check_earlytalker
470     12count_unrecognized_commands
471     16require_resolvable_fromhost
472     20rhsbl
473     22dnsbl
474     30check_badmailfrom
475     33check_badrcptto_patterns
476     34check_badrcptto
477     38check_goodrcptto
478     70spamassassin
479    
480     * Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-21
481     - Fix last change to use SIGUSR1, not SIGHUP, and only for qpsmtpd.
482     The peers directories are shared between qpsmtpd and sqpsmtpd [SME: 1893]
483    
484     * Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-20
485     - Regenerate peers directories in network-{create,delete} [SME: 1893]
486    
487     * Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-19
488     - Update e-smith-lib requires to pick up configure_peers() change [SME: 1893]
489     - Add control/1 script and call from run script to configure peers [SME: 1893]
490    
491     * Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-18
492     - Ensure config directory resolves for sqpsmtpd service [SME: 1893]
493    
494     * Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-17
495     - Create config/peers directory [SME: 1893]
496    
497     * Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-16
498     - Expand config/peers/local in the relevant events [SME: 1893]
499     - TODO: Generate peers links for local networks
500    
501     * Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-15
502     - Remove peers/0 templates.metadata file
503     - Create config/peers templates directories
504     - Symlink config/peers/{0,local} to ../plugins
505     - To override local qpsmtpd config, create custom template for
506     /var/service/qpsmtpd/config/peers/local [SME: 1893]
507    
508     * Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-14
509     - Merge in smeserver-qpsmtpd-tnef2mime [SME: 2087]
510    
511     * Mon Nov 20 2006 Gavin Weight <gweight@gmail.com> 1.2.1-13
512     - Fix rcpthosts to regenerate on ip-change. [SME: 1926]
513    
514     * Fri Nov 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-12
515     - Correct last patch (wrong templates.metadata file) [SME: 1893]
516     - Expand config/peers/0 in the relevant events
517    
518     * Fri Nov 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-11
519     - Enable Charlie's peers plugin [SME: 1893]
520     Use templates.metadata to provide backwards compatibility with
521     add-on template fragments (at least for the first pass)
522     config/peers/0 is generated from existing config/plugins template
523     config/plugins is now a static file which just loads the peers plugin
524     - TODO: Generate local plugins file(s) with different config
525    
526     * Sun Oct 22 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.1-10
527     - Fix RE used to strip octets from IP address in peers plugin. [SME: 1893]
528    
529     * Fri Sep 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.1-09
530     - Add 'peers' plugin code. [SME: 1893]
531    
532     * Thu Aug 24 2006 Filippo Carletti <carletti@mobilia.it> 1.2.1-08
533     - Add option for stealth mail logging. To enable:
534     - config setprop qpsmtpd BccMode bcc [SME: 1876]
535    
536     * Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-07
537     - Enable check_smtp_forward if any domains are being forwarded
538     to internal mail servers [SME: 1850]
539    
540     * Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-06
541     - Add check_smtp_forward plugin which contacts the internal mail
542     server(s) to determine whether the mail would be accepted. If
543     so, just let it queue normally
544     - TODO: Add configuration to plugins file if required [SME: 1850]
545    
546     * Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-05
547     - Revert last change. Enhancing the smtp-forward plugin to handle
548     multiple internal mail servers for different domains is too
549     complex. Let's let qmail do that work. [SME: 710]
550    
551     * Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-04
552     - Re-enable smtp-forward plugin requiring version which declines if
553     the connection is from a relayclient, to allow fallthrough to standard
554     qmail-queue plugin.
555     - Add default/failsafe queue/qmail-queue plugin [SME: 710]
556    
557     * Thu Jul 27 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-03
558     - Remove hosts from badrcptto - we only handle domains [SME: 1777]
559    
560     * Sat Jul 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-02
561     - Allow mail to [$ExternalIP] to support postmaster@[$ExternalIP] [SME: 1675]
562    
563     * Sat Jul 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-01
564     - Roll tarball with patches to 1.2.0-10
565    
566     * Thu Jun 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-10
567     - Change default smtpgreeting to $SystemName.$DomainName [SME: 1325]
568    
569     * Thu Jun 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-09
570     - Template /var/service/qpsmtpd/config/smtpgreeting, defaulting to
571     $DomainName. To set a custom greeting, set $smtpd{Greeting} [SME: 1325]
572    
573     * Mon Jun 26 2006 Filippo Carletti <carletti@mobilia.it> 1.2.0-08
574     - Expand badrcptto on group create/modifiy/delete events [SME: 1632]
575    
576     * Wed Jun 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-07
577     - Remove configuration for klez_filter scanner as it duplicates
578     work of the pattern_filter [SME: 1620]
579    
580     * Tue Jun 20 2006 Filippo Carletti <carletti@mobilia.it> 1.2.0-06
581     - Expand goodrcptto on group create/modifiy/delete events [SME: 1616]
582    
583     * Mon Jun 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-05
584     - Improve peformance of pattern_filter plugin [SME: 1532]
585     - TODO: Remove obsolete code and comments from that plugin
586    
587     * Wed May 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04
588     - Allow all mail for domains which are being forwarded to internal
589     mail servers [SME: 1253]
590    
591     * Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.2.0-03
592     - Revert back to loglevel 8 from 6. [SME: 503]
593    
594     * Thu Mar 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02
595     - Disable use of smtp-forward plugin (probably temporarily) in
596     DelegateMailServer mode, to avoid mail looping problem. Always
597     use qmail-queue plugin (for now). [SME: 1121]
598    
599     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
600     - Roll stable stream version. [SME: 1016]
601    
602     * Fri Feb 17 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.2-04
603     - Exempt local networks from dnsbl lookup. [SME: 830]
604    
605     * Fri Feb 10 2006 <gordonr@gormand.com.au> 1.0.2-03
606     - Call queue/smtp-forward to connect to DelegateMailServer
607     instead of queueing locally when DelegateMailServer is set [SME: 710]
608    
609     * Mon Feb 6 2006 <charlie_brady@mitel.com> 1.0.2-02
610     - Enable resolvable_fromhost check by default, and add
611     whitelistsenders config for local domains. [SME: 638]
612    
613     * Sun Feb 5 2006 <charlie_brady@mitel.com> 1.0.2-01
614     - Roll new tarball. [SME: 651]
615    
616     * Sun Feb 5 2006 <charlie_brady@mitel.com> 1.0.1-21
617     - Remove unused patterns.default remnants. Ensure that all
618     templates2expand directories are populated only by createlinks
619     script. [SME: 651]
620    
621     * Sat Feb 4 2006 <charlie_brady@mitel.com> 1.0.1-20
622     - Expand badhelo template during ip-change event, and remove
623     bogus expansions /var/qmail/control/badhelo templates. [SME: 651]
624    
625     * Fri Feb 3 2006 Shad L. Lords <slords@mail.com> 1.0.1-19
626     - Add missing template-begin file in rhsbl directory [SME: 596]
627    
628     * Fri Feb 3 2006 <carletti@mobilia.it> 1.0.1-18
629     - Expand config/relayclients in network-(create|delete) events
630     [SME: 649]
631    
632     * Thu Feb 2 2006 <charlie_brady@mitel.com> 1.0.1-17
633     - Add template for invalid_resolvable_fromhost configuration file
634     [SME: 638]
635    
636     * Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.1-16
637     - Fix warnings during template expansion, if spamassassin and/or clamd
638     is not installed/configured. Remove dependencies on packages which
639     are optional. Ensure that clamav group exists before installation.
640     Remove one redundant template fragment (which consisted of only comments).
641     [SME: 606]
642    
643     * Sat Jan 28 2006 Shad L. Lords <slords@mail.com> 1.0.1-15
644     - Add support for rhsbl entries to db [SME: 596]
645    
646     * Thu Jan 26 2006 Charlie Brady <charlieb@e-smith.com> 1.0.1-14
647     - Remove remnant mailrules.default templates and template
648     expansions. [SME: 454]
649    
650     * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-13
651     - Add defaults qpsmtpd{Bcc} == disabled and qpsmtpd{BccUser} == maillog
652     - To enable mail logging:
653     - Create maillog user
654     - config setprop qpsmtpd Bcc enabled
655     - signal-event email-update [SME: 13]
656    
657     * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-12
658     - Really reduce default qpsmtpd{LogLevel} to LOGINFO (6) [SME: 503]
659    
660     * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-11
661     - Reduce default qpsmtpd{LogLevel} to LOGINFO (7) [SME: 503]
662    
663     * Thu Jan 12 2006 Charlie Brady <charlieb@e-smith.com> 1.0.1-10
664     - Fix goodrcptto and mailrules templates for single domain
665     pseudonym entries. [SME: 368]
666    
667     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-09
668     - Default RequireResolvableFromHost to "no" [SF: 1269382]
669    
670     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-08
671     - SIGHUP [s]qpsmtpd to re-read config in email-update [SF: 1252072]
672    
673     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-07
674     - And finally, the env directory [SF: 1313800]
675    
676     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-06
677     - And the config directory [SF: 1313800]
678    
679     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-05
680     - Need to create ssl directory to allow template expansion [SF: 1313800]
681    
682     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-04
683     - And the path to the runenv directory [SF: 1313800]
684    
685     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-03
686     - And fix up path to config directory [SF: 1313800]
687    
688     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-02
689     - Remove symlinks from sqpsmtpd directory [SF: 1313800]
690    
691     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-01
692     - Roll new tarball, including patches to 1.0.0-11
693    
694     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-11
695     - Added missing = to max_size parameter for clamav plugin [SF: 1308976]
696    
697     * Thu Oct 6 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-10
698     - Added db defaults for qpsmtpd{LogLevel}=='8' and
699     $qpsmtpd{RequireResolvableFromHost}=='yes' [SF: 1314202]
700    
701     * Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-09
702     - Allow mail to root@domain. If you want to block it,
703     db accounts setprop root Visible internal [SF: 1252375]
704    
705     * Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-08
706     - And pick correct value from clamav entry: [SF: 1245756]
707     $qpsmtpd{MaxScannerSize} || $clamav{StreamMaxLength} || "25M";
708    
709     * Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-07
710     - Configure qpsmtpd{MaxScannerSize}, defaulting to 25MBytes [SF: 1245756]
711    
712     * Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-06
713     - Set separate softlimit values for data/stack/locked [SF: 1298123]
714    
715     * Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-05
716     - Set memory_threshold to 1 so that qpsmtpd writes all mail messages
717     to disk so that scanners can look at them. Default is 10K [SF: 1298343]
718    
719     * Mon Aug 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-04
720     - Updated Requires for qpsmtpd to 0.31 [SF: 1231314]
721     - Change paths to match Peter Holtzer's RPMs - /usr/share/qpsmtpd/
722     instead of /usr/lib/qpsmtpd [SF: 1231314]
723     - Updated Requires for plugins to pick up new paths [SF: 1231314]
724     - Remove symlinks from /var/service[s]qpsmtpd since they can
725     now be done with environment or qpsmtpd config variables [SF: 1231314]
726     - Remove plugins auth/cvm_unix_local, check_norelay and
727     check_badrcptto_patterns which are now in the qpsmtpd tarball [SF: 1231314]
728    
729     * Mon Aug 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-03
730     - Fix sqpsmtpd script to call sslio with -u and -U args [SF: 1257284]
731    
732     * Wed Aug 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-02
733     - Configure qpsmtpd{RBLList} with comma separator, but allow
734     either since people are used to colons and we then don't have
735     to do a db migration for beta1 -> beta2 [SF: 1267737]
736    
737     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
738     - [1.0.0-01]
739     - Package renamed to smeserver-qpsmtpd
740    
741     * Thu Aug 18 2005 Shad L. Lords <slords@mail.com>
742     - [0.0.4-27sme01]
743     - Change e-smith-clamav to smeserver-clamav
744    
745     * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
746     - [0.0.4-27]
747     - Expand goodrcptto in domain-* events [SF: 1257199]
748    
749     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
750     - [0.0.4-26]
751     - Fix uid/gid which sslio wrapper runs as for sqpsmtpd. [SF: 1257284]
752     - Add Requires headers for e-smith-clamav and e-smith-spamassassin.
753    
754     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
755     - [0.0.4-25]
756     - Change name of plugins RPM in Requires: header. [SF: 1242326]
757    
758     * Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au>
759     - [0.0.4-24]
760     - Enabled check_basicheaders, requiring a From and Date header.
761     - Configure db default smtpd{MaxDateOffset}==0. Set it to a non-zero
762     value (e.g. 366) to reject mail with silly dates.
763     [SF: 1244977]
764    
765     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
766     - [0.0.4-23]
767     - Remove explicit pathnames in db opens. [SF: 1216546 (Shad)]
768    
769     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
770     - [0.0.4-22]
771     - Fix metadata OUTPUT_PATH to OUTPUT_FILENAME [SF: 1237193]
772    
773     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
774     - [0.0.4-21]
775     - Fix up db default qpsmtpd{tnef2mime} -> smtpd{tnef2mime} so it is
776     actually enabled by default [SF:1227668 (Shad)]
777    
778     * Wed Jul 13 2005 Charlie Brady <charlieb@e-smith.com>
779     - [0.0.4-20]
780     - Fix errors in SSL PEM file template expansion [SF: 1237193]
781    
782     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
783     - [0.0.4-19]
784     - Added Michael Weinberger's smeserver-qpsmtpd-tnef2mime - [SF:1227668]
785     - Added config db defaults to enable plugin
786    
787     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
788     - [0.0.4-18]
789     - Remove bogus /var/service/qpsmtpd/peers/{0,local}
790     directories (this time for sure, Rocky!) [SF: 1210727]
791    
792     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
793     - [0.0.4-17]
794     - Small patch from Gordon to fix cvs interaction.
795    
796     * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
797     - [0.0.4-16]
798     - Add Obsoletes header for e-smith-ssl-mailfront. [SF: 1219069]
799    
800     * Sun Jun 12 2005 Charlie Brady <charlieb@e-smith.com>
801     - [0.0.4-15]
802     - Remove bogus /var/service/qpsmtpd/peers/{0,local}
803     directories, and fix typo. [SF: 1210727]
804    
805     * Tue May 31 2005 Charlie Brady <charlieb@e-smith.com>
806     - [0.0.4-14]
807     - Fix location of templates-begin files. [SF: 1210727]
808    
809     * Tue May 24 2005 Charlie Brady <charlieb@e-smith.com>
810     - [0.0.4-13]
811     - Add "access" default property for qpsmtpd and sqpsmtpd services.
812     [SF: 1205847]
813     - Make sure that empty templates-begin files exist in peers/{0,local}
814     templates directories.
815    
816 unnilennium 1.31 * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
817     Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
818 stephdl 1.1 - [0.0.4-12]
819     - Fix up config/relayclients - need a dot after network blocks
820    
821 unnilennium 1.31 * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
822     Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
823 stephdl 1.1 - [0.0.4-11]
824     - Also regenerate goodrcptto in {user,pseudonym}-modify, since
825     details about the account may have changed
826    
827 unnilennium 1.31 * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
828     Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
829 stephdl 1.1 - [0.0.4-10]
830     - Actually regenerate goodrcptto in the events mentioned in
831     0.0.3-01 (typo in createlinks)
832    
833     * Fri May 06 2005 Charlie Brady <charlieb@e-smith.com>
834     - [0.0.4-09]
835     - Add type and status defaults for qpsmtpd and sqpsmtpd services.
836    
837     * Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-08
838     - Fixed up SMTP Authentication status mismatch
839    
840     * Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-07
841     - Clean up configuration, using "runenv" file for each service
842     - Check various properties to determine whether to enable plugins
843    
844     * Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-06
845     - Move mailpatterns defaults to e-smith-email
846    
847     * Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-05
848     - New arguments to auth_cvm_unix_local to allow AUTH to be
849     enabled/disabled for smtp or ssmtp:
850     enable_smtp no enable_ssmtpd yes
851     - Checks config db defaults for [s]smtpd{Authentication}
852    
853     * Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-04
854     - Remove spurious return statement
855    
856     * Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-03
857     - Fix auth_cvm_unix_local to actually check with CVM
858     - TODO: auth-cram-md5 and auth-local (?)
859    
860     * Sat Apr 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-02
861     - Check for relayclient in check_badrcptto_patterns
862     - Actually check that the user exists in the prototype auth module
863    
864     * Sat Apr 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-01
865     - Added Provides: e-smith-smtpd to ease migration from e-smith-mailfront
866    
867     * Sat Apr 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-04
868     - Move badrcpto_patterns into a configuration file
869     - Updated comment blocks in plugins
870     - Parameterised a number of qpsmtpd config files
871     - TODO: Database defaults, finalise parameterisation
872    
873     * Fri Apr 29 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-03
874     - Renamed auth module to auth_cvm_unix_local
875    
876     * Fri Apr 29 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-02
877     - Added auth_cvm-unix-local for AUTH LOGIN and AUTH PLAIN
878     - TODO: Actually check with CVM - currently uses colon separated
879     plain text config/flat_auth_pw
880    
881     * Fri Apr 29 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-01
882     - Regenerate goodrcptto in {user,pseudonym}-{create,delete}
883     - thanks Paul Nesbit
884     - Split qpsmtpd-plugins-openfusion into separate RPM
885     - Note: mailer-daemon now works due to change I suggested in
886     check_goodrcptto: match on full string, then match again on
887     string with extension stripped - thanks Gavin Carr
888     - Unset RELAYCLIENT in check_norelay (probably not required)
889    
890     * Tue Apr 26 2005 Gordon Rowell <gordonr@gormand.com.au>
891     - [0.0.2-03]
892     - Pass correct parameter to check_goodrcptto
893     - TODO: mailer-daemon is currently being denied due to goodrcptto
894     extension folding
895    
896     * Tue Apr 26 2005 Gordon Rowell <gordonr@gormand.com.au>
897     - [0.0.2-02]
898     - Added plugins/check_badrcptto_patterns to check for bang, shriek
899     and double at paths.
900     - Added plugins/check_norelay to allow specific hosts to be denied relaying
901    
902     * Tue Apr 26 2005 Gordon Rowell <gordonr@gormand.com.au>
903     - [0.0.2-01]
904     - Added plugins/virus/patterns_filter, based on Gavin Carr's exe_filter,
905     but without the dependency on Email::MIME. This is a simple-minded
906     filter, which doesn't care about MIME boundaries (as per the
907     mailfront version).
908    
909     * Mon Apr 25 2005 Gordon Rowell <gordonr@gormand.com.au>
910     - [0.0.1-03]
911     - Fixed path to clamav socket in 80clamdscan (currently unused)
912     - Parameterised many of the templates
913     - TODO: Need to parameterise rshbl
914     - Added a set of qpsmtpd plugins from Gavin Carr of OpenFusion:
915     http://www.openfusion.com.au/labs/qpsmtpd/
916     - TODO: Need norelayclient setting (to deny relay from router)
917     - TODO: sqpsmtpd needs testing - fails with (maybe just from stunnel client)
918     "421 See http://smtpd.develooper.com/barelf.html"
919    
920     * Thu Apr 21 2005 Gordon Rowell <gordonr@gormand.com.au>
921     - [0.0.1-02]
922     - Initial cut of sqpsmtpd
923    
924     * Thu Apr 21 2005 Gordon Rowell <gordonr@gormand.com.au>
925     - [0.0.1-01]
926     - Initial packaging
927    
928     %prep
929     %setup
930 jpp 1.45 %patch0 -p1
931     rm -rf root/usr/lib/systemd/system-preset
932 jpp 1.46 %patch1 -p1
933 jpp 1.47 %patch2 -p1
934 jpp 1.49 %patch3 -p1
935 jpp 1.50 %patch4 -p1
936 jpp 1.51 %patch5 -p1
937 jpp 1.52 %patch6 -p1
938 jpp 1.53 %patch7 -p1
939 jcrisp 1.54 %patch8 -p1
940 jcrisp 1.55 %patch9 -p1
941 jpp 1.58 %patch10 -p1
942 stephdl 1.1
943     %build
944     perl createlinks
945 vip-ire 1.5 mkdir -p root/var/lib/qpsmtpd/karma
946 vip-ire 1.25 mkdir -p root/var/lib/qpsmtpd/dmarc
947     mkdir -p root/home/e-smith/dkim_keys/default
948     mkdir -p root/var/service/qpsmtpd/config/dkim
949 stephdl 1.1
950     PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers
951     mkdir -p $PEERS_CONFIG/0
952     mkdir -p $PEERS_CONFIG/local
953    
954     DISABLE_LOCAL="
955 vip-ire 1.15 09karma
956 vip-ire 1.3 10earlytalker
957 stephdl 1.1 12count_unrecognized_commands
958 vip-ire 1.13 15helo
959 vip-ire 1.3 16resolvable_fromhost
960 vip-ire 1.6 19loadcheck
961 stephdl 1.1 20rhsbl
962     22dnsbl
963 vip-ire 1.18 221spf
964 vip-ire 1.21 223dmarc
965 vip-ire 1.14 23naughty
966 vip-ire 1.16 34badrcptto_ext
967 stephdl 1.1 70spamassassin
968     "
969    
970     for file in $DISABLE_LOCAL
971     do
972     echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file
973     done
974    
975     DISABLE_EXTERNAL="
976 vip-ire 1.16 34badrcptto
977 stephdl 1.1 65disclaimer
978     "
979    
980     for file in $DISABLE_EXTERNAL
981     do
982     echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file
983     done
984    
985     (
986     cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins
987     for file in *
988     do
989     [ -e ../peers/0/$file ] ||
990     ln -s ../../plugins/$file ../peers/0/$file
991     [ -e ../peers/local/$file ] ||
992     ln -s ../../plugins/$file ../peers/local/$file
993     done
994     )
995    
996     %install
997     rm -rf $RPM_BUILD_ROOT
998     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
999     rm -f %{name}-%{version}-%{release}-filelist
1000     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1001     --dir /var/service/qpsmtpd "attr(1755,root,root)" \
1002     --file /var/service/qpsmtpd/down "attr(0644,root,root)" \
1003     --file /var/service/qpsmtpd/run "attr(0755,root,root)" \
1004     --file /var/service/qpsmtpd/control/1 "attr(0755,root,root)" \
1005     --dir /var/service/qpsmtpd/supervise "attr(0700,root,root)" \
1006     --dir /var/service/qpsmtpd/env "attr(0755,root,root)" \
1007     --file /var/service/qpsmtpd/env/PATH "attr(0644,root,root)" \
1008     --dir /var/service/qpsmtpd/log "attr(1755,root,root)" \
1009     --file /var/service/qpsmtpd/log/run "attr(0755,root,root)" \
1010     --dir /var/service/qpsmtpd/log/supervise "attr(0700,root,root)" \
1011     --dir /var/log/qpsmtpd "attr(2750,smelog,smelog)" \
1012     \
1013     --dir /var/service/sqpsmtpd "attr(1755,root,root)" \
1014     --file /var/service/sqpsmtpd/down "attr(0644,root,root)" \
1015     --file /var/service/sqpsmtpd/run "attr(0755,root,root)" \
1016     --dir /var/service/sqpsmtpd/supervise "attr(0700,root,root)" \
1017     --dir /var/service/sqpsmtpd/env "attr(0755,root,root)" \
1018     --file /var/service/sqpsmtpd/env/PATH "attr(0644,root,root)" \
1019     --dir /var/service/sqpsmtpd/log "attr(1755,root,root)" \
1020     --file /var/service/sqpsmtpd/log/run "attr(0755,root,root)" \
1021     --dir /var/service/sqpsmtpd/log/supervise "attr(0700,root,root)" \
1022     --dir /var/log/sqpsmtpd "attr(2750,smelog,smelog)" \
1023     \
1024     --file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \
1025 jcrisp 1.44 --dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamscan)" \
1026 vip-ire 1.5 --dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \
1027 vip-ire 1.21 --dir /var/lib/qpsmtpd/dmarc "attr(2750,qpsmtpd,qpsmtpd)" \
1028     --dir /home/e-smith/dkim_keys "attr(2750,root,qpsmtpd)" \
1029     --dir /var/service/qpsmtpd/config/dkim "attr(2750,qpsmtpd,qpsmtpd)" \
1030 stephdl 1.1 \
1031     --file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \
1032     > %{name}-%{version}-%{release}-filelist
1033    
1034     %pre
1035     /sbin/e-smith/create-system-user qpsmtpd 453 \
1036     'qpsmtpd system user' /var/service/qpsmtpd /bin/false
1037     /usr/sbin/groupadd -r clamav 2>/dev/null || :
1038    
1039     TEMPLATES_DIR=/etc/e-smith/templates/var/service/qpsmtpd/config/peers
1040    
1041     [ -L $TEMPLATES_DIR/0 ] && rm -f $TEMPLATES_DIR/0
1042     [ -L $TEMPLATES_DIR/local ] && rm -f $TEMPLATES_DIR/local
1043     true
1044    
1045     %post
1046    
1047 jcrisp 1.44 #Fix spool perms on clam upgrade
1048     if [[ -d /var/spool/qpsmtpd ]]; then
1049     chown qpsmtpd:clamscan /var/spool/qpsmtpd;
1050     fi
1051    
1052 stephdl 1.1 %clean
1053     rm -rf $RPM_BUILD_ROOT
1054    
1055     %files -f %{name}-%{version}-%{release}-filelist
1056     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed