The majority of the server related things Lamson needs to run, like
receivers, relays, and queue processors.
|
|
SMTPError
You can raise this error when you want to abort with a SMTP error
code to the client.
|
|
|
Relay
Used to talk to your "relay server" or smart host, this
is probably the most important class in the handlers next to the
lamson.routing.Router.
|
|
|
SMTPReceiver
Receives emails and hands it to the Router for further processing.
|
|
|
QueueReceiver
Rather than listen on a socket this will watch a queue directory
and process messages it recieves from that.
|