Home
last modified time | relevance | path

Searched refs:remoteaddr (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Doc/library/
Dsmtpd.rst36 .. class:: SMTPServer(localaddr, remoteaddr, data_size_limit=33554432,\
40 *localaddr*. It will treat *remoteaddr* as an upstream SMTP relayer. Both
41 *localaddr* and *remoteaddr* should be a :ref:`(host, port) <host_port>`
72 constructor as *remoteaddr* will be available as the :attr:`_remoteaddr`
112 *localaddr* and *remoteaddr* may now contain IPv6 addresses.
127 .. class:: DebuggingServer(localaddr, remoteaddr)
137 .. class:: PureProxy(localaddr, remoteaddr)
140 Everything will be relayed to *remoteaddr*. Note that running this has a good
148 .. class:: MailmanProxy(localaddr, remoteaddr)
157 Everything will be relayed to *remoteaddr*, unless local mailman configurations
/third_party/python/Lib/
Dsmtpd.py643 def __init__(self, localaddr, remoteaddr, argument
647 self._remoteaddr = remoteaddr
669 localaddr, remoteaddr), file=DEBUGSTREAM)