twisted.mail.scripts.mailmail.Configuration class documentationtwisted.mail.scripts.mailmail
(View In Hierarchy)
| Instance Variable | allowUIDs | A list of UIDs which are allowed to send mail. | 
| Instance Variable | allowGIDs | A list of GIDs which are allowed to send mail. | 
| Instance Variable | denyUIDs | A list of UIDs which are not allowed to send mail. | 
| Instance Variable | denyGIDs | A list of GIDs which are not allowed to send mail. | 
| Instance Variable | defaultAccess | Trueif access will be allowed when no other access control rule matches orFalseif it will be denied in that case. (type:bool) | 
| Instance Variable | useraccess | Either 'allow'to checkallowUIDfirst or'deny'to checkdenyUIDfirst. | 
| Instance Variable | groupaccess | Either 'allow'to checkallowGIDfirst or'deny'to checkdenyGIDfirst. | 
| Instance Variable | identities | A dictmapping hostnames to credentials to use when sending mail to that host. | 
| Instance Variable | smarthost | Noneor a hostname through which all outgoing mail will be sent. | 
| Instance Variable | domain | Noneor the hostname with which to identify ourselves when connecting to an MTA. | 
| Method | __init__ | Undocumented |