/[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.7 - (show annotations) (download)
Sun Jun 28 03:52:15 2020 UTC (4 years ago) by jpp
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-7_el7_sme
Changes since 1.6: +8 -2 lines
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme
- allow creation of pseudonyms with setting of local only [SME: 3802]

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

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