Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 4
1
Source: prayer
1
Source: prayer
2
Section: mail
2
Section: mail
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
4
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
5
Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 5), quilt, libc-client-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb4.3-dev | libdb-dev, libldap2-dev
5
Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 5), quilt, libc-client-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb4.3-dev | libdb-dev, libldap2-dev
6
Standards-Version: 3.7.2
6
Standards-Version: 3.7.2
7
7
8
Package: prayer
8
Package: prayer
9
Architecture: any
9
Architecture: any
10
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
10
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
11
Suggests: prayer-accountd, imap-server, aspell | ispell
11
Suggests: prayer-accountd, imap-server, aspell | ispell
12
Description: Standalone IMAP-based webmail server
12
Description: Standalone IMAP-based webmail server
13
 Prayer is yet another Webmail interface.
13
 Prayer is yet another Webmail interface.
14
 .
14
 .
15
 It is unusual in that it is a complete, standalone, HTTP server and proxy
15
 It is unusual in that it is a complete, standalone, HTTP server and proxy
16
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
16
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
17
 the IMAP server and is written entirely in C. Consequently it is much
17
 the IMAP server and is written entirely in C. Consequently it is much
18
 faster than most open source Webmail interfaces and puts very little load
18
 faster than most open source Webmail interfaces and puts very little load
19
 on either the machines running the Web server or the backend IMAP servers
19
 on either the machines running the Web server or the backend IMAP servers
20
 (even if traditional Unix format mailfolders are in use).
20
 (even if traditional Unix format mailfolders are in use).
21
 .
21
 .
22
 Prayer has very few external dependencies as user preferences are stored on
22
 Prayer has very few external dependencies as user preferences are stored on
23
 the IMAP server rather than in a SQL database. It does however implement a
23
 the IMAP server rather than in a SQL database. It does however implement a
24
 full range of features and user preference settings.
24
 full range of features and user preference settings.
25
25
26
Package: prayer-accountd
26
Package: prayer-accountd
27
Architecture: any
27
Architecture: any
28
Depends: ${shlibs:Depends}, ${misc:Depends}
28
Depends: ${shlibs:Depends}, ${misc:Depends}
29
Suggests: prayer
29
Suggests: prayer
30
Recommends: exim4
30
Recommends: exim4
31
Description: account management daemon for Prayer
31
Description: account management daemon for Prayer
32
 Prayer is yet another Webmail interface.
32
 Prayer is yet another Webmail interface.
33
 .
33
 .
34
 It is unusual in that it is a complete, standalone, HTTP server and proxy
34
 It is unusual in that it is a complete, standalone, HTTP server and proxy
35
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
35
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
36
 the IMAP server and is written entirely in C. Consequently it is much
36
 the IMAP server and is written entirely in C. Consequently it is much
37
 faster than most open source Webmail interfaces and puts very little load
37
 faster than most open source Webmail interfaces and puts very little load
38
 on either the machines running the Web server or the backend IMAP servers
38
 on either the machines running the Web server or the backend IMAP servers
39
 (even if traditional Unix format mailfolders are in use).
39
 (even if traditional Unix format mailfolders are in use).
40
 .
40
 .
41
 This package contains a daemon that can do the following for users:
41
 This package contains a daemon that can do the following for users:
42
 .
42
 .
43
  * Change passwords
43
  * Change passwords
44
  * Change their full name
44
  * Change their full name
45
  * Manage mail filtering (requires Exim) and forwarding
45
  * Manage mail filtering (requires Exim) and forwarding
46
  * Manage vacation messages and logs
46
  * Manage vacation messages and logs
47
 .
47
 .
48
 NOTE: This package is currently not very useful.
48
 NOTE: This package is currently not very useful.