/[smeserver]/rpms/e-smith-email/sme8/e-smith-email.spec
ViewVC logotype

Contents of /rpms/e-smith-email/sme8/e-smith-email.spec

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


Revision 1.43 - (show annotations) (download)
Thu Feb 5 17:20:20 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-27_el5_sme
Changes since 1.42: +9 -3 lines
* Thu Feb 5 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-27.sme
- Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA
- [SME: 8835]

1 # $Id: e-smith-email.spec,v 1.42 2014/12/05 17:39:04 stephdl Exp $
2
3 Summary: e-smith server and gateway - email module
4 %define name e-smith-email
5 Name: %{name}
6 %define version 5.2.0
7 %define release 27
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch1: e-smith-email-5.2.0-localonly.patch
14 Patch2: e-smith-email-5.2.0-spamsubject.patch
15 Patch3: e-smith-email-5.2.0-HeloHost.patch
16 Patch4: e-smith-email-5.2.0-blocksmtp.patch
17 Patch5: e-smith-email-5.2.0-HeloHost.patch2
18 Patch6: e-smith-email-5.2.0-zero-to-disabled.patch
19 Patch7: e-smith-email-5.2.0-transparent.patch
20 Patch8: e-smith-email-5.2.0-force_relay.patch
21 Patch9: e-smith-email-5.2.0-smtp-auth.patch
22 Patch10: e-smith-email-5.2.0-prop_merge.patch
23 Patch11: e-smith-email-5.2.0-smtp-auth-wording.patch
24 Patch12: e-smith-email-5.2.0-add-cdata-tag.patch
25 Patch13: e-smith-email-5.2.0-AuthBlacklist.patch
26 Patch14: e-smith-email-5.2.0-StartTLS.patch
27 Patch15: e-smith-email-5.2.0-smtpMigrate.patch
28 Patch16: e-smith-email-5.2.0-always_enable_imap.patch
29 Patch17: e-smith-email-5.2.0-MultiDrop.patch
30 Patch18: e-smith-email-5.2.0-AuthOrder.patch
31 Patch19: e-smith-email-5.2.0-webmail-only-local-network.patch
32 Patch20: e-smith-email-5.2.0-AuthException.patch
33 Patch21: e-smith-email-5.2.0-ZIPVOSX-ZIPV3_new_signatures.patch
34 Patch22: e-smith-email-5.2.0-UEsDBBQDAAAIA-new-signature.patch
35 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
36 Requires: e-smith-base >= 4.15.0-39
37 Requires: e-smith-tinydns >= 1.0.0-5
38 Requires: e-smith-smtpd
39 Requires: e-smith-mta
40 Requires: e-smith-pop3
41 Requires: e-smith-imap
42 Requires: e-smith-lib >= 1.15.1-19
43 Requires: perl(Net::Server::Fork)
44 Requires: perl(Net::SMTP)
45 Requires: perl(Net::SMTP::SSL)
46 Requires: perl(Authen::SASL)
47 Requires: perl(Net::Server) >= 0.85
48 Requires: runit
49 Requires: e-smith-formmagick >= 1.4.0-12
50 Obsoletes: e-smith-smtp-authentication
51 Obsoletes: e-smith-securemail
52 BuildRequires: e-smith-devtools >= 1.13.0-03
53 BuildArchitectures: noarch
54 AutoReqProv: no
55
56 %description
57 e-smith server and gateway software - email module.
58
59 %changelog
60 * Thu Feb 5 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-27.sme
61 - Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA
62 - [SME: 8835]
63
64 * Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-26.sme
65 - Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3
66 - [SME: 8717]
67
68 * Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.2.0-25.sme
69 - Handle exceptions during attempted SASL auth. Add more debug tracing.
70 [SME: 8202]
71
72 * Fri Jan 31 2014 chris burnat <devlist@burnat.com> 5.2.0-24.sme
73 - Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 8165]
74
75 * Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 5.2.0-23.sme
76 - Only present one auth method at a time, in order, to NET::SMTP,
77 by Charlie Brady [SME: 6993]
78 Second hunk in patch converts tabs to spaces, no code change.
79
80 * Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-22.sme
81 - Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7045]
82
83 * Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-21.sme
84 - Always enable imap, listen on the loopback if disabled [SME: 7676]
85
86 * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.2.0-20.sme
87 - Avoid use of unitialised variables in smtp migrate fragments [SME: 7495]
88
89 * Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 5.2.0-19.sme
90 - Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922]
91
92 * Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 5.2.0-18.sme
93 - Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017]
94
95 * Sun Mar 04 2012 Ian Wells <esmith@wellsi.com> 5.2.0-17.sme
96 - MD5 patch to workaround buggy SMTP servers [SME: 6538]
97
98 * Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
99 - Fix previous commit to show complete text in server-manager [SME: 6320]
100
101 * Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
102 - Fix SMTP auth wording in server-manager [SME: 6320]
103
104 * Sat Nov 20 2010 Ian Wells <esmith@wellsi.com> 5.2.0-14.sme
105 - SME 8.0 Changelog Cleanup [SME: 6368]
106
107 * Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-13.sme
108 - Fix property merge when local pseudonym is set [SME: 6370]
109
110 * Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-12.sme
111 - Add smtp auth into web interface, not just when enabled [SME: 6318]
112
113 * Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-11.sme
114 - Enable auth for smtp traffic and migrate if necessary [SME: 5575]
115
116 * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-10.sme
117 - Change enabled to transparent for mail proxy [SME: 5574]
118
119 * Tue May 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
120 - Fix migrate fragment [SME: 5922]
121
122 * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
123 - Fix errors in previous commit [SME: 5922]
124
125 * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-7.sme
126 - Set smtp-auth-proxy Debug property to disabled instead of 0 [SME: 5922]
127
128 * Sat Apr 3 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-6.sme
129 - Fix HeloHost patch. [SME: 5854]
130
131 * Thu Mar 25 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
132 - Block by default the SMTP transparent proxy [SME: 5574]
133
134 * Mon Dec 21 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
135 - Use HeloHost (if present) in smtp-auth-proxy.pl [SME: 5680]
136
137 * Wed Nov 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-3.sme
138 - Allow for changing SPAM subject tag through server-manager [SME: 5559]
139
140 * Wed Oct 29 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
141 - Fix 'Allow private' to be correct string [SME: 4731]
142
143 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
144 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
145
146 * Mon Jul 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-5
147 - Fix patch to be in accordance with conventions in e-smith-formagick's general [SME: 4285]
148
149 * Sat Jul 26 2008 Gavin Weight <gweight@gmail.com> 4.18.0-4
150 - Fix pseudonyms modify if using special characters. Thanks -
151 Federico Simoncelli. [SME: 4346]
152
153 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-3
154 - Add common <base> tags to e-smith-formmagick's general [SME: 4285]
155
156 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-2
157 - Cleanup CREATE/ADD tag mixup [SME: 4045]
158
159 * Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1
160 - Roll stable stream for release.
161
162 * Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1
163 - Roll stable stream for release.
164
165 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.17.0-6
166 - Remove <base> tags now in general [SME: 3917]
167
168 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.17.0-5
169 - Remove duplicate <base> entries [SME: 3892]
170
171 * Wed Jan 09 2008 Stephen Noble <support@dungog.net>4.17.0-4
172 - add visible internal toggle to pseudonym panel [SME: 3497]
173
174 * Thu Dec 27 2007 Shad L. Lords <slords@mail.com> 4.17.0-3
175 - Remove leading 0 from release
176
177 * Wed Dec 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.17.0-02
178 - Add support for SMTPS and MSA outbound authenticated SMTP to
179 smarthost. TODO: Add panel support. [SME: 897]
180
181 * Wed Dec 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.17.0-01
182 - Make new development branch.
183
184 * Mon Jun 25 2007 Charlie Brady <charlie_brady@mitel.com> 4.16.0-22
185 - Add diagnostic if .junkmail Maildir is broken. [SME: 2739]
186
187 * Tue Jun 12 2007 Shad L. Lords <slords@mail.com> 4.16.0-21
188 - Add default to SpamReject to get rid of warnings [SME: 2395]
189
190 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.16.0-20
191 - decode parameters so pseudonymn can be modified/deleted [SME: 1782]
192
193 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.16.0-19
194 - encode parameters so pseudonymn can be modified/deleted [SME: 1782]
195
196 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
197 - Clean up spec so package can be built by koji/plague
198
199 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.16.0-18
200 - Finish removing admin email forwarding stuff [SME: 827]
201
202 * Wed Jan 24 2007 Federico Simoncelli <federico.simoncelli@gmail.com> 4.16.0-17
203 - Removed braces from the permitted character in pseudonymous [SME: 2270]
204
205 * Mon Jan 22 2007 Shad L. Lords <slords@mail.com> 4.16.0-16
206 - Change fetchmail dest from 127.0.0 2 to 127.0.0.200 [SME: 2223]
207
208 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-15
209 - Add admin email forwarding to modify user panel [SME: 827]
210
211 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-14
212 - Make fetchmail deliver to 127.0.0.2 to is it treat like external [SME: 2223]
213
214 * Sat Jan 13 2007 Gavin Weight <gweight@gmail.com> 4.16.0-13
215 - Update Return to sender text to be more clearer that we reject. [SME: 2291]
216
217 * Tue Dec 26 2006 Shad L. Lords <slords@mail.com> 4.16.0-12
218 - Make pseudonyms removable and changeable based on db entries [SME: 2143]
219
220 * Tue Dec 12 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 4.16.0-11
221 - Relaxed the email address check [SME: 1663]
222
223 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
224 - Update to new release naming. No functional changes.
225 - Make Packager generic
226
227 * Wed Nov 08 2006 Gavin Weight <gweight@gmail.com> 4.16.0-10
228 - Add another EXE pattern TVqgAAEAAAAFAAAA - Thanks Alex Schaft. [SME: 2039]
229
230 * Tue Sep 26 2006 Gavin Weight <gweight@gmail.com> 4.16.0-09
231 - Incorrect quoting in purge-junkmail-folders diagnostic. [SME: 1936]
232
233 * Tue Sep 20 2006 Gavin Weight <gweight@gmail.com> 4.16.0-08
234 - Updated virus description in panel. [SME: 1729]
235
236 * Wed Jun 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
237 - Add another EXE pattern TVp1AQEAAAAE - Thanks Hans-Cees Speel [SME: 1623]
238
239 * Fri Jun 16 2006 Gavin Weight <gweight@gmail.com> 4.16.0-06
240 - Removed 35imp migrate fragment. [SME: 563]
241
242 * Mon May 15 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
243 - Fix typo in last change [SME: 1447, SME: 103]
244
245 * Tue May 02 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-04
246 - In smtp-auth-proxy.pl, don't relay client's HELO/EHLO, as some servers
247 (wrongly) reject more than 1. [SME: 103]
248
249 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
250 - Detect dangling pseudonyms to avoid white screen of death [SME: 1054]
251 - See also [SME: 762] for tools to tell you how to fix them
252
253 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
254 - Remove stray duplicate line in lexicon [SME: 824]
255
256 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
257 - Roll stable stream version. [SME: 1016]
258
259 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-23
260 - Hide access settings if pop3/imap/webmail not installed [SME: 561]
261
262 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-22
263 - Remove pop3[s] defaults - now in e-smith-pop3 [SME: 561]
264
265 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-21
266 - Remove imap[s] defaults - now in e-smith-imap [SME: 561]
267
268 * Tue Feb 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.4-20
269 - Pre-create admin's junkmail folder. [SME: 886]
270
271 * Mon Feb 27 2006 Gavin Weight <gweight@gmail.com> 4.15.4-19
272 - Add migrate fragment to get and delete "authentication" and
273 move to correct "Authentication". [SME: 894]
274
275 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.4-18
276 - Update forwarding address validation failure text. [SME: 824]
277
278 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-17
279 - Fix minor breakage in panel with last change [SME: 818]
280
281 * Thu Feb 16 2006 Charlie Brady <charlieb@e-smith.com> 4.15.4-16
282 - Use $admin{ForwardAddress} in place of AdminEmail [SME: 818]
283
284 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.4-15
285 - Remove some template files duplicated with e-smith-qmail RPM. [SME: 752]
286
287 * Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 4.15.4-14
288 - Add migrate fragment to delete EXEFILES. [SME: 95]
289
290 * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.4-13
291 - Add cron job to purge junkmail folders - default retention time is
292 90 days. [SME: 666]
293
294 * Sun Feb 05 2006 Gavin Weight <gweight@gmail.com> 4.15.4-12
295 - No new line in imp fragment at end [SME: 563]
296
297 * Sat Feb 04 2006 Gavin Weight <gweight@gmail.com> 4.15.4-11
298 - Add migrate fragment for imp properties [SME: 563]
299
300 * Wed Feb 01 2006 Gavin Weight <gweight@gmail.com> 4.15.4-10
301 - Updated pseudonyms description [SME: 94]
302
303 * Wed Feb 01 2006 Gavin Weight <gweight@gmail.com> 4.15.4-09
304 - Fixed SMTPAUTHPROXY password field as asterixis [SME: 623]
305
306 * Fri Jan 27 2006 Gavin Weight <gweight@gmail.com> 4.15.4-08
307 - Adjusted text to reflect that SSMTP is enabled by default [SME: 419]
308
309 * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-07
310 - Made sectionbar its own item so that it is in the right place
311 when the sections are hidden [SME: 561]
312
313 * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-06
314 - Hide webmail sections if imp isn't installed
315 - Hide Spam filtering sections if spamassassin isn't installed
316 - Hide Virus scan sections if clamav isn't installed [SME: 561]
317
318 * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-05
319 - Don't check whether the user exists when creating user@domain
320 pseudonyms - i.e. allow support@dom.ain even if support itself
321 hasn't been defined. Of course, dom.ain must exist. [SME: 368]
322
323 * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-04
324 - Don't attempt to recreate first.last and first_last pseudonyms
325 in bootstrap-console-save. We create them when we create the user,
326 and if someone deletes them, that's their choice. [SME: 387]
327
328 * Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-03
329 - Add 'set hostname=$DomainName' to /etc/Muttrc [SME: 398]
330
331 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-02
332 - Bump release number only
333
334 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
335 - [4.15.4-01]
336 - Remove L10Ns from base packages [SF: 1309520]
337
338 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
339 - [4.15.3-01]
340 - New dev stream before relocating L10Ns
341
342 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
343 - [4.15.2-41]
344 - Change French translation of "Weekend" to the more
345 universally acceptable "samedi et dimanche" [SF: 1293855]
346
347 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
348 - [4.15.2-40]
349 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
350
351 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
352 - [4.15.2-39]
353 - Cleanups to French L10N - Thanks Didier Rambeau [SF: 1293855]
354
355 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
356 - [4.15.2-38]
357 - Actually add German L10N to correct package [SF: 1293325]
358
359 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
360 - [4.15.2-37]
361 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
362
363 * Tue Sep 13 2005 Gordon Rowell <gordonr@gormand.com.au>
364 - [4.15.2-36]
365 - Add configuration options for ISP SMTP AUTH to Email delivery page
366 [SF: 1236748]
367
368 * Wed Sep 7 2005 Charlie Brady <charlieb@e-smith.com>
369 - [4.15.2-35]
370 - Add requires header for Authen::SASL module, needed by SMTP auth
371 proxy. [SF: 1269111]
372
373 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
374 - [4.15.2-34]
375 - Lexicon updates. Still need more French and Spanish translation
376 done. [SF: 1280024]
377
378 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
379 - [4.15.2-33]
380 - Add UI toggles for private/public IMAP/IMAPS/POP/POPS. Thanks for
381 patch go to Michael Weinberger! [SF: 1280024]
382
383 * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
384 - [4.15.2-32]
385 - Handle upstream disconnect in smtp-auth-proxy. Use more concise
386 proxy code, courtesy of the Perl Cookbook. [SF: 1269414]
387
388 * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
389 - [4.15.2-31]
390 - Improve error reporting in smtp-auth-proxy - return 421 status, and
391 log config errors and upstream connect errors to stderr. [SF: 1257015]
392
393 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
394 - [4.15.2-30]
395 - Fix typo in fetchmail settings save part of panel code. [SF: 1265400]
396
397 * Wed Aug 10 2005 Charlie Brady <charlieb@e-smith.com>
398 - [4.15.2-29]
399 - Remove stray symlink from last patch.
400
401 * Wed Aug 10 2005 Shad Lords <slords@mail.com>
402 - [4.15.2-28]
403 - Remove last qmail stuff [SF: 1255261]
404 - Break out pop3 into its own package [SF: 1256055]
405 - Rename popd service to pop3 [SF: 1256055]
406 - Include imap database stuff [SF: 1256055]
407
408 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
409 - [4.15.2-27]
410 - Remove "Obsoletes: e-smith-qmail", and split out all qmail specific stuff.
411 [SF: 1255261]
412
413 * Tue Aug 2 2005 Shad Lords <slords@email.com>
414 - [4.15.2-26]
415 - Add TCPProxyPort to specify which port to proxy [SF: 1246986]
416
417 * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
418 - [4.15.2-25]
419 - Complete the update to current db access APIs - a few esmith::db and
420 esmith::config calls were found hiding. [SF: 1216546, 1242331]
421
422 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
423 - [4.15.2-24]
424 - Update all db access APIs to current standards. [SF: 1216546]
425
426 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
427 - [4.15.2-23]
428 - Fix pop* run scripts to find checkpassword binary via
429 PATH search. [SF: 1239720]
430 - Various further muttrc configuration changes (from Shad) [SF: 1235454]
431 . Fix braces
432 . Configure "folder" to use IMAP as well, so we see all IMAP
433 folders
434 . use URLs instead of PINE style folder names, and use imaps directly
435
436 * Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com>
437 - [4.15.2-22]
438 - Configure /etc/Muttrc to use IMAP
439 - And expand /etc/Muttrc at same times as /etc/pine.conf
440 Patch contributed by Gordon Rowell. [SF: 1235454]
441
442 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
443 - [4.15.2-21]
444 - French L10N Merci - Didier. [ SF:1227389 ]
445 - Add some missing Requires: headers. [SF: 1217914]
446
447 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
448 - [4.15.2-20]
449 - Add Obsoletes headers for a number of email addon packages.
450 [SF: 1219069]
451
452 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
453 - [4.15.2-19]
454 - Four PIF file patterns (AHhUYXgg,AMlIbDk5Lm,AMkgICAg,AHhIYW5k) and
455 one more EXE file pattern (TVoAACoAG) - Thanks Hans-Cees Speel
456
457 * Fri Jun 3 2005 Charlie Brady <charlieb@e-smith.com>
458 - [4.15.2-18]
459 - Another EXE file pattern TVpLRVJOR - Thanks Ray Mitchell
460 and Gordon Rowell.
461
462 * Tue May 31 2005 Charlie Brady <charlieb@e-smith.com>
463 - [4.15.2-17]
464 - Disable all mailpatterns by default [Gordon SF:1202391]
465 - Change mailpatterns database back to one pattern per entry [Gordon SF:1202391]
466 - Add two new EXE file patterns - Thanks Ray Mitchell
467
468 * Tue May 24 2005 Charlie Brady <charlieb@e-smith.com>
469 - [4.15.2-16]
470 - Make sure that there are empty templates-default files in the
471 peers/{o,local} templates directory. Fix up a couple of problems
472 in the pop3s run script. [SF: 1206471]
473
474 * Wed May 18 2005 Charlie Brady <charlieb@e-smith.com>
475 - [4.15.2-15]
476 - Change db lookup of spamassassin{sortspam} to spamassassin{SortSpam}.
477 Expand all users' .qmail files in email-update action. [SF: 1202402]
478
479 * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
480 - [4.15.2-14]
481 - [Patch from Gordon's e-smith-email-4.15.2-13gr02]
482 - Add missing qmail initscript links [SF:1201092]
483 - Modify email-update-user to expand ~/.qmail-junkmail
484 - Add templates for ~/.qmail-junkmail
485 - This should probably be in e-smith-spamassassin, but that
486 would mean another perl invocation for that template
487
488 * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
489 - [4.15.2-13]
490 - Big set of patches from Gordon Rowell.
491 - Show public pop/public imap/http webmail/smtp auth if they
492 are already enabled in that way. Otherwise, only show disabled
493 and the pop3s/imaps/https webmail/ssmtp auth version
494 - Change emailsettings.pm to store most properties in the virtual
495 smtpd and ssmtpd records
496 - Change URL in webmail text to https://
497 - Various lexicon changes for consistency across the panel
498 - Use $db->set_prop(thing,prop,value) instead of
499 $db->get(thing)->set_prop(prop,value)
500 - TODO: The fetchmail settings could easily be done in a loop
501 - Don't delete DelegateMailServer when empty, just clear the value
502 - Changed Patterns property to PatternsScan to match VirusScan
503 - Added lots of defaults for smtpd and ssmtpd:
504 smtpd{access}: public
505 smtpd{Authentication}: disabled
506 smtpd{Instances}: 40
507 smtpd{InstancesPerIP}: 5
508 smtpd{PatternsScan}: disabled
509 smtpd{Proxy}: enabled
510 smtpd{status}: enabled
511 smtpd{TCPPort}: 25
512 smtpd{type}: service
513 smtpd{VirusScan}: enabled
514
515 ssmtpd{access}: public
516 ssmtpd{Authentication}: enabled
517 ssmtpd{Instances}: 10
518 ssmtpd{status}: enabled
519 ssmtpd{TCPPort}: 465
520 ssmtpd{type}: service
521 - Fix up masq fragment to look at smtpd{Proxy}
522 - Add migrate frament for smtpfront-qmail properties
523 - Move mailpatterns defaults to this package
524 - Delete duplicate Requires: line
525 - Fix check for smtpd{Authentication} when displaying options
526
527 * Mon May 2 2005 Charlie Brady <charlieb@e-smith.com>
528 - [4.15.2-12]
529 - Add pseudonyms fragment for virtualdomains template (missed in last
530 change).
531
532 * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
533 - [4.15.2-11]
534 - [All items in this change contributed by Gordon Rowell.]
535 - Allow separation of mail for bob@domain1 from bob@domain2
536 - To configure, enter pseudonyms of the form pseudo@domain => user
537 with the following restrictions:
538 - pseudo must be a user already configured on the server
539 - domain must be a domain alredy configured on the server
540 - pseudo may not equal user (since that's the default for all domains)
541 - Merged in the web interface from Shad Lords' e-smith-spamassassin
542 onto the E-mail filtering sub-page
543 - TODO: We should probably disallow this if only one domain is hosted
544 on the server.
545
546 * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
547 - [4.15.2-10]
548 - [All items in this change contributed by Gordon Rowell.]
549 - Add e-mail filtering page
550 - Prepare for migration to qpsmtpd by using $SMTPD and $SSMTPD
551 throughout the panel code
552 - Changed Requires: from e-smith-mailfront to e-smith-smtpd (which
553 is provided by e-smith-qpsmtpd and could be by e-smith-mailfront).
554 - Add skeleton virus and spam scan toggles. Note that these set
555 options in the $SMTPD services and each virus or spam scanner can
556 use those as defaults and add additional options as required. For
557 example, if $SMTPD{VirusScan} == 'disabled', no virus scanners should
558 configure themselves to look at the mail.
559 - Make patterns status depend on any being selected, which removes a
560 redundant toggle
561
562 * Thu Apr 28 2005 Charlie Brady <charlieb@e-smith.com>
563 - [4.15.2-09]
564 - Drop e-smith-mailfront dependency, to allow switch to qpsmtpd
565 if desired.
566
567 * Tue Apr 26 2005 Charlie Brady <charlieb@e-smith.com>
568 - [4.15.2-08]
569 - Add update of PatternsStatus (patch from Gordon), and fix a few typos.
570
571 * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
572 - [4.15.2-07]
573 - Add missing /var/service/qmail/down file.
574
575 * Sun Apr 10 2005 Charlie Brady <charlieb@e-smith.com>
576 - [4.15.2-06]
577 - [Patch from Gordon]
578 - Complete L10N of front page of emailsettings
579 - Move many panel option hashes into subroutines for re-use on status page
580 - Move executable content blocking section from subroutine to FM XML
581 - Open AccountsDB read-only since that's all we need
582 - Actually fix the evil and unsafe part of the webmail settings code
583 - Dormant prototype of optional display of multidrop settings regions
584 - Removed percent from (percent)prep in 4.9.0-01 changelog entry
585 to stop mezzanine/rpmbuild failures due to multiple (percent)prep
586 sections (sigh)
587
588 * Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com>
589 - [4.15.2-05]
590 - Add template expansion of pop service peers files to email-update,
591 as private/public may have changed.
592
593 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
594 - [4.15.2-04]
595 - Fix configuration of ACLs and users-assign files during bootstrap-console-save.
596
597 * Sat Mar 26 2005 Charlie Brady <charlieb@e-smith.com>
598 - [4.15.2-03]
599 - Ensure that /var/service/qmail/control/1 is executable.
600
601 * Thu Mar 24 2005 Charlie Brady <charlieb@e-smith.com>
602 - [4.15.2-02]
603 - Integrate Gordon's changes to break form up into subforms.
604 TODO - non-en localisations.
605
606 * Thu Mar 24 2005 Charlie Brady <charlieb@e-smith.com>
607 - [4.15.2-01]
608 - Roll new development stream - 4.15.2
609
610 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
611 - [4.15.1-30]
612 - Avoid warning from email panel if patterns are not enabled.
613 - Avoid crash in panel if DelegateMailServer is being set.
614
615 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
616 - [4.15.1-29]
617 - Don't expand /var/qmail/users/assign in generic_template_expand,
618 as users/groups may not yet be created. Instead, combine with
619 qmail-newu in qmail service control/1 script.
620
621 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
622 - [4.15.1-28]
623 - Add missing templates for popd/pop3s peers files.
624 - Change port specification in popd run file from "pop3" to
625 "pop" - tcpsvd doesn't grok "pop3".
626
627 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
628 - [4.15.1-27]
629 - Use tcpsvd instead of tcpserver for popd and pop3d. Use sslio
630 instead of stunnel for pop3d. TODO - configurable concurrency
631 limits.
632
633 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
634 - [4.15.1-26]
635 - Remove now obsolete email-assign action.
636 - Add "Requires: runit"
637
638 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
639 - [4.15.1-25]
640 - Add missing templates.metadata file for qmail/users/assign.
641
642 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
643 - [4.15.1-24]
644 - More fixes of path for qmail service directory.
645
646 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
647 - [4.15.1-23]
648 - Fix paths for qmail service directory in filelist.
649
650 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
651 - [4.15.1-22]
652 - Move post-upgrade actions to bootstrap-console-save.
653
654 * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
655 - [4.15.1-21]
656 - Include all content from e-smith-qmail (arguably lots of this
657 content should move to e-smith-qmail, but this is easier).
658 - Obsolete email-assign action.
659
660 * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
661 - [4.15.1-20]
662 - Fix dangling symlink.
663 - Add missing exports in FormMagick::Panel::emailsettings
664 - Add missing templates for pop3s tcpserver cdb file.
665
666 * Fri Mar 11 2005 Charlie Brady <charlieb@e-smith.com>
667 - [4.15.1-19]
668 - Fix dangling symlinks, and add tcpserver cdb support for
669 popd and pop3s.
670
671 * Fri Mar 11 2005 Charlie Brady <charlieb@e-smith.com>
672 - [4.15.1-18]
673 - Fix warning from EmailUnknownUser migrate fragment.
674
675 * Thu Mar 10 2005 Charlie Brady <charlieb@e-smith.com>
676 - [4.15.1-17]
677 - Fix path to skeletal junkmail Maildir.
678 - Up memory limits for popd and pop3s run files.
679 - Add missing /var/log/pop3s directory.
680
681 * Wed Mar 9 2005 Charlie Brady <charlieb@e-smith.com>
682 - [4.15.1-16]
683 - Fix some missing checkins from previous version.
684
685 * Wed Mar 9 2005 Charlie Brady <charlieb@e-smith.com>
686 - [4.15.1-15]
687 - Fold in most of Shad's panel changes, with support for
688 imaps and pop3s.
689 - Add supervised pop3s service.
690 - Allow pseudonums of pseudonyms.
691 - Obsolete email-update-shared and email-conf actions.
692 - Add junkmail maildir to skeletal user dir
693 - Remove db entry creation code from panel code - now done
694 via default fragments.
695 - Add TCPPort property of popd (and pop3s).
696
697 * Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com>
698 - [4.15.1-14]
699 - Remove bogus dependency on sortspam.
700
701 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
702 - [4.15.1-13]
703 - Remove obsolete email-startup-links action. [MN00065651]
704 - Obsolete email-sighup and smtp-auth-proxy-restart by using generic
705 services-adjust action. Remove unused email-restart action.
706 Update e-smith-lib dependency. [MN00065576]
707
708 * Mon Jan 17 2005 Charlie Brady <charlieb@e-smith.com>
709 - [4.15.1-12]
710 - Remove conf-fetchmail action - done by default fragments. [MN00064329]
711 - Include ~alias/.qmail-default symlink in rpm. [MN00064230]
712 - Use generic_template_expand action where possible, in place
713 of specific actions. Update e-smith-lib dependency. [MN00064130]
714
715 * Mon Jan 3 2005 Charlie Brady <charlieb@e-smith.com>
716 - [4.15.1-11]
717 - Add default "abuse" pseudonym. [MN00062658]
718
719 * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
720 - [4.15.1-10]
721 - Remove no longer needed conf-migrate-* actions. [charlieb MN00062545]
722 - Fix "Visisble" typo in default "everyone" pseudonym. [charlieb MN00046951]
723 - Don't restart auth proxy in bootstrap-console-save [charlieb MN00062549]
724
725 * Mon Dec 27 2004 Charlie Brady <charlieb@e-smith.com>
726 - [4.15.1-09]
727 - Untaint pseudonym before using in system(). [charlieb MN00050161]
728
729 * Thu Nov 11 2004 Charlie Brady <charlieb@e-smith.com>
730 - [4.15.1-08]
731 - Fix ownership and permissions of ~alias [charlieb MN00057000]
732
733 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
734 - [4.15.1-07]
735 - Updated requires with new perl dependencies. [msoulier MN00040240]
736
737 * Mon Jun 21 2004 Michael Soulier <msoulier@e-smith.com>
738 - [4.15.1-06]
739 - Updated requires.
740
741 * Tue May 11 2004 Michael Soulier <msoulier@e-smith.com>
742 - [4.15.1-05]
743 - Added validation to the AdminEmail field. [msoulier MN00023812]
744
745 * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
746 - [4.15.1-04]
747 - Made filtering via SA the default preprocessing action for all email.
748 [msoulier MN00027881]
749
750 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
751 - [4.15.1-03]
752 - Added defaults fragments for all smtp-auth-proxy properties.
753 [msoulier 4728]
754
755 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
756 - [4.15.1-02]
757 - Updating dependencies.
758
759 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
760 - [4.15.1-01]
761 - Rolling as-source to collect patches.
762
763 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
764 - [4.15.0-07]
765 - Patches run script to provide FQDN in POP3 login. [msoulier dpar-27887]
766
767 * Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com>
768 - [4.15.0-06]
769 - Updated template for admin's .qmail file. [msoulier dpar-20868]
770
771 * Tue Feb 17 2004 Michael Soulier <msoulier@e-smith.com>
772 - [4.15.0-05]
773 - Updated template for home directory .qmail files to support change in
774 sortspam to allow .qmail files more control over mail delivery.
775 [msoulier dpar-20868]
776
777 * Thu Feb 12 2004 Mark Knox <markk@e-smith.com>
778 - [4.15.0-04]
779 - Fwd port of 10064: fixed expansion of /etc/fetchmail in email-update event
780 [markk 11026]
781
782 * Mon Feb 9 2004 Michael Soulier <msoulier@e-smith.com>
783 - [4.15.0-03]
784 - Updated the Requires list and fixed a couple of minor problems.
785 [msoulier 4728]
786
787 * Mon Feb 9 2004 Michael Soulier <msoulier@e-smith.com>
788 - [4.15.0-02]
789 - Adding Charlie's smtp-auth-proxy, and putting it under supervision.
790 [msoulier 4728]
791
792 * Mon Jan 26 2004 Michael Soulier <msoulier@e-smith.com>
793 - [4.15.0-01]
794 - rolling to dev - 4.15.0
795
796 * Sun Sep 21 2003 Charlie Brady <charlieb@e-smith.com>
797 - [4.14.0-08]
798 - Remove duplicate primary domain name in multidrop fetchmail template
799 [charlieb 10064]
800
801 * Wed Aug 27 2003 Michael Soulier <msoulier@e-smith.com>
802 - [4.14.0-07]
803 - Added K* init symlinks to runlevels 0, 1 and 6 for popd. [msoulier 9761]
804
805 * Fri Aug 22 2003 Michael Soulier <msoulier@e-smith.com>
806 - [4.14.0-06]
807 - Removed the conditional around the SMTPProxy creation code. [msoulier 9572]
808 - Changed the trigger property for the SMTPProxy to "Proxy", in
809 smtpfront-qmail. [msoulier 9572]
810
811 * Tue Aug 19 2003 Michael Soulier <msoulier@e-smith.com>
812 - [4.14.0-05]
813 - Added an smtp-proxy db record to permit enabling/disabling of the smtp
814 proxy. [msoulier 9572]
815
816 * Wed Jul 16 2003 Charlie Brady <charlieb@e-smith.com>
817 - [4.14.0-04]
818 - Add junkmail maildir to skel home directory. [charlieb 9475]
819
820 * Thu Jul 3 2003 Charlie Brady <charlieb@e-smith.com>
821 - [4.14.0-03]
822 - Use qmail delivery properties to determine local delivery instructions for
823 admin user. [charlieb 9198, 9255]
824
825 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
826 - [4.14.0-02]
827 - Ensure that admin has a .qmail file.
828 [charlieb 9198]
829
830 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
831 - [4.14.0-01]
832 - Changing version to stable stream number - 4.14.0
833
834 * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
835 - [4.13.0-63]
836 - Spanish nav bar [gordonr 9153]
837
838 * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
839 - [4.13.0-62]
840 - Added pseudonym for anonymous [gordonr 9127]
841
842 * Thu Jun 19 2003 Charlie Brady <charlieb@e-smith.com>
843 - [4.13.0-61]
844 - Fix bug with format of ETRN fetchmail invocation. [charlieb 9077]
845
846 * Thu Jun 19 2003 Gordon Rowell <gordonr@e-smith.com>
847 - [4.13.0-60]
848 - Add some defaults for fetchmail, including Method|standard
849 [gordonr 8921]
850
851 * Wed Jun 11 2003 Charlie Brady <charlieb@e-smith.com>
852 - [4.13.0-59]
853 - Add log/run script which was missing from last checkin. [charlieb 8903]
854
855 * Wed Jun 11 2003 Charlie Brady <charlieb@e-smith.com>
856 - [4.13.0-58]
857 - Use tcpserver/supervise rather than xinetd to handle POP connections. Need new
858 genfilelist to handle the permissions under /var/service. [charlieb 8903]
859
860 * Wed Jun 4 2003 Charlie Brady <charlieb@e-smith.com>
861 - [4.13.0-57]
862 - Fix devnull pre-defined alias definition. Use defaults mechanism to reserve
863 devnull alias. Use same mechanism for postmaster, mailer-daemon, and everyone
864 pseudonyms. [charlieb 6460]
865
866 * Tue Jun 3 2003 Charlie Brady <charlieb@e-smith.com>
867 - [4.13.0-56]
868 - Change default status for fetchmail to "disabled". [charlieb 8921]
869
870 * Fri May 30 2003 Michael Soulier <msoulier@e-smith.com>
871 - [4.13.0-55]
872 - Removed dangling symlink to email-startup. [msoulier 8808]
873
874 * Tue May 20 2003 Michael Soulier <msoulier@e-smith.com>
875 - [4.13.0-54]
876 - Fixed expectation of email-update-group so that it can handle user-deleted
877 and group-deleted. [msoulier 6414]
878
879 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
880 - [4.13.0-53]
881 - Add Spanish lexicon for emailsettings and pseudonyms [lijied 3793]
882
883 * Tue Apr 29 2003 Tony Clayton <apc@e-smith.com>
884 - [4.13.0-52]
885 - Add default db fragments for qmail/popd/fetchmail services [tonyc 8537]
886 - Remove dead email-startup action [tonyc 8537]
887
888 * Mon Apr 14 2003 Michael Soulier <msoulier@e-smith.com>
889 - [4.13.0-51]
890 - Changed the interface to email-update-group to accept either no second
891 argument, or a group or user. [msoulier 8103]
892
893 * Mon Apr 14 2003 Michael Soulier <msoulier@e-smith.com>
894 - [4.13.0-50]
895 - Removed email-update-all-groups and modified email-update-group to handle
896 its functionality. [msoulier 8103]
897
898 * Mon Apr 14 2003 Charlie Brady <charlieb@e-smith.com>
899 - [4.13.0-49]
900 - Remove email-relocate-maildirs action - it's moving to e-smith-imap.
901 [charlieb 8273]
902
903 * Fri Apr 11 2003 Lijie Deng <lijied@e-smith.com>
904 - [4.13.0-48]
905 - Modified French button name [lijied 7921]
906
907 * Fri Apr 11 2003 Lijie Deng <lijied@e-smith.com>
908 - [4.13.0-47]
909 - Modified button name [lijied 7921]
910
911 * Thu Apr 10 2003 Michael Soulier <msoulier@e-smith.com>
912 - [4.13.0-46]
913 - Using the createlinks script for symlink creation for consistency.
914 [msoulier 6414]
915
916 * Thu Apr 10 2003 Michael Soulier <msoulier@e-smith.com>
917 - [4.13.0-45]
918 - Fixed lack of & in front of addresses generated by email-update-all-groups.
919 [msoulier 6414]
920 - Fixed lack of use of processTemplate in email-update-group. [msoulier 6414]
921 - Added a symlink to email-update-all-groups in user-delete. [msoulier 6414]
922
923 * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
924 - [4.13.0-44]
925 - Add creation of ~admin/.qmail-default symlink. Move email-update-user
926 action from post-upgrade to bootstrap-console-save, so it is run
927 at post-install as well. [charlieb 7660]
928
929 * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
930 - [4.13.0-43]
931 - Modified pseudonym button name [lijied 7921]
932
933 * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
934 - [4.13.0-42]
935 - Fixed fr nav bar [gordonr 7926]
936
937 * Mon Apr 7 2003 Charlie Brady <charlieb@e-smith.com>
938 - [4.13.0-41]
939 - Change email-update-user action to loop through all users if
940 username not given. Link into post-upgrade action. Create
941 .qmail-default symlink if it doesn't already exist.
942 [charlieb 7609]
943
944 * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
945 - [4.13.0-40]
946 - Changed $q->table to $q->start_table where necessary [lijied 8034]
947
948 * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
949 - [4.13.0-39]
950 - Missing english L10N in emailsettings [gordonr 1950]
951
952 * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
953 - [4.13.0-38]
954 - Removed 'Mitel Networks SME Server' branding on emailsetting
955 and pseudonyms [lijied 8016]
956 - Changed Copyright header to License. [charlieb]
957 - Add local delivery options in .qmail template - use
958 DeliveryType and DeliveryInstruction properties of qmail.
959 [charlieb 2600]
960
961 * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
962 - [4.13.0-37]
963 - Modify email-relocate-maildirs to ensure that Mail/junkmail
964 folder exists for all users. [charlieb 2600]
965
966 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
967 - [4.13.0-36]
968 - Redirect outbound port 25 through our SMTP server [gordonr 6349]
969
970 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
971 - [4.13.0-35]
972 - Changed to ~alias/.qmail-devnull-default [gordonr 6460]
973
974 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
975 - [4.13.0-34]
976 - Added ~alias/.qmail-devnull [gordonr 6460]
977
978 * Tue Apr 1 2003 Lijie Deng <lijied@e-smith.com>
979 - [4.13.0-33]
980 - Modified emailsetting en-us 'standard' trans text [lijied 7949]
981
982 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
983 - [4.13.0-32]
984 - Fixed fr nav bar entry [gordonr 7926]
985
986 * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
987 - [4.13.0-31]
988 - fixed the "Action" column to be several columns instead of one [miked 7761]
989
990 * Mon Mar 31 2003 Gordon Rowell <gordonr@e-smith.com>
991 - [4.13.0-30]
992 - Make use of sectionbar hr CSS class [gordonr 7911]
993
994 * Mon Mar 31 2003 Gordon Rowell <gordonr@e-smith.com>
995 - [4.13.0-29]
996 - And make section bars only 80% of the width to its obvious there's one
997 Save button for the page [gordonr 7911]
998
999 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1000 - [4.13.0-28]
1001 - Lighten section bars a little [gordonr 7911]
1002
1003 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1004 - [4.13.0-27]
1005 - Strengthen section headings to show blocks [gordonr 1950]
1006
1007 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1008 - [4.13.0-26]
1009 - Deleted dangling panel links after panel merge [gordonr 1950]
1010
1011 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1012 - [4.13.0-25]
1013 - Adding French L10Ns [gordonr 1950]
1014
1015 * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
1016 - [4.13.0-24]
1017 - Rearranged panel order slightly to group like items [gordonr 1950]
1018 - Adjusted titles of the two delegate mail server (upstream/downstream)
1019 items [gordonr 1950]
1020 - TODO: Some missing French L10Ns (tagged in lexicon) [gordonr 1950]
1021
1022 * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
1023 - [4.13.0-23]
1024 - Deleted emailretrieval/otheremail - now merged into emailsettings
1025 [gordonr 1950]
1026 - Made emailsettings panel loop back to start and display
1027 success/failure message [gordonr 1950]
1028
1029 * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
1030 - [4.13.0-22]
1031 - Modified emailretrieval and emailsettings en-us text [lijied 4937]
1032 - Modified emailretrieval and emailsettings fr-ca text [lijied 4937]
1033 and modified the lexicons to use lang="fr", rename the lexicon
1034 directory to fr [lijied 6787]
1035
1036 * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
1037 - [4.13.0-21]
1038 - Modified emailsettings access text [lijied 4081]
1039
1040 * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
1041 - [4.13.0-20]
1042 - And add panel link [gordonr 1950]
1043 - Change page title to "E-mail settings' and nav bar to 'e-mail'
1044 in English and French [gordonr 1950]
1045 - Modified otheremail POP and IMAP server access text [lijied 4081]
1046
1047 * Mon Mar 24 2003 Gordon Rowell <gordonr@e-smith.com>
1048 - [4.13.0-19]
1049 - Merge emailretrieval/othermail -> emailsettings [gordonr 1950]
1050
1051 * Tue Mar 18 2003 Gordon Rowell <gordonr@e-smith.com>
1052 - [4.13.0-18]
1053 - Added [$ExternalIP] to "locals" [gordonr 6900]
1054
1055 * Tue Mar 18 2003 Gordon Rowell <gordonr@e-smith.com>
1056 - [4.13.0-17]
1057 - Deleted ./etc/{fetchmail, startmail}/template-begin,
1058 and modified %build [lijied 3295]
1059 - Reconfigure/reload /var/qmail/control/locals on ip-change [gordonr 6900]
1060
1061 * Tue Mar 18 2003 Gordon Rowell <gordonr@e-smith.com>
1062 - [4.13.0-16]
1063 - Broken rebuild - missing mkdir in %build
1064
1065 * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
1066 - [4.13.0-15]
1067 - Modified panel order for emailretrieval,otheremail
1068 and pseudonyms
1069 - Modified en-us and fr-ca pseudonyms panel title [lijied 7356]
1070
1071 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
1072 - [4.13.0-14]
1073 - Split en-us lexicon from emailretrieval panel
1074 split en-us lexicon from otheremail panel
1075 split en-us lexicon from pseudonyms panel [lijied 4030]
1076
1077 * Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com>
1078 - [4.13.0-13]
1079 - RebuildRPM for otheremail and pseudonyms [lijied 5003]
1080
1081 * Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com>
1082 - [4.13.0-12]
1083 - RebuildRPM for emailretrival, commit missed last time [lijied 5003]
1084
1085 * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
1086 - [4.13.0-11]
1087 - Added French lexicon for emailretrieval, otheremail
1088 and pseudonyms. [lijied 5003]
1089 - Re-do hosts.allow template to use esmith::ConfigDB::hosts_allow_spec.
1090 Add dependency on up-to-date e-smith-lib. [charlieb 5650]
1091 - Remove bogus mailfront dependency.
1092
1093 * Tue Feb 25 2003 Charlie Brady <charlieb@e-smith.com>
1094 - [4.13.0-10]
1095 - Convert virtualdomains template to use esmith::{Hosts,Domains}DB.
1096 [charlieb 2670]
1097 - Remove duplicate DomainName setting from virtualdomains template,
1098 now that the primary domain is added to the domains db. [charlieb 2670]
1099
1100 * Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com>
1101 - [4.13.0-09]
1102 - Removed use of LocalDomainPrefix. [msoulier 4812]
1103
1104 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
1105 - [4.13.0-08]
1106 - added ACTION to the lexicon [miked 6363]
1107
1108 * Wed Jan 15 2003 Charlie Brady <charlieb@e-smith.com>
1109 - [4.13.0-07]
1110 - Change pattern match for ppp device in /etc/startmail, so that
1111 mail collection is triggered on a PCI ISDN dialup link [charlieb 5399]
1112 - Remove standard template-{begin,end} fragments where possible. The
1113 default ones will be used in their place [charlieb 3295]
1114
1115 * Thu Jan 9 2003 Michael Soulier <msoulier@e-smith.com>
1116 - [4.13.0-06]
1117 - Fixed incorrect page flow behaviour. Panel now returns to start page on
1118 completion, with a status message prefixed. [msoulier 6470]
1119
1120 * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
1121 - [4.13.0-05]
1122 - minor UI updates [miked 5494]
1123
1124 * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
1125 - [4.13.0-04]
1126 - UI Update, part of the tweaking for the new UI [miked 5494]
1127
1128 * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
1129 - [4.13.0-03]
1130 - ui update [miked 5494]
1131
1132 * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
1133 - [4.13.0-02]
1134 - update to new UI system [miked 5494]
1135
1136 * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
1137 - [4.13.0-01]
1138 - Rolling development stream version to 4.13.0
1139
1140 * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
1141 - [4.12.1-01]
1142 - Roll new version to fix tagging problem
1143
1144 * Tue Oct 15 2002 Gordon Rowell <gordonr@e-smith.com>
1145 - [4.12.0-02]
1146 - If the user had a maildir called Mail/, rename it so it gets
1147 relocated into the new directory Mail/. Attempt to relocate as
1148 many directories as possible - only warn when directories can't
1149 be renamed rather than calling die(). [gordonr 4767]
1150
1151 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
1152 - [4.12.0-01]
1153 - Roll to maintained version number to 4.12.0
1154
1155 * Tue Oct 8 2002 Mark Knox <markk@e-smith.com>
1156 - [4.11.8-05]
1157 - Removed stray description tag [markk 5135]
1158
1159 * Tue Sep 24 2002 Charlie Brady <charlieb@e-smith.com>
1160 - [4.11.8-04]
1161 - Re-add "use esmith::util" to email-update-group - it was lost in the
1162 esmith::AccountsDB rewrite. [charlieb 4932]
1163
1164 * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
1165 - [4.11.8-03]
1166 - Fix creation of list of groups from groupname in last change [charlieb 4932]
1167
1168 * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
1169 - [4.11.8-02]
1170 - Modify email-update-group to iterate over all groups during post-upgrade
1171 event [charlieb 4932]
1172
1173 * Mon Sep 9 2002 Mark Knox <markk@e-smith.com>
1174 - [4.11.8-01]
1175 - Rolling to new version to fix patching problem
1176
1177 * Mon Sep 9 2002 Mark Knox <markk@e-smith.com>
1178 - [4.11.7-06]
1179 - Display only multidrop retrieval in private s&g mode [markk 4780]
1180
1181 * Mon Sep 9 2002 Charlie Brady <charlieb@e-smith.com>
1182 - [4.11.7-05]
1183 - Use localhost for all fetchmail local delivery [charlieb 4742]
1184
1185 * Thu Sep 5 2002 Mark Knox <markk@e-smith.com>
1186 - [4.11.7-04]
1187 - Remove empty description and lexicon entry [markk 4764]
1188
1189 * Wed Sep 4 2002 Gordon Rowell <gordonr@e-smith.com>
1190 - [4.11.7-03]
1191 - Relocate maildirs for all users and admin to Mail/ subdirectory
1192 in post-upgrade event. Directories which didn't exist in Mail/
1193 preserve their name. Directories which conflict with an existing
1194 directory in Mail/ become {name}.relocated and if that conflicts,
1195 we try {name}.relocated-time(). If that conflicts, we generate a
1196 warning to the log and give up. [gordonr 4767]
1197
1198 * Fri Aug 30 2002 Charlie Brady <charlieb@e-smith.com>
1199 - [4.11.7-02]
1200 - Update default pine configuration to deal with TLS capable imapd,
1201 and to support a few more features. [charlieb 3669]
1202
1203 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
1204 - [4.11.7-01]
1205 - Use new adjust-masq action script to adjust packet filter, rather than
1206 restart-masq. [charlieb 4501]
1207
1208 * Fri Jul 26 2002 Charlie Brady <charlieb@e-smith.com>
1209 - [4.11.6-01]
1210 - Return exit status from /etc/startmail if it is called, 0 otherwise.
1211 [charlieb 4487]
1212
1213 * Fri Jul 26 2002 Charlie Brady <charlieb@e-smith.com>
1214 - [4.11.5-01]
1215 - Add missing space after --authentication option. [charlieb 3050]
1216
1217 * Fri Jul 26 2002 Charlie Brady <charlieb@e-smith.com>
1218 - [4.11.4-01]
1219 - Call /etc/startmail from email-ipup, rather than /etc/fetchmail, so that
1220 $SMTP is set. [charlieb 4483]
1221
1222 * Wed Jul 24 2002 Mark Knox <markk@e-smith.com>
1223 - [4.11.3-01]
1224 - Fixed faulty display of multidrop params [markk 4453]
1225 - Added fetch of POP password [markk 4453]
1226
1227 * Wed Jul 24 2002 Gordon Rowell <gordonr@e-smith.com>
1228 - [4.11.2-01]
1229 - Added optional property fetchmail|AuthenticationMethod, defaulting to
1230 "password" so that people with working CRAM-MD5 or similar can still
1231 choose that (or indeed "any" if it works for them) [gordonr 3050]
1232
1233 * Wed Jul 24 2002 Gordon Rowell <gordonr@e-smith.com>
1234 - [4.11.1-01]
1235 - Added --auth password to fetchmail call to force password
1236 authentication [gordonr 3050]
1237
1238 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
1239 - [4.11.0-01]
1240 - Changing version to maintained stream number to 4.11.0
1241
1242 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1243 - [4.10.0-01]
1244 - Changing version to maintained stream number to 4.10.0
1245
1246 * Tue May 28 2002 Charlie Brady <charlieb@e-smith.com>
1247 - [4.9.25-01]
1248 - Fix multi-drop sort. 'on' and 'off' were confused in "select sort
1249 method" in the panel. [charlieb 3682]
1250
1251 * Tue May 28 2002 Charlie Brady <charlieb@e-smith.com>
1252 - [4.9.24-01]
1253 - Fix forward unknonw email to admin, which was broken in the FormMagick
1254 conversion. [charlieb 3683]
1255
1256 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1257 - [4.9.23-01]
1258 - RPM rebuild forced by cvsroot2rpm
1259
1260 * Wed May 22 2002 Gordon Rowell <gordonr@e-smith.com>
1261 - [4.9.22-01]
1262 - Set smtp-server=localhost in pine.conf [gordonr 3567]
1263
1264 * Fri May 17 2002 Mark Knox <markk@e-smith.com>
1265 - [4.9.21-01]
1266 - Fixed heading on panel [markk 3516]
1267
1268 * Fri May 17 2002 Mark Knox <markk@e-smith.com>
1269 - [4.9.20-01]
1270 - Bold table headings [markk 3503]
1271
1272 * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
1273 - [4.9.19-01]
1274 - Added border to pseudonyms table [skud 3491]
1275
1276 * Thu May 16 2002 Charlie Brady <charlieb@e-smith.com>
1277 - [4.9.18-01]
1278 - Remove migration of smtpfwdd properties and init of smtpfront-qmail
1279 service - moved to e-smith-mailfront. [charlieb 3442]
1280 - Fix fetchmail delivery - we need to use smtphost, not smtpaddress.
1281 - Append @$DomainName to "postmaster" for postmaster address -
1282 fetchmail otherwise uses postmaster@a.b.c.d [charlieb 3469]
1283 - Remove commented out SMTP address lookup in /etc/fetchmail script -
1284 it's now passed in from /etc/startmail (and we have CVS for version
1285 control) [ charlieb 3469].
1286
1287 * Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com>
1288 - [4.9.17-01]
1289 - Handle concurrencyremote setting of zero [gordonr 2920]
1290
1291 * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
1292 - [4.9.16-01]
1293 - Localise SAVE button [gordonr 3222]
1294
1295 * Mon May 6 2002 Charlie Brady <charlieb@e-smith.com>
1296 - [4.9.15-01]
1297 - Removed CVS detritus from changelog.
1298 - Changed references to smtpd db entries to smtpfront-qmail. [charlieb 2604]
1299 - Added blank or IP validator. Changed ip_number to new validation in
1300 emailretrieval [markk 3317]
1301
1302 * Fri May 3 2002 Mark Knox <markk@e-smith.com>
1303 - [4.9.14-01]
1304 - Changed lexicon en -> en-us [markk 3320]
1305 - Removed unused "TITLE" on first page [markk 3320]
1306 - Added status message display on first page [markk 3320]
1307 - Cleaned up display in IE [markk 3320]
1308 - Localised "Everyone" [markk 3320]
1309 - Cleaned up die calls in module for better error handling [markk 3320]
1310
1311 * Thu May 2 2002 Charlie Brady <charlieb@e-smith.com>
1312 - [4.9.13-01]
1313 - Enable smtpd service by default. Migrate status and filter properties
1314 from smtpfwdd to smtpd service, if found. [charlieb 2604]
1315
1316 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
1317 - [4.9.12-01]
1318 - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
1319
1320 * Tue Apr 30 2002 Gordon Rowell <gordonr@e-smith.com>
1321 - [4.9.11-01]
1322 - Quote fetchmail username and password [gordonr 3296]
1323
1324 * Fri Apr 26 2002 Gordon Rowell <gordonr@e-smith.com>
1325 - [4.9.10-01]
1326 - Removed /var/qmail/control/rcpthosts/template-{begin,end} [gordonr 2604]
1327
1328 * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
1329 - [4.9.9-01]
1330 - Added head/foot to pseudonyms [gordonr 3223]
1331 - Nav bar entries to all panels [gordonr 3155]
1332
1333 * Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com>
1334 - [4.9.8-01]
1335 - Removed bogus hard quotes on call to serviceControl [gordonr 2920]
1336 - Changed navigation for email retrieval to "E-mail" as per
1337 glossary [gordonr 3155]
1338
1339 * Fri Apr 19 2002 Mark Knox <markk@e-smith.com>
1340 - [4.9.7-01]
1341 - Changed some db->get()s to check their return values. Was causing breakage
1342 in otheremail panel on fresh install. [markk]
1343
1344 * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
1345 - [4.9.6-01]
1346 - Allow optional qmail|ConcurrencyRemote setting which overrides the
1347 memory sized based heuristic [gordonr 2920]
1348
1349 * Fri Apr 19 2002 Mark Knox <markk@e-smith.com>
1350 - [4.9.5-01]
1351 - Removed hardcoded server name and replaced with lookup of FQDN [markk 3196]
1352
1353 * Thu Apr 18 2002 Mark Knox <markk@e-smith.com>
1354 - [4.9.4-01]
1355 - Pass SMTP on the command line as the env is cleared [markk 3161]
1356 - Pass LocalIP if ExternalIP doesn't exist [markk 3161]
1357
1358 * Thu Apr 18 2002 Mark Knox <markk@e-smith.com>
1359 - [4.9.3-01]
1360 - Extract ExternalIP in /etc/startmail and export as ENV{SMTP} to
1361 /etc/fetchmail to avoid calling privileged commands as user qmailr
1362 [markk 3161]
1363
1364 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
1365 - [4.9.2-01]
1366 - Language en->en-us
1367
1368 * Mon Apr 8 2002 Michael Schwern <schwern@e-smith.com>
1369 - [4.9.1-01]
1370 - Added i18n'd versions of emailretrieval and otheremail panels [skud 3032]
1371
1372 * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
1373 - [4.9.0-01]
1374 - rollRPM: Rolled version number to 4.9.0-01. Includes patches up to 4.8.0-07.
1375 - Removed empty directories from tarball and add code to make them in prep
1376 section, prior to CVS import.
1377
1378 * Thu Feb 14 2002 Charlie Brady <charlieb@e-smith.com>
1379 - [4.8.0-07]
1380 - Remove the current qmail rcpthosts template and replace it with a
1381 template directory containing zero length template-begin and template-end
1382 files. The current template containing "not used" comments is moved
1383 into the e-smith-obtuse-smtpd RPM.
1384
1385 * Mon Jan 28 2002 Charlie Brady <charlieb@e-smith.com>
1386 - [4.8.0-06]
1387 - Re-instate 4.8.0-02 patch. See #2677.
1388
1389 * Fri Jan 18 2002 Charlie Brady <charlieb@e-smith.com>
1390 - [4.8.0-05]
1391 - Use external IP as SMTP address when using multidrop mail, so that
1392 external network smtpd rules are applied to address matches. We have to
1393 fall back to LocalIP in serveronly mode, unfortunately, because we have
1394 no other option.
1395
1396 * Fri Dec 21 2001 Charlie Brady <charlieb@e-smith.com>
1397 - [4.8.0-04]
1398 - Temporarily back out 4.8.0-02 patch, pending further verification.
1399
1400 * Fri Dec 21 2001 Charlie Brady <charlieb@e-smith.com>
1401 - [4.8.0-03]
1402 - Fix typo "smptroutes" => "smtproutes" in email-conf.
1403
1404 * Wed Dec 12 2001 Charlie Brady <charlieb@e-smith.com>
1405 - [4.8.0-02]
1406 - Fix a few problems with email-ipup script which lead to warnings being
1407 logged.
1408 - Trucate the changelog, which is getting very large. For earlier changelog,
1409 see an earlier version of the package.
1410
1411 * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
1412 - [4.8.0-01]
1413 - rollRPM: Rolled version number to 4.8.0-01. Includes patches up to 4.7.0-12.
1414
1415 * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
1416 - [4.6.1-01]
1417 - Rolled version number to 4.6.1-01. Includes patches upto 4.6.0-06.
1418
1419 * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
1420 - [4.6.0-02..06]
1421 - Final branding changes
1422
1423 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
1424 - [4.6.0-01]
1425 - Rolled version number to 4.6.0-01. Includes patches upto 4.5.0-20.
1426
1427 %prep
1428 %setup
1429 %patch1 -p1
1430 %patch2 -p1
1431 %patch3 -p1
1432 %patch4 -p1
1433 %patch5 -p1
1434 %patch6 -p1
1435 %patch7 -p1
1436 %patch8 -p1
1437 %patch9 -p1
1438 %patch10 -p1
1439 %patch11 -p1
1440 %patch12 -p1
1441 %patch13 -p1
1442 %patch14 -p1
1443 %patch15 -p1
1444 %patch16 -p1
1445 %patch17 -p1
1446 %patch18 -p1
1447 %patch19 -p1
1448 %patch20 -p1
1449 %patch21 -p1
1450 %patch22 -p1
1451
1452 %build
1453 perl createlinks
1454
1455 mkdir -p root/etc/e-smith/templates/etc/fetchmail
1456 ln -s /etc/e-smith/templates-default/template-begin-shell \
1457 root/etc/e-smith/templates/etc/fetchmail/template-begin
1458
1459 mkdir -p root/etc/e-smith/templates/etc/startmail
1460 ln -s /etc/e-smith/templates-default/template-begin-shell \
1461 root/etc/e-smith/templates/etc/startmail/template-begin
1462
1463 mkdir -p root/service
1464
1465 # smtp-auth-proxy supervision
1466 mkdir -p root/var/service/smtp-auth-proxy
1467 ln -s ../var/service/smtp-auth-proxy root/service/smtp-auth-proxy
1468 mkdir -p root/var/service/smtp-auth-proxy/supervise
1469 mkdir -p root/var/service/smtp-auth-proxy/log/supervise
1470 mkdir -p root/var/log/smtp-auth-proxy
1471
1472 rm -rf root/etc/e-smith/templates/var
1473
1474 %postun
1475
1476 %install
1477 rm -rf $RPM_BUILD_ROOT
1478 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1479 rm -f %{name}-%{version}-%{release}-filelist
1480 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1481 --dir /var/lock/fetchmail 'attr(755,qmailr,qmail)' \
1482 --dir '/var/service/smtp-auth-proxy' 'attr(1755,root,root)' \
1483 --file '/var/service/smtp-auth-proxy/down' 'attr(0644,root,root)' \
1484 --file '/var/service/smtp-auth-proxy/run' 'attr(0755,root,root)' \
1485 --dir '/var/service/smtp-auth-proxy/supervise' 'attr(0700,root,root)' \
1486 --dir '/var/service/smtp-auth-proxy/log' 'attr(0755,root,root)' \
1487 --file '/var/service/smtp-auth-proxy/log/run' 'attr(0755,root,root)' \
1488 --file '/var/service/smtp-auth-proxy/log/supervise' 'attr(0700,root,root)' \
1489 --dir '/var/log/smtp-auth-proxy' 'attr(2750,smelog,nofiles)' \
1490 --file '/usr/local/sbin/smtp-auth-proxy.pl' 'attr(0755,root,root)' \
1491 --dir '/home/e-smith/Maildir/.junkmail' 'attr(0700,admin,admin)' \
1492 --dir '/home/e-smith/Maildir/.junkmail/tmp' 'attr(0700,admin,admin)' \
1493 --dir '/home/e-smith/Maildir/.junkmail/new' 'attr(0700,admin,admin)' \
1494 --dir '/home/e-smith/Maildir/.junkmail/cur' 'attr(0700,admin,admin)' \
1495 > %{name}-%{version}-%{release}-filelist
1496 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1497
1498 %clean
1499 rm -rf $RPM_BUILD_ROOT
1500
1501 %files -f %{name}-%{version}-%{release}-filelist
1502 %defattr(-,root,root)

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