summaryrefslogtreecommitdiff
path: root/src/leap/mx/alias_resolver.py
AgeCommit message (Expand)Author
2015-04-24[feat] make log messages match postfix's configdrebs
2015-04-20[doc] update documentationdrebs
2015-04-16[bug] return uuid as result of alias resolverdrebs
2015-04-09[refactor] use couch reduced views for lookupsdrebs
2015-04-09[bug] limit pgp key lookup to access check serverdrebs
2015-03-25[refactor] separate tcp map server codedrebs
2015-03-25[feat] reject incoming mail if no pgp key founddrebs
2013-08-20Migrate mx to work with the new couchdb structure and viewsTomás Touceda
2013-08-09Return code even if bare usernameKali Kaneko
2013-08-06Fix alias lookup return codes. Closes #3356Kali Kaneko
2013-05-03Add setup script and init.d scriptTomas Touceda
2013-05-02Several fixes according to the review commentsTomas Touceda
2013-04-25Simplify check recipient access, change the owner field in mail_receiverTomas Touceda
2013-04-23Add pubkey retrievingTomas Touceda
2013-04-22More fixesTomas Touceda
2013-04-15Update AliasResolver.buildProtocol() docstring.Isis Lovecruft
2013-04-15Add connection to CouchDB instance to AliasResolverFactory.Isis Lovecruft
2013-04-15Add CouchDB instance as an attribute of AliasResolverFactory and update docs.Isis Lovecruft
2013-04-15Pass the deferred response from CouchDB along to sendLine in AliasResolver.Isis Lovecruft
2013-04-15Change the logic on sending Postfix TCP map status codes and messages.Isis Lovecruft
2013-04-15Add support for Postfix virtual transports to alias_resolver.AliasResolver.Isis Lovecruft
2013-04-15Update docstrings in alias_resolver.AliasResolver.Isis Lovecruft
2013-04-15Fix logic for return of Postfix TCP map responses in alias_resolver.StatusCodesIsis Lovecruft
2013-04-15Create method-level docstrings for alias_resolver.StatusCodes.Isis Lovecruft
2013-04-15Update mappings of Postfix TCP map protocol codes to message strings.Isis Lovecruft
2013-04-15Update class docstring for alias_resolver.StatusCodes.Isis Lovecruft
2013-04-15Add DatabaseNotConnected exception to alias_resolver.py.Isis Lovecruft
2013-04-15Update docstring for function alias_resolver.createUUID().Isis Lovecruft
2013-04-15Import our couchdb module into alias_resolver.py.Isis Lovecruft
2013-04-15Update module docstring for alias_resolver.py.Isis Lovecruft
2013-01-31Finished check_recipient and virtual_alias_map in AliasResolver.Isis Lovecruft
2013-01-31Add callbacks to AliasResolverFactory, these need to be hooked toIsis Lovecruft
2013-01-31Add TODO to alias_resolver.Isis Lovecruft
2013-01-31Renamed alias_resolver.createID() to alias_resolver.aliasToUUID(), renamedIsis Lovecruft
2013-01-31Fix typo.Isis Lovecruft
2013-01-31Separated CouchDB code into mx/couchdb.py and added fake-SMTP status codes toIsis Lovecruft
2013-01-31Add UUID creator to alias_resolver.Isis Lovecruft
2013-01-25Clean up directory structure to be better aligned with other leap pythonIsis Lovecruft