Subversion Repositories

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

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

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