File: sqwebmail.README.Debian

package info (click to toggle)
courier 0.60.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 52,288 kB
  • ctags: 12,677
  • sloc: ansic: 165,348; cpp: 24,820; sh: 16,410; perl: 6,839; makefile: 3,621; yacc: 289; sed: 16
file content (55 lines) | stat: -rw-r--r-- 1,649 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Debian Packaging Issues
***********************

Please read /usr/share/doc/courier-base/README.Debian for more
information about the packaging of the Courier Mail Server suite.

To use the groupware calendaring mode, you have to install
the courier-pcp package.

The file containing the ispell dictionary used by SqWebMail
has been moved to /etc/courier/ispelldict.

Version Number
**************

The version number of the sqwebmail Debian package is derived from
the version number of the complete Courier Mail Server suite.
There is a separate SqWebMail source package available with a
much higher version number than the version number of the Courier
source package, so don't get confused.

URL
***

On a Debian system with a standard webserver setup the URL for
SqWebMail is http://localhost/cgi-bin/sqwebmail.

Runtime Configuration
*********************

sqwebmail reads runtime configuration files from /etc/courier,
e.g. /etc/courier/logindomainlist.

Some other settings can be changed by setting environment
variables via Apache, e.g. increasing the session timeout
from 20 to 60 minutes:

SetEnv SQWEBMAIL_TIMEOUTSOFT 3600

Using a Different Set of Templates
**********************************

You can make up your own template set from scratch or copy the
existing set within /usr/lib/courier/sqwebmail/html to, e.g.
/home/mywebmail.

Then you need to advise your webserver to set the environment
variable SQWEBMAIL_TEMPLATEDIR to name of the directory
containing the templates.

If you're using Apache, try this:

SetEnv SQWEBMAIL_TEMPLATEDIR /home/mywebmail

 -- Stefan Hornburg (Racke) <racke@linuxia.de>, Thu Aug 17 09:44:49 2006