Mercurial > docs > masqmail-cs
diff tbl/mta-comparison.tbl @ 9:b30bdf167fa0 default tip
added tables and figures to repo
author | meillo@marmaro.de |
---|---|
date | Wed, 11 Mar 2009 14:18:28 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tbl/mta-comparison.tbl Wed Mar 11 14:18:28 2009 +0100 @@ -0,0 +1,16 @@ +\begin{tabular}[hbt]{| l || p{3.1em} | p{3.2em} | l | p{6em} |} + \hline + MTA & first release & lines of C code & architecture & design goals \\ + \hline + \hline + sendmail & 1983 & 92k & monolithic & flexibility \\ + \hline + exim & 1995 & 85k & monolithic & generality, flexibility, extensive checking \\ + \hline + qmail & 1996 & 14k & modular & security \\ + \hline + postfix & 1999 & 87k & modular & performance and security \\ + \hline + masqmail & 1999 & 9k & monolithic & non-permanent Internet connections \\ + \hline +\end{tabular}