File: manpage.rst

package info (click to toggle)
python-aiosmtpd 1.4.3-1.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,060 kB
  • sloc: python: 7,850; makefile: 158; sh: 5
file content (34 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
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
.. _manpage:

==========
 aiosmtpd
==========

Provides an asynchronous, RFC 5321 compliant Simple Mail Transfer Protocol (SMTP) server that supports customizable
extensions.

:Author: |author|
:Date: |today|
:Copyright: |copyright|
:Version: |version|
:Manual section: 1


SYNOPSIS
========

.. autoprogramm:: aiosmtpd.main:_parser()
   :prog: aiosmtpd
   :notitle:
   :nodesc:
   :options_title: Options
   :options_adornment: ~


ENVIRONMENT
===========

.. envvar:: AIOSMTPD_CONTROLLER_TIMEOUT

    | How long the main thread will wait (in seconds) until the SMTP thread is ready.
    | Default: ``1.0``