/[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.4 - (show annotations) (download)
Sun Jun 23 19:53:54 2013 UTC (10 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-email-5_4_0-3_el6_sme
Changes since 1.3: +7 -2 lines
* Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme
- Always enable imap, listen on loopback is disabled [SME: 7697]

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

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