docs/masqmail-cs

diff tbl/mta-comparison.tbl @ 9:b30bdf167fa0

added tables and figures to repo
author meillo@marmaro.de
date Wed, 11 Mar 2009 14:18:28 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tbl/mta-comparison.tbl	Wed Mar 11 14:18:28 2009 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +\begin{tabular}[hbt]{| l || p{3.1em} | p{3.2em} | l | p{6em} |}
     1.5 +	\hline
     1.6 +	MTA & first release & lines of C code & architecture & design goals \\
     1.7 +	\hline
     1.8 +	\hline
     1.9 +	sendmail & 1983 & 92k & monolithic & flexibility \\
    1.10 +	\hline
    1.11 +	exim & 1995 & 85k & monolithic & generality, flexibility, extensive checking \\
    1.12 +	\hline
    1.13 +	qmail & 1996 & 14k & modular & security \\
    1.14 +	\hline
    1.15 +	postfix & 1999 & 87k & modular & performance and security \\
    1.16 +	\hline
    1.17 +	masqmail & 1999 & 9k & monolithic & non-permanent Internet connections \\
    1.18 +	\hline
    1.19 +\end{tabular}