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