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

Contents 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.41 - (show annotations) (download)
Mon Feb 10 22:16:44 2014 UTC (10 years, 4 months ago) by charliebrady
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-25_el5_sme
Changes since 1.40: +8 -2 lines
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.2.0-25.sme
- Handle exceptions during attempted SASL auth. Add more debug tracing.
  [SME: 8202]

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

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