comparison thesis/tex/3-MailTransferAgents.tex @ 117:098bd0876934

worked on ch03 (MTAs)
author meillo@marmaro.de
date Thu, 27 Nov 2008 16:25:20 +0100
parents 0efa24393b14
children 73fe291f79e6
comparison
equal deleted inserted replaced
116:0efa24393b14 117:098bd0876934
1 \chapter{Mail transfer agents} 1 \chapter{Mail transfer agents}
2 2
3 After having read about the history of electronic mail and the basics of \mta{}s in the last chapter, this chapter introduces a group of \mta{}s. Among them, the already mentioned \sendmail. The selected group will be delimited against other groups of \MTA{}s, which are described as well. 3 After having analyzed the market for electronic mail and trends for it in the last chapter, this chapter takes a look at \mta{}s, the intelligent most important parts of the email infrastructure. \MTA{}s will be grouped by similarities, and the four most popular \freesw\ \mta{}s, will be presented to the reader in a short overview and with the most important facts. At the end of this chapter a comparison of these programs in several disciplines will be done.
4 4
5 The chosen programs will be presented to the reader in a short overview and with the most important facts. The next chapter will show a comparison of these programs in several disciplines. 5
6 6
7 7
8 \section{Types of \MTA{}s} 8 \section{Types of \MTA{}s}
9 ``Mail transfer agent'' is a term covering a variety of programs. One thing is common to them: they transfer email from one \emph{thing} to another. These \emph{things} can be hosts, meaning independent machines, or protocols like \NAME{SMTP} and \NAME{UUCP}, between which mail is transfered.\footnote{\sendmail{}'s initial purpose was moving mail between \NAME{UUCP}, \NAME{SMTP}, and \name{Berknet}.} 9 ``Mail transfer agent'' is a term covering a variety of programs. One thing is common to them: they transfer email from one machine to another.
10 10
11 Beside this common property, \MTA{}s can be very different. Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included. Some can fetch mails through these protocols. Others have have all features you can think of. And maybe there are some that do nothing else but transporting email. 11 This is how Bryan Costales defines a \mta\ in \cite{costales97}:
12 12 \begin{quote}
13 Following are groups of \mta{}s that will \emph{not} be regarded further. 13 A mail transfer agent (MTA) is a highly specialized program that delivers mail and transports it between machines, like the post office.
14 14 \end{quote}
15 \subsection*{Relay-only \MTA{}s} 15 \name{The Free Dictionary} is a bit more concrete on the term: \citeweb{website:thefreedictionary}
16 \begin{quote}
17 Message Transfer Agent - (MTA, Mail Transfer Agent): Any program responsible for delivering e-mail messages. Upon receiving a message from a Mail User Agent or another MTA, [...] it [...] delivers it to any local addressees and/or forwards it to other remote MTAs (routing) for delivery to remote recipients.
18 \end{quote}
19
20 Common to all \MTA{}s is the transfer of mail to other machines; this is the actual job. Besides this similarity, \MTA{}s can be very different. Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included. Some can fetch mails through these protocols. Others have have all features you can think of. And maybe there are some that do nothing else but transporting email.
21
22 Following is a classification of \mta{}s into groups of similar programs, regarding what is viewable from the outside.
23
24
25 \subsubsection*{Relay-only \MTA{}s}
16 \label{subsec:relay-only} 26 \label{subsec:relay-only}
17 This is the most simple kind of \MTA. It transfers mail only to defined \name{smart hosts}\footnote{\name{smart host}s are \MTA{}s that receives email and route it to the actual destination}. \name{Relay-only} \MTA{}s do not receive mail from outside the system, and they do not deliver locally. 27 This is the most simple kind of \MTA. It transfers mail only to defined \name{smart hosts}\footnote{\name{smart host}s are \MTA{}s that receives email and route it to the actual destination}. \name{Relay-only} \MTA{}s do not receive mail from outside the system, and they do not deliver locally.
18 28
19 Most \MTA{}s can be configured to act as such a \name{forwarder}. But this is usually an additional functionality. 29 Most \MTA{}s can be configured to act as such a \name{forwarder}. But this is usually an additional functionality.
20 30
21 One would use such a program to give a system the possibility to send mail, without the need to do lots of configuration. In a local network, usually the clients are set up with a \name{relay-only} \MTA, while there is one \name{mail server} that acts as a \name{smart host}. The ``dumb'' clients send mail to this one \name{mail server} which does all the work. 31 One would use such a program to give a system the possibility to send mail, without the need to do lots of configuration. In a local network, usually the clients are set up with a \name{relay-only} \MTA, while there is one \name{mail server} that acts as a \name{smart host}. The ``dumb'' clients send mail to this one \name{mail server} which does all the work.
22 32
23 Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}. 33 Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
24 34
25 35
26 \subsection*{Groupware} 36 \subsubsection*{Groupware}
27 Normally the term ``groupware'' does not mean one single program, but a suite of programs. They build a framework which is then populated with various modules that provide actual funktionality. Modules for mail transfer, file storage, calendars, resource management, instant messaging, etc., are commonly available. 37 Normally the term ``groupware'' does not mean one single program, but a suite of programs. They build a framework which is then populated with various modules that provide actual funktionality. Modules for mail transfer, file storage, calendars, resource management, instant messaging, etc., are commonly available.
28 38
29 One would use one of these program suites if the main work to do is not mail transfer, but providing integrated communication facilities and team working support for a group of people. The most common scenario are companies. They have \name{groupware} running to provide adequate services for their teams to work efficently. But one may use \name{groupware} on the home server for his family members also. 39 One would use one of these program suites if the main work to do is not mail transfer, but providing integrated communication facilities and team working support for a group of people. The most common scenario are companies. They have \name{groupware} running to provide adequate services for their teams to work efficently. But one may use \name{groupware} on the home server for his family members also.
30 40
31 Examples are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}. 41 Examples are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}.
32 42
33 43
34 \subsection*{``Real'' \MTA{}s} 44 \subsubsection*{``Real'' \MTA{}s}
35 There is a third type of \mta{}s in between the minimalistic \name{relay-only} \MTA{}s and the bloated \name{groupware}. Those programs may be named ``real \MTA{}s'', or ``proper \MTA{}s'', though there is no common name. They are what is meant with the term ``\mta''. 45 There is a third type of \mta{}s in between the minimalistic \name{relay-only} \MTA{}s and the bloated \name{groupware}. Those programs may be named ``real \MTA{}s'', or ``proper \MTA{}s'', though there is no common name. They are what is meant with the term ``\mta''---programs that transfer mail between hosts.
36 46
37 Common to them is their focus on transfering email, while being able to act as \name{smart host}. Their variety ranges from ones mostly restricted to mail transfer (\name{qmail}) to others already having interfaces for adding further mail processing modules (\name{postfix})---thus everything in between the other two groups. %FIXME: are postfix and qmail good examples? 47 Common to them is their focus on transfering email, while being able to act as \name{smart host}. Their variety ranges from ones mostly restricted to mail transfer (\name{qmail}) to others already having interfaces for adding further mail processing modules (\name{postfix}). They cover everything in between the other two groups. %FIXME: are postfix and qmail good examples?
38 48
39 This group is of importance in this document. The programs selected for the comparison are ``real \MTA{}s''. 49 This group is of importance in this document. All programs selected for the comparison in the following section are ``real \MTA{}s''. \masqmail\ is one too.
40 50
41 51
42 52 \subsubsection*{Other segmenting}
43 \subsection*{Non-\emph{sendmail-compatible} \MTA{}s} 53 \name{Mail transfer agents} can also be splitted in other ways.
44 Due to \sendmail's significance---described in section \ref{sec:sendmail}---compatiblity interfaces for \sendmail\ are of importance for \unix\ \MTA{}s. Being not \emph{sendmail-compatible} does not need to matter for some fields of action, but makes the program ineligible for serving as a general purpose \MTA\ on \unix\ systems. 54 \begin{itemize}
45 55 \item
46 Hence all \MTA{}s not having a \emph{sendmail-compatible} interface or not offering it as a compatibility addon, will not be covered here. 56 Due to \sendmail's significance---described in section \ref{sec:sendmail}---compatiblity interfaces for \sendmail\ are of importance for \unix\ \MTA{}s. Being not \emph{sendmail-compatible} does not need to matter for some fields of action, but makes the program ineligible for serving as a general purpose \MTA\ on \unix\ systems. Hence being sendmail-compatible is a major property of a \mta. %todo: how many MTAs are sendmail-compatible?
47 57 \MTA{}s not having a \emph{sendmail-compatible} interface or not offering it as a compatibility addon, will not be covered here. One example for such a program is \name{Apache James}. %FIXME: check if correct
48 An Examples here is \name{Apache James}. %FIXME: check if correct 58
49 59 \item
50 60 Another separation can be done between \freesw\ programs and proprietary software. Many of the \MTA{}s for \unix\ systems are \freesw. Only these are regarded in the following sections, because comparing \freesw\ with proprietary or commercial software is not what typical users of programs like \masqmail\ do. %fixme: what are typical users?
51 \subsection*{Non-free software} 61 Comparison with those non-free programs may be a point for large \freesw\ projects, trying to step into the business world. Small projects, mostly used by individuals at home, %fixme: is this the right target field? see chap02
52 Only programs being \freesw\ are regarded, because comparing \freesw\ with proprietary or commercial software is not what typical users of programs like \masqmail\ do. Comparison with those non-free programs may be a point for large \freesw\ projects, trying to step into the business world. Small projects, mostly used by individuals at home, need to be compared against other projects of similar shape. 62 need to be compared against other projects of similar shape. The document should be seen from \masqmail's point of view---an \MTA\ for a unix system on home servers, workstations, or maybe embedded platforms---so non-free software is out of the way.
53 63 \end{itemize}
54 The comparison should be seen from \masqmail's point of view, so non-free software is out of the way. 64
55 65
56 66
57 67
58 \section{Popular \MTA{}s} 68 \section{Popular \MTA{}s}
59 The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that focus on mail transfer and are \freesw. One would not use a program for a job it is not suited for. Therefor only \mta{}s that are mostly similar to \masqmail\ are regarded. 69
60 70 %todo: include market share analyses here
61 For the comparision, five programs are taken. These are: \sendmail, \name{qmail}, \name{postfix}, \name{exim}, and \masqmail. The four alternatives to \masqmail\ are the most important representatives of the regarded group. % FIXME: add ref that affirm that 71
62 72 One would not use a program for a job it is not suited for. Therefor only \mta{}s that are mostly similar to \masqmail\ are regarded here. These are \emph{sendmail-compatible} ``smart'' \freesw\ \MTA{}s that focus on mail transfer.
63 \name{courier-mta} is also a member of this group, being even closer to \name{groupware} than \name{postfix}. It is excluded here, because the \NAME{IMAP} and webmail parts of the mail server suite are more in focus than its \MTA. Common mail server setups even bundle \name{courier-imap} with \name{postfix}. 73
74 For the comparision, five programs are taken: \sendmail, \name{exim}, \name{qmail}, \name{postfix}, and \masqmail. The four alternatives to \masqmail\ are the most important representatives of the regarded group. % FIXME: add ref that affirm that
75
76 \name{courier-mta} is also a member of this group, being even closer to \name{groupware} than \name{postfix}. It is excluded here, because the \NAME{IMAP} and webmail parts of the mail server suite are more in focus than its \MTA. Common mail server setups even bundle \name{courier-imap} with \name{postfix}. %fixme: need this sentence?
64 77
65 Other members are: \name{smail}, \name{zmailer}, \name{mmdf}, and more; they all are less important and rarely used. 78 Other members are: \name{smail}, \name{zmailer}, \name{mmdf}, and more; they all are less important and rarely used.
66 79
67 Following is a small introduction to each of the five programs chosen for comparision. 80 Following is a small introduction to each of the five programs chosen for comparision, except \masqmail\ which already was intoduced in chapter \ref{chap:introduction}.
68 81
69 \subsection*{\sendmail} 82
83
84 \subsubsection*{\sendmail}
70 \label{sec:sendmail} 85 \label{sec:sendmail}
71 \sendmail\ is the most popular \mta. Since it was one of the first \MTA{}s and was shipped by many vendors of \unix\ systems. 86 \sendmail\ is the most popular \mta, since it was one of the first and was shipped as default \MTA{}s by many vendors of \unix\ systems. %fixme: ref
72 87
73 The program was written by Eric Allman as the successor of his program \name{delivermail}. \sendmail\ was first released with \NAME{BSD} 4.1c in 1983. Allman was not the only one working on the program. Other people developed own versions of it and a variety of flavors came up, especially in the late eighties when Allman was inactive. 88 The program was written by Eric Allman as the successor of his program \name{delivermail}. \sendmail\ was first released with \NAME{BSD} 4.1c in 1983. Allman was not the only one working on the program. Other people developed own versions of it and a variety of flavors came up, especially in the late eighties when Allman was inactive. %fixme: ref
74 89
75 \sendmail\ is focused on transfering mails between different protocols and networks, this lead to a very flexible (though complex) configuration. 90 \sendmail\ is focused on transfering mails between different protocols and networks, this lead to a very flexible (though complex) configuration.
76 91
77 The latest version is 8.14.3 from May 2008. The program is distributed under the \name{Sendmail License} as both, \freesw\ and proprietary software of \name{Sendmail, Inc.}. 92 The latest version is 8.14.3 from May 2008. The program is distributed under the \name{Sendmail License} as both, \freesw\ and proprietary software of \name{Sendmail, Inc.}.
78 93
79 Further development will go into the project \name{MeTA1} which succeeds \sendmail. 94 Further development will go into the project \name{MeTA1} which succeeds \sendmail.
80 95
81 More information can be found on the \sendmail\ homepage \citeweb{sendmail:homepage} and on \citeweb{wikipedia:sendmail} and \citeweb{jdebp}. 96 More information can be found on the \sendmail\ homepage \citeweb{sendmail:homepage} and on \citeweb{wikipedia:sendmail} and \citeweb{jdebp}.
82 97
83 98
84 \subsection*{\name{qmail}} 99
100 \subsubsection*{\name{exim}}
101 \label{sec:exim}
102 \name{exim} was started in 1995 by Philip Hazel at the \name{University of Cambridge}. It is forked of \name{smail-3}, and inherited the monolitic architecture, similar to \sendmail's. But having no separation of the individual components of the system, like \name{qmail} and \name{postfix} have, did not hurt. Its security is comparably good. %fixme: ref
103
104 \name{exim} is highly configurable, especially in the field of mail policies. This makes it easy to specify how mail is routed through the system and who is allowed to send email to whom. Also interfaces for integration of virus and spam check programs are provided by design. %fixme: ref
105
106 The program is \freesw, released under the \GPL. The latest stable version is 4.69 from December 2007.
107
108 One finds \name{exim} on its homepage \citeweb{exim:homepage}. More information about it can be retrieved from \citeweb{wikipedia:exim} and \citeweb{jdebp}.
109
110
111
112 \subsubsection*{\name{qmail}}
85 \label{sec:qmail} 113 \label{sec:qmail}
86 \name{qmail} is seen by its community as ``a modern SMTP server which makes sendmail obsolete''. It was written by Daniel~J.\ Bernstein starting in 1995. His primary goal was to create a secure \MTA\ to replace the popular, but vulnerable, \sendmail. 114 \name{qmail} is seen by its community as ``a modern SMTP server which makes sendmail obsolete''.%fixme: ref
87 115 It was written by Daniel~J.\ Bernstein starting in 1995. His primary goal was to create a secure \MTA\ to replace the popular, but vulnerable, \sendmail. %fixme: ref
88 \name{qmail} first introduced may innovative concepts in \mta\ design and is generally seen as the first security-aware \MTA\ developed. 116
117 \name{qmail} first introduced many innovative concepts in \mta\ design and is generally seen as the first security-aware \MTA\ developed. %fixme:ref
118 %fixme: what about mmdf?
89 119
90 Since November 2007, \name{qmail} is released in the \name{public domain} which makes it \freesw. The latest release is 1.03 from July 1998. 120 Since November 2007, \name{qmail} is released in the \name{public domain} which makes it \freesw. The latest release is 1.03 from July 1998.
91 121
92 The programs homepages are \citeweb{qmail:homepage1} and \citeweb{qmail:homepage2}. Further information about \name{qmail} is available on \citeweb{lifewithqmail}, \citeweb{wikipedia:qmail} and \citeweb{jdebp}. 122 The programs homepages are \citeweb{qmail:homepage1} and \citeweb{qmail:homepage2}. Further information about \name{qmail} is available on \citeweb{lifewithqmail}, \citeweb{wikipedia:qmail} and \citeweb{jdebp}.
93 123
94 124
95 \subsection*{\name{postfix}} 125
126 \subsubsection*{\name{postfix}}
96 \label{sec:postfix} 127 \label{sec:postfix}
97 The \name{postfix} project was started in 1999 at \name{IBM research}, then called \name{VMailer} or \name{IBM Secure Mailer}. Wietse Venema's program ``attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.''\citeweb{postfix:homepage} In fact, \name{postfix} was mainly designed after qmail's architecture to gain security. But in contrast to \name{qmail} it aims much more on being fast and full-featured. 128 The \name{postfix} project was started in 1999 at \name{IBM research}, then called \name{VMailer} or \name{IBM Secure Mailer}. Wietse Venema's program ``attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.''\citeweb{postfix:homepage} In fact, \name{postfix} was mainly designed after qmail's architecture to gain security. But in contrast to \name{qmail} it aims much more on being fast and full-featured.
98 129
99 Today \name{postfix} is taken by many \unix systems and \gnulinux distributions as default \MTA. 130 Today \name{postfix} is taken by many \unix systems and \gnulinux distributions as default \MTA.
100 131
101 The latest stable version is numbered 2.5.5 from August 2008. \name{postfix} is covered by the \name{IBM Public License 1.0} which is a \freesw\ license. 132 The latest stable version is numbered 2.5.5 from August 2008. \name{postfix} is covered by the \name{IBM Public License 1.0} which is a \freesw\ license.
102 133
103 Additional information is available on the program's homepage \citeweb{postfix:homepage}, on \citeweb{jdebp} and \citeweb{wikipedia:postfix}. 134 Additional information is available on the program's homepage \citeweb{postfix:homepage}, on \citeweb{jdebp} and \citeweb{wikipedia:postfix}.
104 135
105 136
106 \subsection*{\name{exim}}
107 \label{sec:exim}
108 \name{exim} was started in 1995 by Philip Hazel at the \name{University of Cambridge}. Its age is about the same as \name{qmail}'s, but the architecture is totally different.
109
110 While \name{qmail} took a completely new approach, \name{exim} forked of \name{smail-3}, and therefor is monolitic like that and like \sendmail. But having no separation of the individual components of the system, like \name{qmail} and \name{postfix} have, did not hurt. Its security is comparably good.
111
112 \name{exim} is highly configurable, especially in the field of mail policies. This makes it easy to specify how mail is routed through the system and who is allowed to send email to whom. Also interfaces for integration of virus and spam check programs are provided by design.
113
114 The program is \freesw, released under the \GPL. The latest stable version is 4.69 from December 2007.
115
116 One finds \name{exim} on its homepage \citeweb{exim:homepage}. More information about it can be retrieved from \citeweb{wikipedia:exim} and \citeweb{jdebp}.
117
118
119 137
120 138
121 139
122 140
123 \section{Comparison of \MTA{}s} 141 \section{Comparison of \MTA{}s}
124 142
125 % http://shearer.org/MTA_Comparison 143 << general fact in table \ref{tab:mta-comparison} >>
126 % http://www.geocities.com/mailsoftware42/ 144
127 % http://fanf.livejournal.com/50917.html 145 \begin{table}
128 % http://archives.neohapsis.com/archives/postfix/2006-07/1762.html 146 \begin{tabular}[hbt]{| p{0.13\textwidth} || p{0.13\textwidth} | p{0.13\textwidth} | p{0.13\textwidth} | p{0.13\textwidth} | p{0.13\textwidth} |}
129 % http://www.oreillynet.com/lpt/a/6849 147 \hline
130 % http://www.mailradar.com/mailstat/ 148
131 149 & sendmail & exim & qmail & postfix & masqmail \\
132 \subsection{First release} 150 \hline \hline
133 sendmail: 1983 151 First release & 1983 & 1995 & 1996 & 1999 & 1999 \\
134 152 \hline
135 postfix: 1999 153 Lines of code (with sloccount on debian packages)& 93k & 54k & 18k & 92k & 14k \\
136 154 \hline
137 qmail: 1996 (first beta 0.70), 1997 (first general 1.0) 155 Architecture & monolitic & monolitic & modular & modular & monolitic \\
138 156 \hline
139 exim: 1995 157 Design goals & flexibility & general, flexible \& extensive facilities for checking & security & performance and security & for non-permanent internet connection \\
140 158 \hline
141 masqmail: 1999 159 Market share (by Bernstein in 2001) & 42\% & 1.6\% & 17\% & 1.6\% & (unknown) \\
142 160 \hline
143 exchange: 1993 161
144 162 \end{tabular}
145 163 \caption{Comparison of MTAs}
146 \subsection{Lines of code (with sloccount on debian packages)} 164 \label{tab:mta-comparison}
147 sendmail: 93k 165 \end{table}
148 166
149 postfix: 92k 167
150 168 \subsection{about market share}
151 qmail: 18k 169
152 170 \subsection{About architecture}
153 exim: 54k 171
154 172 \subsection{Security comparision}
155 masqmail: 14k 173
156 174
157 exchange: (no source available) 175 \url{http://shearer.org/MTA_Comparison}
158 176
159 177 \url{http://www.geocities.com/mailsoftware42/}
160 \subsection{Architecture} 178
161 sendmail: monolitic 179 \url{http://fanf.livejournal.com/50917.html}
162 180
163 postfix: modular 181 \url{http://archives.neohapsis.com/archives/postfix/2006-07/1762.html}
164 182
165 qmail: modular 183 \url{http://www.oreillynet.com/lpt/a/6849}
166 184
167 exim: monolitic 185 \url{http://www.mailradar.com/mailstat/}
168 186
169 masqmail: monolitic 187
188
189
190
191
192 << complexity >>
193
194 << security >>
195
196 << simplicity of configuration and administration >>
197
198 << flexibility of configuration and administration >>
199
200 << code size >>
201
202 << code quality >>
203
204 << documentation (amount and quality) >>
205
206 << community (amount and quality) >>
207
208 << used it myself >>
209
210 << had problems with it >>
211
212
213
214
215 << quality criteria >> %FIXME
216
217 << standards of any kind >> %FIXME
218
219 << how to compare? >> %FIXME
220
221 << (bewertungsmatrix) objectivity >> %FIXME
222
223 << how many criterias for ``good''? >> %FIXME
224
225
226
227 << from the practice of programming: are the names good? check the significant number of characters. (intern: 31char, extern: 6char caseless; ProgC p.184) >>
228
229
230 ---
231
232 But for example delivery of mail to local users is \emph{not} what \mta{}s should care about, although most \MTA\ are able to deliver mail, and many do. (\name{mail delivery agents}, like \name{procmail} and \name{maildrop}, are the right programs for this job.)
233
234
235 protocols like \NAME{SMTP} and \NAME{UUCP}, between which mail is transfered.\footnote{\sendmail{}'s initial purpose was moving mail between \NAME{UUCP}, \NAME{SMTP}, and \name{Berknet}.}
236
237
238 ---
239
170 240
171 Like its anchestor \sendmail, \masqmail\ is a monolitic program. It consists of only one \emph{setuid root}\footnote{Runs as user root, no matter which user invoked it.}\index{setuid root} binary file, named \path{masqmail}. All functionality is included in it; of course some more comes from dynamic libraries linked. 241 Like its anchestor \sendmail, \masqmail\ is a monolitic program. It consists of only one \emph{setuid root}\footnote{Runs as user root, no matter which user invoked it.}\index{setuid root} binary file, named \path{masqmail}. All functionality is included in it; of course some more comes from dynamic libraries linked.
172
173
174 exchange: (unknown)
175
176
177 \subsection{Design goals}
178 sendmail: flexibility
179
180 postfix: performance and security
181
182 qmail: security
183
184 exim: general, flexible \& extensive facilities for checking
185
186 masqmail: for non-permanent internet connection
187
188 exchange: groupware
189
190
191 \subsection{Market share (by Bernstein in 2001)}
192 sendmail: 42\%
193
194 postfix: 1.6\%
195
196 qmail: 17\%
197
198 exim: 1.6\%
199
200 masqmail: (unknown)
201
202 exchange: 18\%
203
204
205
206
207 << complexity >>
208
209 << security >>
210
211 << simplicity of configuration and administration >>
212
213 << flexibility of configuration and administration >>
214
215 << code size >>
216
217 << code quality >>
218
219 << documentation (amount and quality) >>
220
221 << community (amount and quality) >>
222
223 << used it myself >>
224
225 << had problems with it >>
226
227
228
229
230 << quality criteria >> %FIXME
231
232 << standards of any kind >> %FIXME
233
234 << how to compare? >> %FIXME
235
236 << (bewertungsmatrix) objectivity >> %FIXME
237
238 << how many criterias for ``good''? >> %FIXME
239
240
241
242 % from the practice of programming
243 % names: are they good?
244 % check the significant number of characters. (intern: 31char, extern: 6char caseless; ProgC p.184)
245
246
247