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
|
Source: courier
Section: mail
Priority: optional
Maintainer: Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13),
autoconf-archive,
automake,
dh-exec,
dh-apache2,
ca-certificates,
courier-authlib-dev (>= 0.72.6),
default-libmysqlclient-dev,
expect,
ghostscript,
gnupg2,
gnutls-bin,
groff-base,
libcourier-unicode-dev (>= 2.4.0),
libgcrypt20-dev,
libgdbm-dev,
libgnutls28-dev,
libidn-dev,
libldap2-dev,
libpam0g-dev,
libpcre2-dev,
libperl-dev,
libpq-dev,
libsasl2-dev,
libtool-bin,
media-types,
mgetty-fax,
netpbm,
po-debconf,
procps,
wget,
zlib1g-dev,
locales-all <!nocheck>
Homepage: https://www.courier-mta.org/
Vcs-Git: https://salsa.debian.org/debian/courier.git
Vcs-Browser: https://salsa.debian.org/debian/courier
Standards-Version: 4.7.2
Package: courier-base
Architecture: any
Depends: adduser,
courier-authdaemon,
courier-authlib,
courier-authlib-userdb,
debconf,
gnutls-bin,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Courier mail server - base system
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package provides the functionality needed by all courier packages such as
some configuration files, helper programs and the Courier TCP server daemon.
.
Courier uses the a TLS wrapper application named couriertls instead of
embedding TLS support in the different applications. Additionally, this package
contains a default set of trusted X.509 root CA certs.
Package: courier-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Courier mail server - additional documentation
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package contains additional documentation for Courier.
Package: courier-faxmail
Architecture: any
Depends: courier-mta (= ${binary:Version}),
ghostscript,
groff,
mgetty-fax,
${misc:Depends}
Suggests: courier-doc
Recommends: netpbm
Description: Courier mail server - Fax<->mail gateway
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
The courierfax module implements a faxmail gateway, which faxes a printed copy
of an email message to the phone number specified in the email address
(e.g. 5558888@fax).
Package: courier-imap
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: courier-base (= ${courier-base:Version}),
debconf,
default-mta | mail-transport-agent,
${misc:Depends},
${shlibs:Depends}
Suggests: courier-doc,
imap-client
Provides: imap-server
Conflicts: imap-server
Replaces: imap-server,
cyrus-imapd
Breaks: cyrus-imapd
Description: Courier mail server - IMAP server
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package provides an IMAP server that accesses email stored in Maildirs
format mailboxes. This server has an extremely small footprint and provides
shared and virtual shared folders.
.
IMAP over TLS is handled by the regular IMAP daemon in conjunction with the TLS
wrapper.
Package: courier-ldap
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: courier-authlib-ldap,
courier-base (= ${binary:Version}),
debconf,
${misc:Depends},
${shlibs:Depends}
Suggests: courier-doc
Replaces: courier-imap-authldap
Conflicts: courier-imap-authldap
Description: Courier mail server - LDAP support
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package contains support for LDAP authentication and LDAP-based mail
aliasing.
Package: courier-mlm
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: courier-base (= ${binary:Version}),
maildrop,
${misc:Depends},
${shlibs:Depends}
Suggests: courier-doc
Description: Courier mail server - mailing list manager
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
The couriermlm command sets up, maintains, and runs a mailing list. It
automatically handles subscribe and unsubscribe requests, and removes
undeliverable addresses from the subscription rolls. Mailing lists managed by
couriermlm require zero human administrative oversight. It supports digests,
write-only posting aliases, and moderated mailing lists.
Package: courier-mta
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: courier-base (= ${binary:Version}),
debconf,
libnet-cidr-perl,
wget,
${misc:Depends},
${shlibs:Depends},
${perl:Depends}
Provides: mail-transport-agent
Conflicts: mail-transport-agent
Replaces: mail-transport-agent,
esmtp-run,
exim4-daemon-heavy,
exim4-daemon-light,
dma,
msmtp-mta,
nullmailer,
opensmtpd,
postfix,
rmail,
ssmtp
Breaks: esmtp-run,
exim4-daemon-heavy,
exim4-daemon-light,
dma,
msmtp-mta,
nullmailer,
opensmtpd,
postfix,
rmail,
ssmtp
Suggests: courier-doc,
courier-filter-perl,
mail-reader
Description: Courier mail server - ESMTP daemon
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package provides an ESMTP daemon which uses the Maildir format as native
storage format, supports IPv6, implements SMTP extensions for mailing list
management and features integrated mail filtering. It can function as an
intermediate mail relay, relaying mail between an internal LAN and the
Internet, or perform final delivery to mailboxes.
.
ESMTP over TLS is handled by the regular ESMTP daemon in conjunction with the
TLS wrapper.
Package: courier-pcp
Architecture: any
Depends: sqwebmail,
${misc:Depends},
${shlibs:Depends}
Suggests: courier-doc
Description: Courier mail server - Personal Calendaring Protocol server
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package contains the PCP (Personal Calendaring Protocol) server needed for
the groupware calendaring mode of SqWebMail.
Package: courier-pop
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: courier-base (= ${binary:Version}),
debconf,
default-mta | mail-transport-agent,
${misc:Depends},
${shlibs:Depends}
Provides: pop3-server
Conflicts: pop3-server
Replaces: pop3-server,
mailutils-pop3d
Breaks: mailutils-pop3d
Suggests: courier-doc,
mail-reader
Description: Courier mail server - POP3 server
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package provide the POP3 daemon for Courier. It only supports email stored
in the Maildir format.
.
POP3 over TLS is handled by the regular POP3 daemon from in conjunction with
the TLS wrapper.
Package: courier-webadmin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: apache2 | httpd,
courier-base (= ${binary:Version}),
debconf,
libcgi-pm-perl,
${misc:Depends},
${shlibs:Depends},
${perl:Depends}
Suggests: courier-doc
Description: Courier mail server - web-based administration frontend
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
The web-based administration and configuration tool for the Courier mail server
is capable of changing the settings of the MTA, IMAP, POP and Webmail servers
and the LDAP, MySQL and PostgreSQL authentication modules. Only the installed
parts of the Courier mail server show up in the administration frontend.
Package: sqwebmail
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: apache2,
courier-base (= ${courier-base:Version}),
debconf,
default-mta | mail-transport-agent,
expect,
iamerican | ispell-dictionary,
ispell,
maildrop,
${misc:Depends},
${shlibs:Depends},
${perl:Depends}
Recommends: ${misc:Recommends},
courier-pcp,
Suggests: courier-doc,
gnupg
Description: Courier mail server - webmail server
The Courier mail transfer agent (MTA) is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and
HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services
within a single, consistent, framework.
.
This package contains the SqWebMail webmail server, which provides access to
local mailboxes in Maildir format.
|