File: control

package info (click to toggle)
courier 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,444 kB
  • sloc: ansic: 130,619; cpp: 33,255; sh: 10,437; perl: 4,250; makefile: 3,447; sed: 39
file content (207 lines) | stat: -rw-r--r-- 6,318 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
Source: courier
Priority: optional
Section: contrib/mail
Origin: Ubuntu
Maintainer: Sam Varshavchik <mrsam@courier-mta.com>
Standards-Version: 4.4.1
Homepage: https://www.courier-mta.org/
Build-Depends:
	perl:any,
	pkgconf,
	debhelper-compat (= 12),
	gcc%DEBGCC%,
	g++%DEBGCC%,
	autoconf-archive,
	libldap2-dev,
	libcourier-auth-dev,
	libcourier-unicode-dev,
	sysconftool,
	wget,
	gpg ( >= 2),
	expect,
	libgdbm-dev,
	libidn2-dev,
	%MIME_SUPPORT%,
	gnutls-dev,
	gnutls-bin,
	libgcrypt-dev,
	groff-base,
	ghostscript,
	hunspell,
	libhunspell-dev,
	mgetty-fax,
	netpbm,
	libpcre2-dev,
	sysconftool,
	libperl-dev

Package: courier
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 systemd,
	 anacron,
	 perl:any,
	 libnet-cidr-perl,
	 gnutls-bin
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%
Provides: mail-transport-agent
Conflicts: mail-transport-agent, maildrop
Replaces: mail-transport-agent
Description: Mail Server
 The Courier mail transfer agent (MTA) is an integrated mail/groupware
 server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
 SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list
 services within a single, consistent, framework.  Individual components can
 be enabled or disabled at will.
 .
 All configuration files get installed in /etc/courier. Purging this package
 removes /etc/courier and all of its contents.

Package: courier-ldap
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 courier (= ${binary:Version})
Description: Courier Mail Server LDAP module and configuration screen
 This package contains LDAP modules and the webadmin configuration screen

Package: courier-mysql
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 courier (= ${binary:Version})
Description: Courier Mail Server MySQL (MariaDB) configuration screen
 This package contains the webadmin MySQL configuration screen for Courier.

Package: courier-pgsql
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 courier (= ${binary:Version})
Description: Courier Mail Server PostgreSQL configuration screen
 This package contains the webadmin PostgreSQL configuration screen for Courier.

Package: courier-pop3d
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: courier (= ${binary:Version})
Description: Courier Mail Server - POP3 server
 This package adds POP3 server access to the Courier mail server.
 Courier's POP3 server can only be used to access maildir mailboxes.
 This server does not support mailbox files.  If you do not need the
 ability to download mail with a POP3 client, you do not need to install
 this package.

Package: courier-imapd
Architecture: any
Conflicts: courier-imap
Replaces: courier-imap
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: courier (= ${binary:Version})
Description: Courier Mail Server - IMAP server
 This package adds IMAP server access to the Courier mail server.
 Courier's IMAP server can only be used to access maildir mailboxes.
 This server does not support mailbox files.  If you do not need the
 ability to access mail with an IMAP client, you do not need to install
 this package.

Package: courier-webmail
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 gpg ( >= 2),
	 hunspell
Pre-Depends: courier (= ${binary:Version})
Recommends: courier-webmail-apache2 (= ${binary:Version})
Conflicts: sqwebmail
Replaces: sqwebmail
Description: Courier Mail Server - HTTP (webmail) server
 This package installs Courier's CGI-based webmail server.

Package: courier-webmail-apache2
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 apache2, systemd,
	 courier-webmail (= ${binary:Version})
Description: Configure and enable apache for courier-webmail
 This package installs an apache2 configuration that enables the
 courier-webmail server.

Package: courier-webadmin
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 libcgi-pm-perl
Pre-Depends: courier (= ${binary:Version})
Recommends: courier-webadmin-apache2 (= ${binary:Version})
Description: Courier Mail Server - web-based administration tool
 This package installs Courier's CGI-based administration module.

Package: courier-webadmin-apache2
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 apache2, systemd,
	 courier-webadmin (= ${binary:Version})
Description: Configure and enable apache for courier-admin
 This package installs an apache2 configuration that enables the
 courier-webadmin server.

Package: courier-mlm
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 courier (= ${binary:Version})
Description: Courier Mail Server - Mailing List Manager
 This package installs couriermlm - a mailing list manager for the
 Courier mail server.  If you do not need the ability to manage
 mailing lists, you do not need to install this package.

Package: courier-mlm-web
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: courier (= ${binary:Version})
Recommends: courier-mlm-web-apache2 (= ${binary:Version})
Description: Courier Mail Server - Mailing List Manager (web interface)
 This package installs the web-based mini-interface to the Courier
 mailing list manager.

Package: courier-mlm-web-apache2
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 apache2, systemd,
	 courier-mlm-web (= ${binary:Version})
Description: Configure and enable apache for courier-mlm-web
 This package installs an apache2 configuration that enables the
 courier-mlm-web server.

Package: courier-maildrop
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 courier (= ${binary:Version})
Conflicts: maildrop
Replaces: maildrop
Description: Courier Mail Server - mailrop mail filter
 This package adds mail filtering abilities to Courier.  Mail filtering
 is provided via a customized version of the maildrop mail filter.

Package: courier-fax
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 groff-base,
	 ghostscript,
	 mgetty-fax,
	 netpbm,
	 courier (= ${binary:Version})
Description: Courier Mail Server - fax support
 This package adds support for faxing E-mail messages.  You need to install
 this package if you want the ability to send fax messages simply by
 Sending an E-mail to phonenumber@fax.