comparison thesis/tex/2-MailTransferAgents.tex @ 101:6e2eaf91e59f

some comments
author meillo@marmaro.de
date Wed, 19 Nov 2008 18:25:07 +0100
parents d24fdd3d5990
children de590ff06051
comparison
equal deleted inserted replaced
100:5a244b27a117 101:6e2eaf91e59f
122 The program is \freesw, released under the \GPL. The latest stable version is 4.69 from December 2007. 122 The program is \freesw, released under the \GPL. The latest stable version is 4.69 from December 2007.
123 123
124 One finds \name{exim} on its homepage \citeweb{exim:homepage}. More information about it can be retrieved from \citeweb{wikipedia:exim} and \citeweb{jdebp}. 124 One finds \name{exim} on its homepage \citeweb{exim:homepage}. More information about it can be retrieved from \citeweb{wikipedia:exim} and \citeweb{jdebp}.
125 125
126 126
127 \subsection*{\masqmail}
128 \label{sec:masqmail}
129 The \masqmail\ program was written by Oliver Kurth, starting in 1999. His aim was to create a small \mta\ which is especially focused on computers with dial-up connections to the internet. \masqmail\ is easy configurable for situations which are rarely solveable with the common \MTA{}s.
130
131 \masqmail\ queues mail for destinations outside the local network if no connection to the internet is online. If the machine goes online, this mail is sent. Mail to local machines is sent immediately.
132
133 While the other \MTA{}s are more general purpose \MTA{}s, \masqmail\ aims on special situations only. Nevertheless can it handle ordinary mail transfers too.
134
135 \masqmail\ is released under the \GPL, which makes it \freesw. The latest stable version is 0.2.21 from November 2005.
136
137 The program's new homepage \citeweb{masqmail:homepage} provides further information about this \MTA.
138 127
139 128
140 129
141 130
142 \section{Comparison of \MTA{}s} 131 \section{Comparison of \MTA{}s}
221 exchange: 18\% 210 exchange: 18\%
222 211
223 212
224 213
225 214
226 \subsection{complexity} 215 << complexity >>
227 216
228 \subsection{security} 217 << security >>
229 218
230 \subsection{simplicity of configuration and administration} 219 << simplicity of configuration and administration >>
231 220
232 \subsection{flexibility of configuration and administration} 221 << flexibility of configuration and administration >>
233 222
234 \subsection{code size} 223 << code size >>
235 224
236 \subsection{code quality} 225 << code quality >>
237 226
238 \subsection{documentation (amount and quality)} 227 << documentation (amount and quality) >>
239 228
240 \subsection{community (amount and quality)} 229 << community (amount and quality) >>
241 230
242 \subsection{used it myself} 231 << used it myself >>
243 232
244 \subsection{ had problems with it} 233 << had problems with it >>
245 234
246 235
247 236
248 237
249 << quality criteria >> %FIXME 238 << quality criteria >> %FIXME
256 245
257 << how many criterias for ``good''? >> %FIXME 246 << how many criterias for ``good''? >> %FIXME
258 247
259 248
260 249
250 % from the practice of programming
251 % names: are they good?
252 % check the significant number of characters. (intern: 31char, extern: 6char caseless; ProgC p.184)
261 253
262 254
263 255
264 \subsubsection*{masqmail stuff} 256 \subsubsection*{masqmail stuff}
265 257