class documentation
class Configuration: (source)
| Method | __init__ |
Undocumented |
| Instance Variable | allow |
A list of GIDs which are allowed to send mail. |
| Instance Variable | allow |
A list of UIDs which are allowed to send mail. |
| Instance Variable | default |
True if access will be allowed when no other access control rule matches or False if it will be denied in that case. |
| Instance Variable | deny |
A list of GIDs which are not allowed to send mail. |
| Instance Variable | deny |
A list of UIDs which are not allowed to send mail. |
| Instance Variable | domain |
None or the hostname with which to identify ourselves when connecting to an MTA. |
| Instance Variable | groupaccess |
Either 'allow' to check allowGID first or 'deny' to check denyGID first. |
| Instance Variable | identities |
A dict mapping hostnames to credentials to use when sending mail to that host. |
| Instance Variable | smarthost |
None or a hostname through which all outgoing mail will be sent. |
| Instance Variable | useraccess |
Either 'allow' to check allowUID first or 'deny' to check denyUID first. |
True if access will be allowed when no other access control rule matches or False if it will be denied in that case.