docs/diploma

changeset 55:56fd50f9bbf3

reworked text; added MTA definitions; added references; more
author meillo@marmaro.de
date Wed, 15 Oct 2008 22:54:56 +0200
parents da11c1b9e8cb
children a3a470d884bd
files thesis/tex/0-preface.tex thesis/tex/1-Introduction.tex
diffstat 2 files changed, 59 insertions(+), 16 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/0-preface.tex	Wed Oct 15 22:53:19 2008 +0200
     1.2 +++ b/thesis/tex/0-preface.tex	Wed Oct 15 22:54:56 2008 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  General information about \unix\ can be found in \cite{unixprogenv} %FIXME: references
     1.5  . %FIXME: references
     1.6  explain about administrating \unix.
     1.7 -And developing programs in \NAME{C} may be learned from \cite{cprog} and \cite{advunixprog}. %FIXME: references
     1.8 +And developing programs in \NAME{C} may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references
     1.9  
    1.10  %TODO: should I tell them to send email to me when having questions? Or somewhere else?
    1.11  
     2.1 --- a/thesis/tex/1-Introduction.tex	Wed Oct 15 22:53:19 2008 +0200
     2.2 +++ b/thesis/tex/1-Introduction.tex	Wed Oct 15 22:54:56 2008 +0200
     2.3 @@ -5,24 +5,25 @@
     2.4  %TODO: have a quote from Bell Labs about email here
     2.5  %FIXME: add references to text
     2.6  
     2.7 -Electronic mail\index{electronic mail@electronic mail (email)} (short: \name{email}) is a basic concept in \unix.
     2.8 +Electronic mail\index{electronic mail} (short: \name{email}) is a basic concept in \unix.
     2.9  On \unix\ machines, a lot of information is distributed by \name{system mail}, which is email sent by the operating system.
    2.10  Beside that, email is the common communication system between humans working on computers.
    2.11  
    2.12 -The \unix\ operating system supports email since 1979 through the \name{mail user agent} (\NAME{MUA}) \path{/bin/mail}.
    2.13 -For transporting mail in between two systems, the \NAME{UUCP} protocol (for ``\unix\ to \unix\ copy'') was invented.
    2.14 -%FIXME: what about `uuxqt' and `rmail'
    2.15 +The \unix\ operating system supports email through the \name{mail user agent} (\NAME{MUA}) \name{/bin/mail}.
    2.16  
    2.17 -As generally known, the early development of \unix\ was not only made in the \name{Bell Labratories} of \NAME{AT\&T}.
    2.18 -But also the \name{Univerity of California at Berkeley} worked on their version of a \unix\ operating system, called \NAME{UCB} \unix, or \name{Berkeley} \unix.
    2.19 +As generally known, development of \unix\ was not only made in the \name{Bell Labratories} of \NAME{AT\&T}.
    2.20 +The \name{Univerity of California at Berkeley} worked on their version of a \unix\ operating system, too.
    2.21 +It is refered to as \NAME{UCB} \unix, or \name{Berkeley} \unix\index{Berkeley Unix}.
    2.22  
    2.23 -This lead to a second \NAME{MUA} from Berkeley: \name{Mail} (with a capital `M').
    2.24 -Also, no \NAME{UUCP} network was set up at Berkeley but an own creation called \name{Berknet} was used.
    2.25 -%FIXME: why? license issues? closed source?
    2.26 -%TODO: what about `mailx'?
    2.27 +The few features of \name{/bin/mail} lead to a second \NAME{MUA} from Berkeley: \name{Mail} (with a capital `M').
    2.28 +Later, the superior functionality of \name{Mail} went back to \name{Bell Labs} and into the program \name{mailx}, the successor of \name{/bin/mail}.
    2.29 +The different programs for handling mail are a good example for the problem of standardization of \unix.
    2.30  
    2.31 -Further more there was a third network type: the \NAME{ARPAnet}, based on the \name{transmission control protocol} (\NAME{TCP}).
    2.32 -%FIXME: where did it came from?
    2.33 +Nowadays, \name{mailx} and \name{Mail} are quite equivalent and \name{/bin/mail} is linked to either of them---whichever is installed.
    2.34 +
    2.35 +For transporting mail in between two systems, the \NAME{UUCP} program and protocol suite (for ``\unix\ to \unix\ copy'') was invented at \name{Bell Labs}.
    2.36 +Berkeley however had an own creation called \name{Berknet} in use. %FIXME: why? license issues? closed source?
    2.37 +Further more there was a third important network type: the \NAME{ARPAnet}, based on the \name{transmission control protocol} (\NAME{TCP}). %FIXME: where did it came from?
    2.38  
    2.39  Each of the three network types could transfer email between different machines.
    2.40  The file transfer itself was made using \NAME{FTP}, but the higher layered logic of the transfer was different in each.
    2.41 @@ -43,6 +44,14 @@
    2.42  More information about electronic mail and its history can be found at:
    2.43  %FIXME: add books and websites here
    2.44  
    2.45 +% http://en.wikipedia.org/wiki/E-mail
    2.46 +% http://en.wikipedia.org/wiki/UUCP
    2.47 +% http://en.wikipedia.org/wiki/ARPAnet
    2.48 +% http://en.wikipedia.org/wiki/History_of_the_Internet
    2.49 +% http://www.multicians.org/thvv/mail-history.html
    2.50 +% http://openmap.bbn.com/~tomlinso/ray/firstemailframe.html
    2.51 +% http://www.livinginternet.com/e/ei.htm
    2.52 +% http://www.cs.ucsb.edu/~almeroth/classes/F04.176A/homework1_good_papers/jay-akkad.html
    2.53  
    2.54  
    2.55  \section{Transporting mail}
    2.56 @@ -50,7 +59,41 @@
    2.57  %TODO: when was the term ``mail transfer agent'' established?
    2.58  The basic job of a \name{mail transfer agent} (or \index{mail transport agent|see{mail transfer agent}}\name{mail transport agent}, short \NAME{MTA}) is to transfer/transport \name{electronic mail} (short \name{email}) from one host to another.
    2.59  
    2.60 +Here are definitions from various sources:
    2.61  
    2.62 +\begin{quotation}
    2.63 +A mail transfer agent (MTA) is a highly specialized program that delivers mail and transports it between machines, like the post office. Usually there is only one MTA on a machine. The sendmail program is an MTA.
    2.64 +\cite{sendmail}
    2.65 +\end{quotation}
    2.66 +
    2.67 +\begin{quotation}
    2.68 +A mail transfer agent (MTA) (also called a mail transport agent, message transfer agent, or smtpd (short for SMTP daemon)), is a computer program or software agent that transfers electronic mail messages from one computer to another.
    2.69 +\citeweb{wikipedia:mta}
    2.70 +\end{quotation}
    2.71 +
    2.72 +\begin{quotation}
    2.73 +mail server (also known as a mail transfer agent or MTA, a mail transport agent, a mail router or an Internet mailer) is an application that receives incoming e-mail from local users (people within the same domain) and remote senders and forwards outgoing e-mail for delivery.
    2.74 +\citeweb{website:techtarget}
    2.75 +\end{quotation}
    2.76 +
    2.77 +\begin{quotation}
    2.78 +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, often by SMTP over the Internet, it stores it temporarily locally and analyses the recipients and delivers it to any local addressees and/or forwards it to other remote MTAs (routing) for delivery to remote recipients. In either case it may edit and/or add to the message headers.
    2.79 +
    2.80 +The most widely used MTA for Unix is sendmail, which communicates using SMTP.
    2.81 +
    2.82 +RFC 2821 (SMTP) expands MTA as ``Mail Transfer Agent'' though this is less common. Alternatives with ``Transport'' are also seen but less correct.
    2.83 +\citeweb{website:thefreedictionary}
    2.84 +\end{quotation}
    2.85 +
    2.86 +\begin{quotation}
    2.87 +mail transfer agent (MTA) The program responsible for delivering e-mail messages. Upon receiving a message from a mail user agent or another MTA it stores it temporarily locally and analyses the recipients and either delivers it (local addressee) or forwards it to another MTA. In either case it may edit and/or add to the message headers. A widely used MTA for Unix is sendmail. 
    2.88 +\citeweb{website:faqs}
    2.89 +\end{quotation}
    2.90 +
    2.91 +\begin{quotation}
    2.92 +Mail Transfer Agent (MTA): The means by which mail messages are transferred between machines over the Internet.
    2.93 +\citeweb{website:freeserve.co.uk}
    2.94 +\end{quotation}
    2.95  
    2.96  
    2.97  \section{\sendmail}
    2.98 @@ -60,11 +103,11 @@
    2.99  % FIXME: is that true?
   2.100  It was the first \NAME{MTA} and had no real alternative for a long time.
   2.101  
   2.102 -All other existing substitutes, which are mainly \name{postfix}, \name{exim}, \name{qmail} and the here regarded \name{masqmail}, mimic \name{sendmail}'s behavior.
   2.103 +Most other existing substitutes (on \unix\ systems), which are mainly \name{postfix}, \name{exim}, \name{qmail} and the here regarded \name{masqmail}, mimic \name{sendmail}'s interface.
   2.104  Especially, they all create a symbolic link named ``sendmail'' pointing to their own executable.
   2.105 -This is because a lot of programs assume there is an executable called ``sendmail'' on every computer system.
   2.106 +This is because a lot of programs assume there is an executable called ``sendmail'' on every computer system existing.
   2.107  
   2.108 -Besides being the ``standard'', \name{sendmail} probably is the most scalable and powerful solution for transfering emails and definatly the most flexible one.
   2.109 +Besides being the ``standard'', \name{sendmail} probably is the most scalable and powerful solution for transfering emails and definately the most flexible one.
   2.110  
   2.111  
   2.112