/[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.11 - (show annotations) (download)
Tue Mar 30 16:55:54 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-11_el7_sme
Changes since 1.10: +7 -2 lines
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme
- add new RAR file signatures to default mailpatterns database [SME: 11265]

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

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