diff thesis/tex/5-Improvements.tex @ 318:426ad56236ce

small fixes and todo -> fixme
author meillo@marmaro.de
date Wed, 21 Jan 2009 20:35:26 +0100
parents 3b7680af0ebe
children 8671d9c0f29a
line wrap: on
line diff
--- a/thesis/tex/5-Improvements.tex	Wed Jan 21 17:26:18 2009 +0100
+++ b/thesis/tex/5-Improvements.tex	Wed Jan 21 20:35:26 2009 +0100
@@ -386,7 +386,7 @@
 The \name{outgoing} queue contains processed messages. The header and envelope information is complete and in valid form.
 
 \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.
-%todo: get invoked by inetd, or better ucspi-tcp (by bernstein) which can limit max number of concurrent connections. and includes tcp-wrappers functionality.
+%fixme: get invoked by inetd, or better ucspi-tcp (by bernstein) which can limit max number of concurrent connections. and includes tcp-wrappers functionality.
 
 
 \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