/[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.42 - (show annotations) (download)
Fri Dec 5 17:39:04 2014 UTC (9 years, 6 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-26_el5_sme
Changes since 1.41: +8 -2 lines
* Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-26.sme
- Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3
- [SME: 8217]

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

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