/[cvs]/joko/doc/SampleTasks/joko_2003-01.html
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-01.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by joko, Fri Jan 24 05:42:30 2003 UTC revision 1.26 by joko, Sat Jan 25 02:05:14 2003 UTC
# Line 221  o dispatchmail Line 221  o dispatchmail
221    o re-link as sub-/module-project under Torus::Virtual (mail2folder, mail2mail)    o re-link as sub-/module-project under Torus::Virtual (mail2folder, mail2mail)
222      o here it acts as a dispatcher from incoming mails - TARGET gets resolved via ldap-resolvement      o here it acts as a dispatcher from incoming mails - TARGET gets resolved via ldap-resolvement
223      o make possible: MAIL-IN -> mail2mail (via ldap-query) -> mail2fax|mail2news      o make possible: MAIL-IN -> mail2mail (via ldap-query) -> mail2fax|mail2news
224      o mail2news
225        x the "via-fetchmail"-solution
226        x su collector
227        x cd ~
228        x chmod og-rwx .fetchmailrc
229    
230  o finally: do actually establish 'Torus' at 'nfo/perl/libs'  o finally: do actually establish 'Torus' at 'nfo/perl/libs'
231    
# Line 341  o use 'wCron' to automagically do a 'cvs Line 346  o use 'wCron' to automagically do a 'cvs
346    
347  o on Windows it's called "QuickLaunch" ....  o on Windows it's called "QuickLaunch" ....
348    
349    o plugins for nautilus/gnome/kde:
350      show arbitrary data-structures (from anywhere): here we may get the drag & drop - functionality "on-the-fly"
351    
352    o new user "gateway":
353      x adduser --home /home/service/virtual/gateway gateway  (pass: gw%R%)
354      x mkdir /var/lib/cvs/gateway
355      x chown -R gateway.gateway /var/lib/cvs/gateway
356      x su gateway
357      x cvs -d /var/lib/cvs checkout -d ~ gateway
358      
359    x error on quepasa:
360        Jan 24 19:00:09 quepasa sm-mta[17960]: STARTTLS=server, relay=pD9E77B39.dip.t-dialin.net [217.231.123.57], version=TLSv1/SSLv3, verify=NO, cipher=RC4-MD5, bits=128/128
361        Jan 24 19:00:09 quepasa sm-mta[17960]: h0OI081D017960: ruleset=check_rcpt, arg1=<janosch@ultrajan.de>, relay=pD9E77B39.dip.t-dialin.net [217.231.123.57], reject=550 5.7.1 <janosch@ultrajan.de>... Relaying denied. Proper authentication required.
362      x add to /etc/mail/default-auth-info
363        sendmail
364        sendmail
365        sendmailpwd
366        quepasa.netfrag.org
367      x /etc/init.d/sendmail restart
368    
369    o Torus::Publish::Research::Web
370       o googling for something automagically opens a new task
371       o all links directly or indirectly coming out of this are sorted below this task
372       o the user can end this task on demand: timetracking is done automagically as well
373      
374    o register tutos.netfrag.org
375    
376    o qpopper with tls, sasl and kerberos5?
377    
378    o off realtime! the only thing that happens at realtime is MailMiltering.
379       x cvs checkout of joko/doc is done via cron
380       x mail2news-dispatching is now done via cron (would be possible "in realtime" via '.forward'ing the mail *directly* to dispatchmail)
381    
382    o ctlinnd newgroup nfo.csm (Collaborative System Management)
383    
384    o make possible:
385      o after "cvs update" make question: "Found new items in "" while scanning. Should i add them to the repository?"
386      o drag & drop arbitrary items out of outlook (.msg, .nws, etc.) - search for them while scanning the fs and sync them
387         against *original* source. (e.g. 'Message-ID: <b0s5v9$j7d$1@quepasa.netfrag.org>')
388    
389    x CVSSpam -> nfo.log.cvs
390      x su root
391      x cd /etc/mail
392      x nano virtusertable
393      x add line:
394        x cvs-log@netfrag.org             gateway
395      x make virtusertable
396      x su gateway
397      x cd ~
398      x nano .dispatchmailrc
399        x add lines:
400          $self->copy('Newsgate', 'nfo.log.cvs')
401            if $to =~ m/cvs-log/;
402      x exit   (to logout)
403      x cvs update CVSROOT/loginfo
404      x add to CVSROOT/loginfo (to the end of the line starting with '^nfo '):
405        --to cvs-log@netfrag.org
406      x cvs commit -m "+ added new notification target: 'cvs-log@netfrag.org'" CVSROOT/loginfo
407      x tested with some mini-howto
408      x removed '--to joko@netfrag.org --to jonen@netfrag.org --to bareface@netfrag.org --to janosch@netfrag.org '
409         from CVSROOT/loginfo for module 'nfo'
410      x announce this
411        x added to '/etc/news/nnrp.access':
412          *:Read Post:bareface:bareface:*
413        x /etc/init.d/inn reload
414    
415    x add 'gateways'-repository to chora
416      x nano /data/www/doc/horde/chora/config/cvsroots.php
417      x add lines:
418        # 2003-01-24, joko
419        $cvsroots['gateway'] = array(
420            'name' => 'gateway',
421            'location' => '/var/lib/cvs/gateway',
422            'title' => "$titlePrefix gateway's CVS Repository",
423            'cvsusers' => $cvsusers,
424        );
425    
426    x configured Apache for serving news.netfrag.org
427       x cleaned up /data/www/virtual/netfrag/conf/httpd.conf
428          x ./test.conf
429          x comments
430       x /etc/init.d/apache reload
431       x test: http://news.netfrag.org/
432      
433      
434    
435    o new module for cvs-repository?
436       o nfo/layouts/fs/skel/data2
437       o checkout to /data on quepasa.netfrag.org
438       x done:
439          x su root
440          x cd /var/lib/cvs
441          x mkdir -p nfo/layouts/fs/skel/data
442          x mkdir -p nfo/layouts/fs/skel/data2
443          x mkdir -p nfo/hosts/quepasa.netfrag.org/data
444          x cvs -d /var/lib/cvs checkout -d /data nfo/hosts/quepasa.netfrag.org/data
445    
446        
447    x add to system-conf-repository:
448      x /etc/mail
449      x php: cvs-redirect
450      x
451      
452    o extend WCron
453       x show (per-task) if it's currently running or not: provide buttons to (start, stop, pause, resume or cancel a task...)
454       x use as a frontend for administering nfo/libs/perl/ - backend - tasks(???)
455      
456    x install Horde/Troll
457       x install troll
458         x cd /home/service/download
459         x mkdir horde
460         x cd horde
461         x wget ftp://ftp.horde.org/pub/troll/troll-0.0.2.tar.gz
462         x tar -xzf troll-0.0.2.tar.gz --directory=/data/www/doc/horde/
463       x configure horde
464         x cd /data/www/doc/horde/
465         x nano config/registry.php
466            x add lines:
467             $this->applications['troll'] = array(
468                 'fileroot' => dirname(__FILE__) . '/../troll',
469                 'webroot' => $this->applications['horde']['webroot'] . '/troll',
470                 'icon' => $this->applications['horde']['webroot'] . '/troll/graphics/troll.gif',
471                 'name' => _("News"),
472                 'allow_guests' => true,
473                 'show' => true
474             );
475          x configure Troll
476            x cd troll/config
477            x conf.php
478              x cp conf.php.dist conf.php
479              x nano conf.php
480              x edit:
481                x $conf['news']['server'] = 'news.netfrag.org';
482                x $conf['news']['mailserver'] = 'mail.netfrag.org';
483            x servers.php
484              x cp servers.php.dist servers.php
485              x add:
486                $servers['netfrag.org'] = array(
487                    'name' => 'news.netfrag.org',
488                    'server' => 'news.netfrag.org',
489                    'port' => 119,
490                );
491            x prefs.php
492              x cp prefs.php.dist prefs.php
493            x html.php
494              x cp html.php.dist html.php
495            x permissions
496              x chmod o+r *.php
497              
498            
499          x test: http://netfrag.org/horde/
500            o another (more bright) skin for horde@netfrag.org!!!
501            
502    o Warum nicht überall Horde? Sondern TUTOS?
503       o Horde ist sehr breit angelegt, dafür fehlt es jedoch an vielen Stellen noch ein wenig im Detail.
504       o mittlerweile: mit Hermes & Co.? nochmal ansehen!
505    
506    o just do automated operations (like cvs commit) only if system is idle
507    
508    o automagically redirect http://netfrag.org/horde/ to https://netfrag.org/horde/
509      o with an Apache - rewrite-rule?
510      
511    x how to map TUTOS-groups to newsgroups?
512      x ctlinnd newgroup nfo.tutos.sysadmin
513      x add dispatching for sysadmin@netfrag.org
514        x add to /home/service/virtual/gateway/.dispatchmailrc
515          $self->copy('Newsgate', 'nfo.tutos.sysadmin') if $to =~ m/sysadmin/;
516        x add to /etc/mail/virtusertable:
517          # --- news.netfrag.org - joko, 2003-01-24
518          sysadmin@netfrag.org            gateway
519          make virtusertable!
520        x write welcome-mail
521          root@quepasa:~$ mail sysadmin@netfrag.org
522          Subject: Welcome to the sysadmin-newsgroup at netfrag.org!
523          Have fun!
524          greets, joko.
525          
526          .
527          Cc:
528        x test: do "refresh newsgroups" at your favourite news-reader
529      x this has been refactored to: <a href="http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org">[news:id=b0shbj$l9s$1@quepasa.netfrag.org]</a>
530        x HEADERS:
531          x Message-ID: <b0shbj$l9s$1@quepasa.netfrag.org>
532          x Subject: Re: Welcome to the sysadmin-newsgroup at netfrag.org!
533        o newsgate
534          o http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org
535          o http://news.netfrag.org/nfo.tutos.sysadmin/subject/Re: Welcome to the sysadmin-newsgroup at netfrag.org!
536    
537    o Erkenntnis aus UML (Kernel 2.4): schwierig mit gleichzeitigem Zugriff
538    
539    o gave up trying to get Troll running
540    
541    x setup alternatives to Horde for public access
542      o viewcvs
543        x apt-get install libapache-mod-python
544        
545      o WebNewsViewer
546      
547    o release the user from having to send email-messages to actually post urls with content (e.g. "FirstPage")
548    
549    o parse .url-files!
550    
551    o have newsgroup-structure backed in ldap-container (ou) somehow (Data::Map!)
552    
553    x new email-addresses@netfrag.org:
554      x sysadmin@netfrag.org
555      x faq@netfrag.org
556      
557    x setup newsportal (by Florian Amrhein)
558      x url: http://florian-amrhein.de/newsportal/
559      x cd /home/service/download
560      x mkdir newsportal
561      x cd newsportal
562      x wget http://florian-amrhein.de/newsportal/download/newsportal-0.24.tar.gz
563      x mkdir -p /data/www/virtual/netfrag/sites/news/apps/newsportal/
564      x tar -xzf newsportal-0.24.tar.gz --directory=/data/www/virtual/netfrag/sites/news/apps/newsportal/
565    
566    o rework apache-layout - check into repository as something root is responsible for!
567    
568    
569  </pre>  </pre>
570    
571    <hr/>
572    $Id$
573    
574  </body>  </body>
575  </html>  </html>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.26

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed