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 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
|
Source: cyrus-imapd
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Uploaders: Henrique de Moraes Holschuh <hmh@debian.org>,
Ondřej Surý <ondrej@debian.org>,
Anthony Prades <toony.debian@chezouam.net>,
Yadd <yadd@debian.org>
Section: mail
Priority: optional
Build-Depends: bison,
comerr-dev,
debhelper-compat (= 13),
fig2dev,
flex,
ghostscript,
groff,
libdb-dev,
libdkim-dev,
libical-dev,
libjansson-dev,
libclamav-dev,
libcunit1-dev,
libkrb5-dev,
libkvm-dev [kfreebsd-any],
libical-dev,
libldap2-dev,
libnghttp2-dev,
libopendkim-dev,
libpam0g-dev,
libpod-pom-view-restructured-perl,
libpcre3-dev,
libbrotli-dev,
libpq-dev,
libsasl2-dev,
libsasl2-modules,
libshp-dev,
libsnmp-dev,
libsqlite3-dev,
libssl-dev,
libtool,
libwrap0-dev,
libwslay-dev,
libxapian-dev,
libxml2-dev,
libzephyr-dev,
libzstd-dev,
perl,
pkg-config,
po-debconf,
rsync,
sqlite3,
unicode-data,
xxd,
xutils-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/cyrus-imapd
Vcs-Git: https://salsa.debian.org/debian/cyrus-imapd.git
Homepage: https://www.cyrusimap.org/
Rules-Requires-Root: no
Package: cyrus-common
Architecture: any
Depends: adduser,
db-util,
e2fsprogs,
default-mta | mail-transport-agent,
gawk,
libsasl2-modules,
lsb-base,
netbase,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: cyrus-imapd | cyrus-pop3d | cyrus-murder | cyrus-nntpd | cyrus-admin | cyrus-caldav
Suggests: apt-listchanges,
cyrus-admin,
cyrus-caldav,
cyrus-clients,
cyrus-doc,
cyrus-imapd,
cyrus-murder,
cyrus-nntpd,
cyrus-pop3d,
cyrus-replication,
sasl2-bin
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - common files
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
Cyrus doesn't support reading from and storing mail in the
standard mail spool. It stores mail in a separate directory in its
own MH-like format.
.
This package contains the common files needed by the other Cyrus
components. The cyrus-imapd and/or cyrus-pop3d packages are needed
to enable IMAP and POP3 support respectively. cyrus-murder can be
used to enable IMAP, POP3 and LMTP proxying. cyrus-replication
can be used to provide server replication between two imap servers.
Package: cyrus-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - documentation files
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the documentation for the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-imapd
Architecture: any
Depends: cyrus-common (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: rsync
Pre-Depends: ${misc:Pre-Depends}
Breaks: cyrus-common (<< 3.2.3~)
Conflicts: imap-server
Provides: imap-server
Replaces: cyrus-common (<< 3.2.3~)
Description: Cyrus mail system - IMAP support
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the IMAP (Internet Mail Access Protocol) portion
of the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-pop3d
Architecture: any
Depends: cyrus-common (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: pop3-server
Provides: pop3-server
Description: Cyrus mail system - POP3 support
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the POP3 (Post Office Protocol) portion of the Cyrus
IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-admin
Architecture: any
Depends: cyrus-common,
libcyrus-imap-perl (>= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${perl:Depends}
Suggests: sasl2-bin
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - administration tools
This package provides the administrative tools for the Cyrus IMAPd suite.
It contains the cyradm tool which can be used to administer
both local and remote Cyrus mail systems. It also contains sieveshell
and its deprecated cousin installsieve, which can be used to manage
sieve scripts.
.
For more information, please see the cyrus-common package.
Package: cyrus-murder
Architecture: any
Depends: cyrus-common (= ${binary:Version}),
cyrus-imapd (= ${binary:Version}),
cyrus-pop3d (= ${binary:Version}),
cyrus-clients (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - proxies and aggregator
This package contains the Cyrus IMAPd suite murder aggregator system,
i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon.
It allows for cluster setups where there are many backend Cyrus spools and
frontend proxy servers.
.
For more information, please see the cyrus-common package.
Package: cyrus-replication
Architecture: any
Depends: cyrus-common (= ${binary:Version}),
cyrus-imapd (= ${binary:Version}) | cyrus-pop3d (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - replication
This package contains the Cyrus IMAPd suite replication system.
It allows the replication of the mail spool between two imap or pop servers.
.
For more information, please see the cyrus-common package.
Package: cyrus-nntpd
Architecture: any
Depends: cyrus-common (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: news-transport-system
Provides: news-transport-system
Description: Cyrus mail system - NNTP support
This package contains the NNTP (Network News Transfer Protocol) portion of
the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-caldav
Architecture: any
Depends: cyrus-common (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - CalDAV and CardDAV support
This package contains the CalDAV and CardDAV portion of the Cyrus
IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-clients
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - test clients
This package contains client tools to test the Cyrus IMAPd suite.
It contains the mupdatetest, sivtest, smtptest, lmtptest,
imtest and pop3test tools which can be used to interactively talk to
a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server.
The clients are fully SASL-enabled for authentication.
.
For more information, please see the cyrus-common package.
Package: cyrus-dev
Architecture: any
Section: devel
Depends: cyrus-common (= ${binary:Version}),
libcyrus-imap-perl (>= ${binary:Version}),
libsasl2-dev,
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cyrus mail system - developer files
This package contains header files and the static library needed
to develop IMAP applications that interface with the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: libcyrus-imap-perl
Architecture: any
Section: perl
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: libterm-readline-gnu-perl
Pre-Depends: ${misc:Pre-Depends}
Description: Interface to Cyrus imap client imclient library
The Cyrus::IMAP module provides an interface to the Cyrus imclient
library. These are primarily useful for implementing cyradm operations
within a Perl script; there are easier ways to implement general client
operations, although they may be more limited in terms of authentication
options when talking to a Cyrus imapd.
.
The modules that compose Cyrus::SIEVE are also included, but they are
undocumented upstream.
.
For more information, please see the cyrus-common package.
|