class documentation
class BounceDomain: (source)
Implements interfaces: twisted.mail.interfaces.IDomain
A domain with no users.
This can be used to block off a domain.
Method | add |
Ignore attempts to add a user to this domain. |
Method | exists |
Raise an exception to indicate that the user does not exist in this domain. |
Method | get |
Return no credentials checkers for this domain. |
Method | will |
Indicate that this domain will not relay. |