docs/diploma

changeset 282:bc887e4e3a3e

minor changes
author meillo@marmaro.de
date Thu, 15 Jan 2009 16:59:18 +0100
parents bf23572f3e8d
children 11d066a4e2f6
files thesis/tex/5-Improvements.tex
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/5-Improvements.tex	Thu Jan 15 16:57:50 2009 +0100
     1.2 +++ b/thesis/tex/5-Improvements.tex	Thu Jan 15 16:59:18 2009 +0100
     1.3 @@ -383,6 +383,8 @@
     1.4  The \name{outgoing} queue contains processed messages. The header and envelope information is complete and in valid form.
     1.5  
     1.6  \name{Receiver modules} are the communication interface between outside senders and the \name{queue-in} module. Each protocol needs a corresponding \name{receiver module} to be supported. Most popular are the \name{sendmail} module (which is a command to be called from the local host) and the \name{smtpd} module (which listens on port 25). Other modules to support other protocols may be added as needed.
     1.7 +%todo: get invoked by inetd, or better ucspi-tcp (by bernstein) which can limit max number of concurrent connections. and includes tcp-wrappers functionality.
     1.8 +
     1.9  
    1.10  \name{Transport modules}, on the oppersite side of the system, are the modules to send outgoing mail; they are the interface between \name{queue-out} and remote hosts or local commands for further processing. The most popular ones are the \name{smtp} module (which acts as the \SMTP\ client) and the \name{pipe} module (to interface gateways to other systems or networks, like fax or uucp). A module for local delivery is not included, as it is in most other \MTA{}s; the reasons are described in FIXME.%fixme
    1.11  Thus a \name{mail delivery agent} (like \name{procmail}) is to be used with the \name{pipe} module.