Part of twisted.mail View Source
Class | Options | No class docstring; 10/12 methods documented |
Class | AliasUpdater | Undocumented |
Function | makeService | Construct a service for operating a mail server. |
Function | _toEndpoint | Tries to guess whether a description is a bare TCP port or a endpoint. If a bare port is specified and a certificate file is present, returns an SSL4ServerEndpoint and otherwise returns a TCP4ServerEndpoint. |
Construct a service for operating a mail server.
The returned service may include POP3 servers or SMTP servers (or both), depending on the configuration passed in. If there are multiple servers, they will share all of their non-network state (eg, the same user accounts are available on all of them).Parameters | config | An Options
instance specifying what servers to include in the returned service and
where they should keep mail data.
|
Returns | An IService provider which contains the requested mail
servers.
|