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
|
Source: msmtp
Section: mail
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
debhelper (>= 12),
dh-apparmor,
libgnutls28-dev,
libgsasl7-dev,
libkrb5-dev,
libsecret-1-dev,
po-debconf,
texinfo
Standards-Version: 4.3.0
Homepage: https://marlam.de/msmtp/
Vcs-Git: https://salsa.debian.org/kolter/msmtp.git
Vcs-Browser: https://salsa.debian.org/kolter/msmtp
Package: msmtp
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
adduser,
ucf
Recommends: ca-certificates
Suggests: msmtp-mta
Description: light SMTP client with support for server profiles
msmtp is an SMTP client that can be used to send mails from Mutt and probably
other MUAs (mail user agents). It forwards mails to an SMTP server (for
example at a free mail provider), which takes care of the final delivery.
Using profiles, it can be easily configured to use different SMTP servers
with different configurations, which makes it ideal for mobile clients.
.
This package is compiled with SASL and TLS/SSL support.
Package: msmtp-gnome
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
msmtp (= ${binary:Version}),
seahorse
Suggests: msmtp-mta
Description: light SMTP client with support for server profiles - with GNOME keyring support
msmtp is an SMTP client that can be used to send mails from Mutt and probably
other MUAs (mail user agents). It forwards mails to an SMTP server (for
example at a free mail provider), which takes care of the final delivery.
Using profiles, it can be easily configured to use different SMTP servers
with different configurations, which makes it ideal for mobile clients.
.
This package is compiled with SASL and TLS/SSL support, and additionally with
GNOME keyring support.
Package: msmtp-mta
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
msmtp (= ${binary:Version})
Provides: mail-transport-agent
Conflicts: mail-transport-agent
Replaces: mail-transport-agent
Description: light SMTP client with support for server profiles - the regular MTA
msmtp is an SMTP client that can be used to send mails from Mutt and probably
other MUAs (mail user agents). It forwards mails to an SMTP server (for
example at a free mail provider), which takes care of the final delivery.
Using profiles, it can be easily configured to use different SMTP servers
with different configurations, which makes it ideal for mobile clients.
.
This package is compiled with SASL and TLS/SSL support.
.
This package provides the regular MTA program.
|