Message140278
| Author |
eric.araujo |
| Recipients |
barry, docs@python, eric.araujo, r.david.murray, rhettinger, xmorel |
| Date |
2011年07月13日.15:50:18 |
| SpamBayes Score |
0.00010571548 |
| Marked as misclassified |
No |
| Message-id |
<1310572219.85.0.20983997285.issue11260@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Here are comments on the doc patch.
+Run as a script
+---------------
I’d say "Command-Line Interface".
+``smtpd`` is a pluggable RFC 2821-compliant SMTP proxy.
:mod:`smtpd` is also a pluggable etc.
+.. program:: smtpd.py
Strip the .py
+ the ``setuid``
Please use markup like :func:`os.setuid`.
+ flag in order to run ``smtpd`` as a regular user.
Use :mod:`smtpd` or :program:`smtp` (not very important).
+ Turns on verbose debugging prints (to stderr)
Turn on verbose debbugging, which prints to stderr.
+ The concrete SMTP proxy class ``smtpd`` should use to perform its
+ proxying.
Could you add a link to a section of the doc that defines such classes?
+.. option:: localhost:localport
Currently undocumented. |
|