--- joko/doc/SampleTasks/joko_2003-01.html 2003/01/30 07:04:57 1.109
+++ joko/doc/SampleTasks/joko_2003-01.html 2003/01/31 03:33:38 1.117
@@ -1443,6 +1443,133 @@
o amavis uses 'Net::Server::PreForkSimple':
Jan 30 07:52:53 quepasa amavis[25445]: 2003/01/30-07:52:53 Amavis (type Net::Server::PreForkSimple) starting! pid(25445)
+o mnogosearch: use searchd? what's spelld?
+
+o look at quepasa:/etc/apache/httpd.conf:
+ # MetaDir: specifies the name of the directory in which Apache can find
+ # meta information files. These files contain additional HTTP headers
+ # to include when sending the document
+ #
+ #MetaDir .web
+
+ #
+ # MetaSuffix: specifies the file name suffix for the file containing the
+ # meta information.
+ #
+ #MetaSuffix .meta
+
+o look at quepasa:/etc/apache/httpd.conf:
+ # Customizable error response (Apache style)
+ # these come in three flavors
+ #
+ # 1) plain text
+ #ErrorDocument 500 "The server made a boo boo.
+ # n.b. the (") marks it as text, it does not get output
+ #
+ # 2) local redirects
+ #ErrorDocument 404 /missing.html
+ # to redirect to local URL /missing.html
+ #ErrorDocument 404 /cgi-bin/missing_handler.pl
+ # N.B.: You can redirect to a script or a document using server-side-includes.
+ #
+ # 3) external redirects
+ #ErrorDocument 402 http://some.other_server.com/subscription_info.html
+ # N.B.: Many of the environment variables associated with the original
+ # request will *not* be available to such a script.
+
+o look at quepasa:/etc/apache/httpd.conf:
+ # Allow http put (such as Netscape Gold's publish feature)
+ # Use htpasswd to generate /etc/apache/passwd.
+ # You must unremark these two lines at the top of this file as well:
+ #LoadModule put_module modules/mod_put.so
+ #
+ #Alias /upload /tmp
+ #
+ # EnablePut On
+ # AuthType Basic
+ # AuthName Temporary
+ # AuthUserFile /etc/apache/passwd
+ # EnableDelete Off
+ # umask 007
+ #
+ # require valid-user
+ #
+ #
+
+o admin:
+ o LoginLists (e.g. User-Account per Service(mail (send & recieve), shell, wiki, news))
+ o IncludeLists (e.g. include newsgroup into newsportal (news2http-gateway), include path to Backup)
+ o ExcludeLists (e.g. exclude from Indexer (mnoGoSearch))
+
+o a general question: why does a user *still* has to specifiy *two* servers for mail?
+ technical - okay (more than....) - but from the user perspective? no! just one!
+
+o benchmark dispatchmail:
+ a) started via pipe in .forward-file
+ MTA Queue status...
+ /var/spool/mqueue (3 requests)
+ -----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
+ h0U8ARv9027686* 16930 Thu Jan 30 09:13
+
+ h0U8ARv7027686* 56 Thu Jan 30 09:13
+ |"/data/opt/dispatchmail/bin/dispatchm
+ h0U8ARv5027686* 56 Thu Jan 30 09:13
+ |"/data/opt/dispatchmail/bin/dispatchm
+ Total requests: 3
+ b) as milter-handler????
+
+o lookup: paul verilio
+
+o review D:\e\home\amo\develop\cvs\nautilux.progressive-media.de\amo !!!
+
+o make up a Bundle::dispatchmail
+ o install dispatchmail
+ o get dispatchmail.pl from nfo-repository
+ o get Mail::Audit from CPAN
+ o get Mail::Audit::Dispatch from nfo-repository
+ o get dependencies
+ o DesignPattern::Object
+ o DesignPattern::Bridge
+ o org::netfrag::shortcuts
+ o MIME::Lite
+ o Hash::Merge
+ o Log::Dispatch
+ o Log::Dispatch::Config
+ o load a sample .dispatchmrc into your users home-directory
+ o edit it according your needs - see (in future) Mail::Audit::Tour
+ o test your rules by running
+ o ./buildmail | ./dispatchmail --base=/home/username (you'll need MIME::Lite for running buildmail...)
+
+o cvshistory
+ o draw a graphical / navigatable timeline of a cvs-history
+ o embed urls pointing to arbitrary resources
+
+o establish: bugs@netfrag.org
+ o automagically create TUTOS-ticket
+
+x groupwares / time-trackers
+ x TUTOS
+ x phpProjekt
+ o [include tool from janosch here]
+
+o get together Log::Dispatch(mail) and Mail::Audit::Dispatch
+ o make up a Log::Dispatch::Address
+ o use Data::Map(via ldap) to actually resolve
+
+o Torus - client-compatibility
+ o Outlook Express, Outlook 2000, 2002 (win32)
+ o Horde (web)
+ o Netscape & Mozilla (win32 & *nix)
+ o Ximian Evolution (*nix)
+ o TUTOS (web)
+ o Twig (web)
+ o PhpProjekt
+
+o jonen@gharb: patched Mail::Audit::Dispatch (don't ask for ~/Mail any more!)
+
+o glossary: public bulletin board
+
+o dispatchmail: make option "--user=" work again!
@@ -1450,7 +1577,7 @@
-$Id: joko_2003-01.html,v 1.109 2003/01/30 07:04:57 joko Exp $
+$Id: joko_2003-01.html,v 1.117 2003/01/31 03:33:38 joko Exp $