aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7a5a73fce5a4e3aa576a15a5929ef00c6f57f124 (plain)
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
Source: fetchmail
Section: mail
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), pkg-config, flex, libssl-dev (>= 3.0.11), bison, libkrb5-dev, libgssglue-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.fetchmail.info

Package: fetchmail
Architecture: any
Pre-Depends: init-system-helpers (>= 1.52)
Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (>= 1.7), adduser (>= 3.34), sysvinit-utils (>= 3.05-4~) | lsb-base
Breaks: logcheck (<< 1.1.1-9), fetchmail-ssl (<= 6.2.5-12)
Conflicts: fetchmail-common
Replaces: fetchmail-common, fetchmail-ssl
Provides: fetchmail-ssl
Suggests: fetchmailconf, default-mta | mail-transport-agent, resolvconf
Recommends: ca-certificates
Description: SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
 fetchmail is a free, full-featured, robust, and well-documented remote mail
 retrieval and forwarding utility intended to be used over on-demand TCP/IP
 links (such as SLIP or PPP connections).  It retrieves mail from remote mail
 servers and forwards it to your local (client) machine's delivery system, so
 it can then be read by normal mail user agents such as mutt, elm, pine,
 (x)emacs/gnus, or mailx.  The fetchmailconf package includes an interactive
 GUI configurator suitable for end-users.
 .
 Kerberos V and GSSAPI are supported.
 .
 Kerberos IV,  RPA, OPIE and other support for some other features are
 available if the package is recompiled.