t.m.s.m.Configuration : class documentation

Part of twisted.mail.scripts.mailmail View Source 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 True if access will be allowed when no other access control rule matches or False if it will be denied in that case. (type: bool)
Instance Variable useraccess Either 'allow' to check allowUID first or 'deny' to check denyUID first.
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 domain None or the hostname with which to identify ourselves when connecting to an MTA.
Method __init__ Undocumented
allowUIDs =
A list of UIDs which are allowed to send mail.
allowGIDs =
A list of GIDs which are allowed to send mail.
denyUIDs =
A list of UIDs which are not allowed to send mail.
denyGIDs =
A list of GIDs which are not allowed to send mail.
defaultAccess =
True if access will be allowed when no other access control rule matches or False if it will be denied in that case. (type: bool)
useraccess =
Either 'allow' to check allowUID first or 'deny' to check denyUID first.
groupaccess =
Either 'allow' to check allowGID first or 'deny' to check denyGID first.
identities =
A dict mapping hostnames to credentials to use when sending mail to that host.
smarthost =
None or a hostname through which all outgoing mail will be sent.
domain =
None or the hostname with which to identify ourselves when connecting to an MTA.
def __init__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.