| 465 |
'allow_guests' => true, |
'allow_guests' => true, |
| 466 |
'show' => true |
'show' => true |
| 467 |
); |
); |
| 468 |
|
x configure Troll |
| 469 |
|
x cd troll/config |
| 470 |
|
x conf.php |
| 471 |
|
x cp conf.php.dist conf.php |
| 472 |
|
x nano conf.php |
| 473 |
|
x edit: |
| 474 |
|
x $conf['news']['server'] = 'news.netfrag.org'; |
| 475 |
|
x $conf['news']['mailserver'] = 'mail.netfrag.org'; |
| 476 |
|
x servers.php |
| 477 |
|
x cp servers.php.dist servers.php |
| 478 |
|
x add: |
| 479 |
|
$servers['netfrag.org'] = array( |
| 480 |
|
'name' => 'news.netfrag.org', |
| 481 |
|
'server' => 'news.netfrag.org', |
| 482 |
|
'port' => 119, |
| 483 |
|
); |
| 484 |
|
x prefs.php |
| 485 |
|
x cp prefs.php.dist prefs.php |
| 486 |
|
x html.php |
| 487 |
|
x cp html.php.dist html.php |
| 488 |
|
x permissions |
| 489 |
|
x chmod o+r *.php |
| 490 |
|
|
| 491 |
|
|
| 492 |
x test: http://netfrag.org/horde/ |
x test: http://netfrag.org/horde/ |
| 493 |
o another (more bright) skin for horde@netfrag.org!!! |
o another (more bright) skin for horde@netfrag.org!!! |
| 494 |
|
|
| 495 |
|
o Warum nicht überall Horde? Sondern TUTOS? |
| 496 |
|
o Horde ist sehr breit angelegt, dafür fehlt es jedoch an vielen Stellen noch ein wenig im Detail. |
| 497 |
|
o mittlerweile: mit Hermes & Co.? nochmal ansehen! |
| 498 |
|
|
| 499 |
|
o just do automated operations (like cvs commit) only if system is idle |
| 500 |
|
|
| 501 |
|
o automagically redirect http://netfrag.org/horde/ to https://netfrag.org/horde/ |
| 502 |
|
o with an Apache - rewrite-rule? |
| 503 |
|
|
| 504 |
|
x how to map TUTOS-groups to newsgroups? |
| 505 |
|
x ctlinnd newgroup nfo.tutos.sysadmin |
| 506 |
|
x add dispatching for sysadmin@netfrag.org |
| 507 |
|
x add to /home/service/virtual/gateway/.dispatchmailrc |
| 508 |
|
$self->copy('Newsgate', 'nfo.tutos.sysadmin') if $to =~ m/sysadmin/; |
| 509 |
|
x add to /etc/mail/virtusertable: |
| 510 |
|
# --- news.netfrag.org - joko, 2003-01-24 |
| 511 |
|
sysadmin@netfrag.org gateway |
| 512 |
|
make virtusertable! |
| 513 |
|
x write welcome-mail |
| 514 |
|
root@quepasa:~$ mail sysadmin@netfrag.org |
| 515 |
|
Subject: Welcome to the sysadmin-newsgroup at netfrag.org! |
| 516 |
|
Have fun! |
| 517 |
|
greets, joko. |
| 518 |
|
|
| 519 |
|
. |
| 520 |
|
Cc: |
| 521 |
|
x test: do "refresh newsgroups" at your favourite news-reader |
| 522 |
|
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> |
| 523 |
|
x HEADERS: |
| 524 |
|
x Message-ID: <b0shbj$l9s$1@quepasa.netfrag.org> |
| 525 |
|
x Subject: Re: Welcome to the sysadmin-newsgroup at netfrag.org! |
| 526 |
|
o newsgate |
| 527 |
|
o http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org |
| 528 |
|
o http://news.netfrag.org/nfo.tutos.sysadmin/subject/Re: Welcome to the sysadmin-newsgroup at netfrag.org! |
| 529 |
|
|
| 530 |
|
o Erkenntnis aus UML (Kernel 2.4): schwierig mit gleichzeitigem Zugriff |
| 531 |
|
|
| 532 |
|
o gave up trying to get Troll running |
| 533 |
|
|
| 534 |
|
x setup alternatives to Horde for public access |
| 535 |
|
o viewcvs |
| 536 |
|
x apt-get install libapache-mod-python |
| 537 |
|
o WebNewsViewer |
| 538 |
|
|
| 539 |
|
o release the user from having to send email-messages to actually post urls with content (e.g. "FirstPage") |
| 540 |
|
|
| 541 |
|
|
| 542 |
|
|
| 543 |
</pre> |
</pre> |
| 544 |
|
|