Package python-tools-smtpd: Information

    Binary package: python-tools-smtpd
    Version: 2.7.16-alt1.M90P.2
    Architecture: noarch
    Build time:  Oct 30, 2020, 12:02 AM in the task #260393
    Source package: python
    Report package bug
    License: PSF
    Summary: An RFC 2821 smtp proxy
    Description: 
    This file implements the minimal SMTP protocol as defined in RFC 821.  It
    has a hierarchy of classes which implement the backend functionality for the
    smtpd.  A number of classes are provided:
    SMTPServer - the base class for the backend.  Raises NotImplementedError
    if you try to use it.
    DebuggingServer - simply prints each message it receives on stdout.
    PureProxy - Proxies all messages to a real smtpd which does final delivery.
    MailmanProxy - An experimental hack to work with GNU Mailman <www.list.org>.



    Last changed


    Oct. 26, 2020 Andrey Cherepanov 2.7.16-alt1.M90P.2
    - Add provides python2-base for python-base.
    Jan. 24, 2020 Anton V. Boyarshinov 2.7.16-alt1.M90P.1
    - 'Trusted mode': optional modules loading paths restriction
    April 1, 2019 Gleb Fotengauer-Malinovskiy 2.7.16-alt1
    - Updated to 2.7.16 (fixes FTBFS with openssl 1.1.1).
    - Removed redundant R: alternatives.