| 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 |
|
|