/[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.35 - (show annotations) (download)
Thu Dec 20 03:31:45 2012 UTC (11 years, 5 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-19_el5_sme
Changes since 1.34: +7 -2 lines
Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922]

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

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