Searched refs:remoteaddr (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Doc/library/ |
D | smtpd.rst | 36 .. 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/ |
D | smtpd.py | 643 def __init__(self, localaddr, remoteaddr, argument 647 self._remoteaddr = remoteaddr 669 localaddr, remoteaddr), file=DEBUGSTREAM)
|