/[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.21 - (hide annotations) (download)
Tue May 4 19:53:58 2010 UTC (14 years, 1 month ago) by snetram
Branch: MAIN
CVS Tags: e-smith-email-5_0_0-6_el4_sme
Changes since 1.20: +5 -2 lines
Fix previous patch

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

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