/[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.10 - (show annotations) (download)
Thu Mar 11 16:42:41 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-10_el7_sme
Changes since 1.9: +7 -2 lines
* Thu Mar 11 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-10.sme
- webmail is only SSL [SME: 11443]

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

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