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

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

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


Revision 1.19 - (hide annotations) (download)
Sat Apr 3 17:10:07 2010 UTC (14 years, 2 months ago) by charliebrady
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-6_el5_sme
Changes since 1.18: +8 -3 lines
Fix helohost patch - http://bugs.contribs.org/show_bug.cgi?id=5854

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

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