netfrag.org > Pad > Joko-2004-09-21Todo-quepasa (r1.1 vs. r1.3)
Pad . { Home | Changes | Index | Search }

 <<O>>  Difference Topic Joko-2004-09-21Todo-quepasa (r1.3 - 22 Sep 2004 - Main.joko)
Line: 1 110 to 1 110
Changed:
<
<
load imp-HEAD:
>
>
install all "HEAD" snapshots from http://ftp.horde.org/pub/snaps/2004-09-21/: http://ftp.horde.org/pub/snaps/2004-09-21/framework-HEAD-2004-09-21.tar.gz http://ftp.horde.org/pub/snaps/2004-09-21/horde-HEAD-2004-09-21.tar.gz
Line: 111 to 114
Added:
>
>
http://ftp.horde.org/pub/snaps/2004-09-21/turba-HEAD-2004-09-21.tar.gz

[+] Horde 3.0 / IMP 4.0 (cvs-HEAD versions) #> pear a install Net_Socket #> pear a install Date #> pear a install Auth_SASL #> pear a install HTTP_Request File Net_SMTP XML_SVG Services_Weather install ok: XML_SVG 0.0.3 install ok: File 1.0.3 Optional dependencies: package `Cache' version >= 1.5.3 is recommended to utilize some features. package `HTTP_Request' version >= 1.2 is recommended to utilize some features. package `SOAP' version >= 0.7.5 is recommended to utilize some features. package `XML_Serializer' version >= 0.8 is recommended to utilize some features. install ok: Services_Weather 1.3.0 install ok: Net_SMTP 1.2.6 requires package `Net_URL' >= 1.0.12 HTTP_Request: Dependencies failed #> pear a install Netinstall ok: Net_URL 1.0.14 install ok: Net_URL 1.0.14 install ok: HTTP_Request 1.2.2 #> pear a install Cache HTTP_Request SOAP XML_Serializer #> pear a install Cache

#> cd /home/service/download/horde/framework #> pear a install VFS/package.xml #> pear a install NLS/package.xml

[-] NOTE: Announce this!

Line: 127 to 161
Added:
>
>

[+] password generator #> makepasswd


 <<O>>  Difference Topic Joko-2004-09-21Todo-quepasa (r1.2 - 21 Sep 2004 - Main.joko)
Line: 1 108 to 1 109
Added:
>
>

load imp-HEAD: http://ftp.horde.org/pub/snaps/2004-09-21/imp-HEAD-2004-09-21.tar.gz


 <<O>>  Difference Topic Joko-2004-09-21Todo-quepasa (r1.1 - 21 Sep 2004 - Main.joko)
Line: 1 to 1
Added:
>
>
META TOPICPARENT JokosNotepad

[+] update f-prot virtus signatures
  #> cd /usr/local/f-prot
  #> ./check-updates.sh

[-] SpamAssassin / Razor???
  as of "man spamassissin" - it requires Mail::Audit, Net::DNS and Razor, but
  "perl -MRazor" gives:
  Can't locate Razor.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4   /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8   /usr/local/lib/site_perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 .).

  so:
  #> cpan

  cpan shell -- CPAN exploration and modules installation (v1.7601)
  ReadLine support enabled

  cpan> install Razor

    not known!!!

  so:
  #> apt-get install razor

Reading Package Lists... Done
Building Dependency Tree... Done
1 packages upgraded, 0 newly installed, 0 to remove and 413  not upgraded.
Need to get 0B/118kB of archives. After unpacking 275kB will be used.
(Reading database ... 43265 files and directories currently installed.)
Preparing to replace razor 1.20-1 (using .../razor_2.610-2_i386.deb) ...
Unpacking replacement razor ...
Setting up razor (2.610-2) ...

Configuration file `/etc/razor/razor-agent.conf'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : background this process to examine the situation
 The default action is to keep your current version.
*** razor-agent.conf (Y/I/N/O/D/Z) [default=N] ?



[+] Apache: get https running

<IfDefine SSL>
  <VirtualHost _default_:443>
    SSLEngine                  on
    SSLCertificateKeyFile      /etc/apache/conf/ssl.key/server.key
    SSLCertificateFile         /etc/apache/conf/ssl.crt/server.crt
    SSLCipherSuite             ALL:!ADH:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL
    SSLVerifyClient            none
    <Directory />
    Options FollowSymLinks
    </Directory>
  </VirtualHost>
</IfDefine>

edit /etc/init.d/apache, added OPTIONS


[+] Apache: get Horde via https running

    #> apt-cache search horde

    #> apt-get install horde2
    mysql-database:
    name: horde2
    user: hordemgr
    pass: horde04%

    configure in /etc/horde2/

    #> apt-get install imp3

    configure in /etc/imp3/

    $servers['imap'] = array(
        'name' => 'quepasa.netfrag.org',
        'server' => 'quepasa.netfrag.org',
        'protocol' => 'imap/ssl/novalidate-cert',
        'port' => 993,
        'folders' => 'Mail/',
        'namespace' => '',
        'maildomain' => 'netfrag.org',
        'smtphost' => 'localhost',
        'realm' => 'netfrag.org',
        'preferred' => '1'
    );


[+] horde skins
    http://www.horde.org/themes/
    used "Light-Blue Theme, by Atif Ghaffar"


[-] Horde 2.0 & S/MIME

    imp4???
    http://lists.horde.org/archives/i18n/Week-of-Mon-20040329/001223.html

    horde.org - S/MIME: Overview
    http://www.ph.utexas.edu/~ericr/horde/smime-overview.php

[+] password weakness checker

    Npasswd - A better password change program
    http://www.utexas.edu/cc/unix/software/npasswd/

    #> apt-cache search passwd
    cracklib2 - A pro-active password checker library
    libpam-passwdqc - replacement for the pam_cracklib module
    makepasswd - Generate and encrypt passwords
    sork-accounts - Account handling framework for horde
    sork-passwd - Horde2 module for users to change their password
    usermin-htpasswd - An htpasswd config module for the usermin web-based admin tool
    webmin-htaccess - htaccess/htpasswd module for webmin

    #> apt-get install cracklib2


Topic Joko-2004-09-21Todo-quepasa . { View | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }    output as: { }
Revision r1.1 - 21 Sep 2004 - 19:52 - Main.joko
Revision r1.3 - 22 Sep 2004 - 12:17 - Main.joko