File: control

package info (click to toggle)
perdition 2.2-3.4
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 3,640 kB
  • sloc: ansic: 14,560; sh: 5,274; makefile: 443
file content (75 lines) | stat: -rw-r--r-- 2,859 bytes parent folder | download
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: perdition
Build-Depends:
 debhelper (>= 9.0.0),
 libvanessa-logger-dev (>= 0.0.10),
 libvanessa-adt-dev (>= 0.0.6),
 libvanessa-socket-dev (>= 0.0.12),
 libpopt-dev,
 libpam0g-dev,
 default-libmysqlclient-dev,
 libpq-dev,
 libgdbm-dev,
 libldap2-dev,
 zlib1g-dev,
 libssl-dev,
 unixodbc-dev,
 libdb-dev,
 libcdb-dev,
 libidn-dev,
 dpkg-dev (>= 1.16.1),
 dh-autoreconf,
 libnsl-dev,
Section: mail
Priority: optional
Maintainer: Simon Horman <horms@debian.org>
Standards-Version: 3.9.8
Homepage: http://horms.net/projects/perdition/

Package: perdition
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Conflicts: perdition-bdb
Replaces: perdition-bdb
Provides: perdition-bdb
Suggests: perdition-ldap, perdition-mysql, perdition-odbc, perdition-postgresql
Description: POP3 and IMAP4 Proxy server
 Perdition allows users to connect to a content-free POP3 or IMAP4
 server that will redirect them to their real POP3 or IMAP4 server. This
 enables mail retrieval for a domain to be split across multiple backend
 servers on a per user basis. This can also be used to as a POP3 or IMAP4
 proxy especially in firewall applications. Perdition supports arbitrary
 library based map access to determine the server for a user. POSIX
 Regular Expression, GDBM, Berkeley DB, MySQL, PostgreSQL, ODBC and LDAP
 libraries ship with the distribution.

Package: perdition-ldap
Architecture: any
Depends: ${shlibs:Depends}, perdition (= ${binary:Version}), ${misc:Depends}
Description: Library to allow perdition to access LDAP based popmaps
 Perdition allows for arbitrary user database access through
 shared libraries much in the manner of NSS in glibc. This package
 allows a user database to be sourced from LDAP

Package: perdition-mysql
Architecture: any
Depends: ${shlibs:Depends}, perdition (= ${binary:Version}), ${misc:Depends}
Description: Library to allow perdition to access MySQL based popmaps
 Perdition allows for arbitrary user database access through
 shared libraries much in the manner of NSS in glibc. This package
 allows a user database stored in a MySQL database.

Package: perdition-odbc
Architecture: any
Depends: ${shlibs:Depends}, perdition (= ${binary:Version}), ${misc:Depends}
Description: Library to allow perdition to access ODBC based popmaps
 Perdition allows for arbitrary user database access through
 shared libraries much in the manner of NSS in glibc. This package
 allows a user database stored in a database accessed via ODBC.

Package: perdition-postgresql
Architecture: any
Depends: ${shlibs:Depends}, perdition (= ${binary:Version}), ${misc:Depends}
Description: Library to allow perdition to access PostgreSQL based popmaps
 Perdition allows for arbitrary user database access through
 shared libraries much in the manner of NSS in glibc. This package
 allows a user database stored in a PostgreSQL database.