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

Annotation 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.13 - (hide annotations) (download)
Fri Sep 10 13:00:43 2021 UTC (2 years, 8 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-13_el7_sme
Changes since 1.12: +5 -2 lines
* Fri Sep 10 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-13.sme
-  fix perms for /var/lock/fetchmail [SME: 11634]

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

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