class BounceDomain: (source)
Implements interfaces: twisted.mail.interfaces.IDomain
A domain with no users.
This can be used to block off a domain.
Method | addUser |
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 | getCredentialsCheckers |
Return no credentials checkers for this domain. |
Method | willRelay |
Indicate that this domain will not relay. |
Parameters | |
user:bytes | A username. |
password:bytes | A password. |
Parameters | |
user:User | A user. |
Raises | |
SMTPBadRcpt | When the given user does not exist in this domain. |