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
|
Source: msmtp
Section: mail
Priority: extra
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
debhelper (>= 10),
autotools-dev,
po-debconf,
libgsasl7-dev,
libgnutls28-dev,
libidn11-dev,
libkrb5-dev,
libsecret-1-dev,
texinfo
Standards-Version: 3.9.8
Homepage: http://msmtp.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/users/kolter/msmtp.git
Vcs-Browser: https://anonscm.debian.org/git/users/kolter/msmtp.git
Package: msmtp
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
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 GSASL 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 GSASL and TLS/SSL support, and additionally with
GNOME keyring support.
Package: msmtp-mta
Architecture: all
Depends:
${misc:Depends},
msmtp
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 GSASL and TLS/SSL support.
.
This package provides the regular MTA program.
|