| Home | Trees | Indices | Help |
|
|---|
|
|
Receives emails and hands it to the Router for further processing.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initializes to bind on the given port and host/ipaddress. Typically in deployment you'd give 0.0.0.0 for "all internet devices" but consult your operating system. This uses smtpd.SMTPServer in the __init__, which means that you have to call this far after you use python-daemonize or else daemonize will close the socket.
|
Kicks everything into gear and starts listening on the port. This fires off threads and waits until they are done. |
Called by smtpd.SMTPServer when there's a message received.
|
Doesn't do anything except log who called this, since nobody should. Ever.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 7 07:32:53 2010 | http://epydoc.sourceforge.net |