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

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

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


Revision 1.8 - (show annotations) (download)
Sat Dec 21 05:19:57 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_4_0-7_el6_sme
Changes since 1.7: +5 -2 lines
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 5.4.0-7.sme
- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]

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

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