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

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

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


Revision 1.34 - (show annotations) (download)
Tue Jul 3 04:19:02 2012 UTC (11 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-18_el5_sme
Changes since 1.33: +7 -4 lines
Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017]

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

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