docs/diploma

changeset 119:73fe291f79e6

added missing backslashes
author meillo@marmaro.de
date Wed, 03 Dec 2008 23:27:44 +0100
parents 078fb8ac6bf8
children 3b5e6ffd7b27
files thesis/tex/3-MailTransferAgents.tex thesis/thesis.sty
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/3-MailTransferAgents.tex	Tue Dec 02 22:05:41 2008 +0100
     1.2 +++ b/thesis/tex/3-MailTransferAgents.tex	Wed Dec 03 23:27:44 2008 +0100
     1.3 @@ -59,7 +59,7 @@
     1.4  \item
     1.5  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?
     1.6  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
     1.7 -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.
     1.8 +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.
     1.9  \end{itemize}
    1.10  
    1.11  
    1.12 @@ -127,7 +127,7 @@
    1.13  \label{sec:postfix}
    1.14  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.
    1.15  
    1.16 -Today \name{postfix} is taken by many \unix systems and \gnulinux distributions as default \MTA.
    1.17 +Today \name{postfix} is taken by many \unix\ systems and \gnulinux\ distributions as default \MTA.
    1.18  
    1.19  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.
    1.20  
     2.1 --- a/thesis/thesis.sty	Tue Dec 02 22:05:41 2008 +0100
     2.2 +++ b/thesis/thesis.sty	Wed Dec 03 23:27:44 2008 +0100
     2.3 @@ -68,6 +68,7 @@
     2.4  	\usepackage[T1]{fontenc}
     2.5  	\usepackage[sc,osf]{mathpazo}
     2.6  	\linespread{1.05}  % Palatino needs more leading (space between lines)
     2.7 +	%\linespread{2.05}  % for debugging
     2.8  
     2.9  
    2.10