class documentation
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. |
Ignore attempts to add a user to this domain.
Parameters | |
user:bytes | A username. |
password:bytes | A password. |
Raise an exception to indicate that the user does not exist in this domain.
Parameters | |
user:User | A user. |
Raises | |
SMTPBadRcpt | When the given user does not exist in this domain. |