/[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.7 - (show annotations) (download)
Sat Dec 14 20:41:17 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_4_0-6_el6_sme
Changes since 1.6: +9 -2 lines
* Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-6.sme
- Only present one auth method at a time, in order, to NET::SMTP,
  by Charlie Brady [SME: 8060]
  Second hunk in patch converts tabs to spaces, no code change.

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

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