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
|
Source: sasl-xoauth2
Section: utils
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
cmake,
debhelper-compat (= 13),
dh-sequence-bash-completion,
libcurl4-gnutls-dev,
libjsoncpp-dev,
libsasl2-dev,
pandoc,
pkg-config,
python3-argcomplete,
python3-argparse-manpage,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/tarickb/sasl-xoauth2
Rules-Requires-Root: no
Package: sasl-xoauth2
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
sasl-xoauth2-tool,
Description: SASL extension for XOAUTH2
This SASL plugin enables client-side use of OAuth 2.0. Among other
things it enables the use of Gmail or Outlook/Office 365 SMTP relays
from Postfix.
.
It should be configured using data manipulated by the
sasl-xoauth2-tool package.
Package: sasl-xoauth2-tool
Architecture: any
Recommends:
python3-argcomplete,
sasl-xoauth2,
Depends:
python3,
${misc:Depends},
${shlibs:Depends},
Description: Tool for maintaining SASL XOAUTH2 connections
This package contains a tool for configuring and administering an XOAUTH2
linkage via SASL.
.
This is typically used to configure the sasl-xoauth2 package.
|