Changes between Initial Version and Version 1 of Squirrelmail


Ignore:
Timestamp:
02/22/08 17:27:18 (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Squirrelmail

    v1 v1  
     1= Squirrelmail =
     2
     3
     4{{{
     5echo mail-client/squirrelmail vhosts >> /etc/portage/package.use
     6emerge squirrelmail
     7}}}
     8To install squirrelmail-1.4.10a-r2 into a virtual host, run the following command:
     9
     10{{{
     11webapp-config -I -h www.roegergasse22.at -d squirrelmail squirrelmail 1.4.10a-r2
     12}}}
     13
     14Post installation instructione by webapp-config:
     15
     16{{{
     17=================================================================
     18POST-INSTALL INSTRUCTIONS
     19=================================================================
     20
     21 * You must edit the following configuration files to setup your server.
     22 * Note that not all of them may be present depending on USE flags.
     23 *
     24 * config/config.php
     25 * plugins/retrieveuserdata/config.php
     26 * plugins/virus_scan/config.php
     27 * plugins/gpg/gpg_local_prefs.txt
     28 * plugins/ldapuserdata/config.php
     29 * plugins/show_ssl_link/config.php
     30 * plugins/secure_login/config.php
     31 *
     32 * You should also create the file 'config/admins'
     33 * containing the users who should have access to administrative options.
     34 * Put each login on its own line, and be sure to leave a newline at the
     35 * end of the file.
     36 *
     37 * You can use the console based configuration tool by executing:
     38 * cd config; perl conf.pl
     39
     40=================================================================
     41}}}
     42I used the console based configuration tool
     43
     44{{{
     45cd /var/www/www.roegergasse22.at/web/squirrelmail/config
     46perl conf.pl
     47}}}
     481.  Organization Preferences:
     49{{{
     50Organization Preferences
     511.  Organization Name      : Roegergasse 22
     522.  Organization Logo      : ../images/sm_logo.png
     533.  Org. Logo Width/Height : (308/111)
     544.  Organization Title     : Roegergasse 22 $version
     555.  Signout Page           :
     566.  Top Frame              : _top
     577.  Provider link          : http://www.roegergasse22.at
     588.  Provider name          : Roegergasse 22
     59}}}
     602.  Server Settings
     61
     62{{{
     63Server Settings
     64
     65General
     66-------
     671.  Domain                 : roegergasse22.at
     682.  Invert Time            : false
     693.  Sendmail or SMTP       : SMTP
     70
     71A.  Update IMAP Settings   : localhost:143 (other)
     72B.  Update SMTP Settings   : localhost:25
     73}}}
     743.  Folder Defaults -> nothing changed
     754.  General Options (changes only)
     76{{{
     772.  Attachment Directory        : ../attach/
     78}}}
     795.  Themes -> nothing changed[[BR]]
     806.  Address Books -> nothing changed[[BR]]
     817.  Message of the Day (MOTD) -> nothing changed[[BR]]
     828.  Plugins -> (only changes)
     83{{{
     84Plugins
     85  Installed Plugins
     86    1. administrator
     87    2. calendar
     88}}}
     899.  Database -> nothing changed (yet)[[BR]]
     9010. Languages (only changes)
     91{{{
     921.  Default Language       : de_DE
     93}}}
     94D.  Set pre-defined settings for specific IMAP servers
     95{{{
     96Command >> courier
     97
     98              imap_server_type = courier
     99         default_folder_prefix = INBOX.
     100                  trash_folder = Trash
     101                   sent_folder = Sent
     102                  draft_folder = Drafts
     103            show_prefix_option = false
     104          default_sub_of_inbox = false
     105show_contain_subfolders_option = false
     106            optional_delimiter = .
     107                 delete_folder = true
     108}}}
     109Save and exit.[[BR]]
     110Create the attach directory:
     111{{{
     112mkdir /var/www/www.roegergasse22.at/web/squirrelmail/attach
     113chown apache:apache attach
     114}}}
     115Test the installation using [http://www.roegergasse22.at/squirrelmail/src/configtest.php] complains about some php setting (that i ignore for now) ![[BR]]
     116
     117{{{
     118ERROR: You have enabled any one of magic_quotes_runtime, magic_quotes_gpc or magic_quotes_sybase in your PHP configuration.
     119We recommend all those settings to be off. SquirrelMail may work with them on, but when experiencing stray backslashes in your mail or other strange behaviour, it may be advisable to turn them off.
     120}}}
     121To allow some user to access the admin options using the webmail (unter Optionen -> Administration):
     122
     123{{{
     124echo web1_admin >> /var/www/www.roegergasse22.at/web/squirrelmail/config/admins
     125}}}