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

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

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


Revision 1.16 - (show annotations) (download)
Sat Apr 16 16:32:01 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-16_el7_sme
Changes since 1.15: +8 -2 lines
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-16.sme
- fix missing dot in regex for untainting [SME: 11799]
  would delete any account named with the string before the dot

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

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