Part of twisted.mail.mail View Source View In Hierarchy
Implements interfaces: twisted.mail.mail.IDomain
This can be used to block off a domain.
| Method | exists | Raise an exception to indicate that the user does not exist in this domain. | 
| Method | willRelay | Indicate that this domain will not relay. | 
| Method | addUser | Ignore attempts to add a user to this domain. | 
| Method | getCredentialsCheckers | Return no credentials checkers for this domain. | 
| Parameters | user | A user. (type: User) | 
| Raises | SMTPBadRcpt | When the given user does not exist in this domain. |