# HG changeset patch # User meillo@marmaro.de # Date 1228842102 -3600 # Node ID 5a122d28f1ca3a2ca33d8568deac02e20dbb0458 # Parent 6f622eb5c812c046acc14b4b5e6e3ac5276caac8 moved some comment lines diff -r 6f622eb5c812 -r 5a122d28f1ca thesis/tex/4-MasqmailsFuture.tex --- a/thesis/tex/4-MasqmailsFuture.tex Tue Dec 09 18:01:20 2008 +0100 +++ b/thesis/tex/4-MasqmailsFuture.tex Tue Dec 09 18:01:42 2008 +0100 @@ -2,6 +2,22 @@ << plans to get masqmail more popular again (if that is the goal) >> %FIXME +architecture: +(ssl) -> msg-in (local or remote protocol handlers) -> spam-filter (and more) -> queue -> msg-out (local-delivery by MDA, or remote-protocol-handlers) -> (ssl) + + +http://fanf.livejournal.com/50917.html %how not to design an mta - the sendmail command +http://fanf.livejournal.com/51349.html %how not to design an mta - partitioning for security +http://fanf.livejournal.com/61132.html %how not to design an mta - local delivery +http://fanf.livejournal.com/64941.html %how not to design an mta - spool file format +http://fanf.livejournal.com/65203.html %how not to design an mta - spool file logistics +http://fanf.livejournal.com/65911.html %how not to design an mta - more about log-structured MTA queues +http://fanf.livejournal.com/67297.html %how not to design an mta - more log-structured MTA queues +http://fanf.livejournal.com/70432.html %how not to design an mta - address verification +http://fanf.livejournal.com/72258.html %how not to design an mta - content scanning + + + << concrete decisions based on results of the last 2 chapters >> %FIXME \section{Existing features} diff -r 6f622eb5c812 -r 5a122d28f1ca thesis/tex/5-Improvements.tex --- a/thesis/tex/5-Improvements.tex Tue Dec 09 18:01:20 2008 +0100 +++ b/thesis/tex/5-Improvements.tex Tue Dec 09 18:01:42 2008 +0100 @@ -8,7 +8,10 @@ \section{topic02} +<< from the practice of programming: are the names good? check the significant number of characters. (intern: 31char, extern: 6char caseless; ProgC p.184) >> + \section{topic03} + \section{topic04}