1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
|
This is Debian GNU/Linux's prepackaged version of exim, a powerful yet easy
to configure mail transport agent.
-----------------------------------------------------------------
This package was put together from the original sources which are
maintained by Philip Hazel <ph10@cus.cam.ac.uk>, and which were
obtained from
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/
Some modifications to the Makefiles have been made to fit with the Linux
FHS.
-----------------------------------------------------------------
-----------------------------------------------------------------
The local_scan.c perl plugin by Richard Baker <rich@mondaymorning.org> was
downloaded from http://oss.bibliotech.net/ and modified to compile as
shared object that can be dlopened.
Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road, SW6 3EG, UK
Licensed under GPL.
-----------------------------------------------------------------
-----------------------------------------------------------------
Debian Maintainer history:
- The Debian package for exim was originally made by Tim Cutts
<timc@chiark.greenend.org.uk>.
- Mark Baker <mbaker@iee.org> took over until exim version 3 and is
still involved with packaging.
- Steve Haslam, Hilko Bengen and Marc Haber generated the initial
packages of Exim v4.
- The exim4 packages are now maintained by
- Andreas Metzler <ametzler@downhill.at.eu.org> (main maintainer)
- Marc Haber <mh+debian-packages@zugschlus.de> (Co-maintainer)
The following people helped in preparing the exim4 packages and gave
important feedback:
- Marc Merlin provides the dlopen patch, making it possible to load
local_scan-routines for a external shared object.
The original patch was written by David Woodhouse, it was modified first
by Derrick 'dman' Hudson and afterwards by Marc Merlin.
- Sander Smeenk provided the TLS-docs and the script to generate the
self-signed certificates.
- The people on the exim4debian list that submitted bug-reports and -fixes,
and helped with design issues: Matthias Klose, Alexander Koch, Ola
Lundqvist, Andrew Mulholland, David Pashley, Andreas Piesk, Nick Phillips
and whoever I forgot to mention.
-----------------------------------------------------------------
-----------------------------------------------------------------
exim is copyright (c) 1999 University of Cambridge.
The original licence is as follows (from the file NOTICE in the upstream
distribution); the GPL should be in /usr/share/common-licenses/GPL on a debian
system.
_________________________________________________________________________
THE EXIM MAIL TRANSFER AGENT
----------------------------
Copyright (c) 2002 University of Cambridge
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
In addition, for the avoidance of any doubt, permission is granted to
link this program with OpenSSL or any other library package and to
(re)distribute the binaries produced as the result of such linking.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
UNSOLICITED EMAIL
-----------------
The use, supply or promotion of Exim for the purpose of sending bulk,
unsolicited electronic mail is incompatible with the basic aims of the program,
which revolve around the free provision of a service that enhances the quality
of personal communications. The author of Exim regards indiscriminate
mass-mailing as an antisocial, irresponsible abuse of the Internet.
INCORPORATED CODE
-----------------
A number of pieces of external code are included in the Exim distribution.
1. Regular expressions are supported in the main Exim program and in the
Exim monitor using the freely-distributable PCRE library, copyright (c)
2002 University of Cambridge. The source is distributed in the directory
src/pcre. However, this is a cut-down version of PCRE. If you want to use
the PCRE library in other programs, you should obtain and install the
full version from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre.
2. Support for the cdb (Constant DataBase) lookup method is provided by
code contributed by Nigel Metheringham of Planet Online Ltd. which contains
the following statements:
_________________________________________________________________________
Copyright (c) 1998 Nigel Metheringham, Planet Online Ltd
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This code implements Dan Bernstein's Constant DataBase (cdb) spec.
Information, the spec and sample code for cdb can be obtained from
http://www.pobox.com/~djb/cdb.html. This implementation borrows some code
from Dan Bernstein's implementation (which has no license restrictions
applied to it).
_________________________________________________________________________
3. Support for Microsoft's "Secure Password Authentication" is provided by
code contributed by Marc Prud'hommeaux. This includes code taken from the
Samba project, which is released under the Gnu GPL.
4. Support for calling the Cyrus "pwcheck" daemon is provided by code taken
from the Cyrus-SASL library and adapted by Alexander S. Sabourenkov. The
permission notice appears below, in accordance with the conditions
expressed therein.
_________________________________________________________________________
Copyright (c) 2001 Carnegie Mellon University. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name "Carnegie Mellon University" must not be used to endorse or
promote products derived from this software without prior written
permission. For permission or any other legal details, please
contact
Office of Technology Transfer
Carnegie Mellon University
5000 Forbes Avenue
Pittsburgh, PA 15213-3890
(412) 268-4387, fax: (412) 268-7395
tech-transfer@andrew.cmu.edu
4. Redistributions of any form whatsoever must retain the following
acknowledgment:
This product includes software developed by Computing Services at
Carnegie Mellon University (http://www.cmu.edu/computing/).
CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
_________________________________________________________________________
5. The Exim Monitor program, which is an X-Window application, includes a
modified version of the Athena StripChart and TextPop widgets. This code
is copyright by DEC and MIT, and their permission notice appears below,
in accordance with the conditions expressed therein.
___________________________________________________________________________
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard,
Massachusetts, and the Massachusetts Institute of Technology, Cambridge,
Massachusetts.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting documen-
tation, and that the names of Digital or MIT not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
___________________________________________________________________________
--
Philip Hazel University of Cambridge Computing Service,
ph10@cus.cam.ac.uk Cambridge, England. Phone: +44 1223 334714.
|