An SMTP domain which add messages to a queue.
Methods
|
|
__init__
exists
startMessage
willRelay
|
|
__init__
|
__init__ ( self, service )
|
|
exists
|
exists (
self,
user,
success,
failure,
)
Check whether we will relay
Call overridable willRelay method
|
|
startMessage
|
startMessage ( self, user )
Add envelope to queue and returns ISMTPMessage.
|
|
willRelay
|
willRelay ( self, protocol )
Check whether we agree to relay
The default is to relay for non-inet connections or for
localhost inet connections. Note that this means we are
an open IPv6 relay
|
|