File: control

package info (click to toggle)
perdition 2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,676 kB
  • sloc: ansic: 14,560; sh: 5,274; makefile: 391
file content (100 lines) | stat: -rw-r--r-- 3,045 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: perdition
Standards-Version: 4.7.2
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders:
 Simon Horman <horms@debian.org>,
Section: mail
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libvanessa-logger-dev,
 libvanessa-adt-dev,
 libvanessa-socket-dev,
 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,
 libnsl-dev,
Vcs-Browser: https://salsa.debian.org/salvage-team/perdition
Vcs-Git: https://salsa.debian.org/salvage-team/perdition.git
Homepage: https://horms.net/projects/perdition/

Package: perdition
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Suggests:
 perdition-ldap,
 perdition-mysql,
 perdition-odbc,
 perdition-postgresql,
Pre-Depends:
 ${misc:Pre-Depends},
Conflicts:
 perdition-bdb,
Provides:
 perdition-bdb,
Replaces:
 perdition-bdb,
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.