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

Annotation of /rpms/e-smith-email/sme7/e-smith-email.spec

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


Revision 1.27 - (hide annotations) (download)
Sat Jun 30 22:42:21 2012 UTC (11 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_0_0-10_el4_sme, HEAD
Changes since 1.26: +7 -2 lines
Allow blacklist of SMTP AUTH methods [SME: 5908]

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

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