/[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.26 - (hide annotations) (download)
Tue Mar 15 09:52:14 2011 UTC (13 years, 2 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-email-5_0_0-9_el4_sme
Changes since 1.25: +7 -2 lines
* Tue Mar 15 2011 Gavin Weight <gweight@gmail.com> 5.0.0-9.sme
- Fix typo with merge_props in Pseudonym. [SME: 6361]

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

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