comparison thesis/tex/4-MasqmailsFuture.tex @ 129:5a122d28f1ca

moved some comment lines
author meillo@marmaro.de
date Tue, 09 Dec 2008 18:01:42 +0100
parents 098bd0876934
children a83a29e10b10
comparison
equal deleted inserted replaced
128:6f622eb5c812 129:5a122d28f1ca
1 \chapter{\masqmail's present and future} 1 \chapter{\masqmail's present and future}
2 2
3 << plans to get masqmail more popular again (if that is the goal) >> %FIXME 3 << plans to get masqmail more popular again (if that is the goal) >> %FIXME
4
5 architecture:
6 (ssl) -> msg-in (local or remote protocol handlers) -> spam-filter (and more) -> queue -> msg-out (local-delivery by MDA, or remote-protocol-handlers) -> (ssl)
7
8
9 http://fanf.livejournal.com/50917.html %how not to design an mta - the sendmail command
10 http://fanf.livejournal.com/51349.html %how not to design an mta - partitioning for security
11 http://fanf.livejournal.com/61132.html %how not to design an mta - local delivery
12 http://fanf.livejournal.com/64941.html %how not to design an mta - spool file format
13 http://fanf.livejournal.com/65203.html %how not to design an mta - spool file logistics
14 http://fanf.livejournal.com/65911.html %how not to design an mta - more about log-structured MTA queues
15 http://fanf.livejournal.com/67297.html %how not to design an mta - more log-structured MTA queues
16 http://fanf.livejournal.com/70432.html %how not to design an mta - address verification
17 http://fanf.livejournal.com/72258.html %how not to design an mta - content scanning
18
19
4 20
5 << concrete decisions based on results of the last 2 chapters >> %FIXME 21 << concrete decisions based on results of the last 2 chapters >> %FIXME
6 22
7 \section{Existing features} 23 \section{Existing features}
8 This overview regards \masqmail\ version 0.2.21, the state this document starts off. 24 This overview regards \masqmail\ version 0.2.21, the state this document starts off.