index
:
leap_mx.git
build_packages
debian/platform-0.10
debian/platform-0.7
debian/platform-0.8
debian/platform-0.9
feature/unittests-trial
fix/no-suid-for-virtualenv
fix/update-docs
master
release-0.7.x
release/0.8.x
[leap_mx]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
leap
/
mx
/
alias_resolver.py
Age
Commit message (
Expand
)
Author
2015-11-23
[feat] add '@deliver.local' to uuid
Ruben Pollan
2015-04-24
[feat] make log messages match postfix's config
drebs
2015-04-20
[doc] update documentation
drebs
2015-04-16
[bug] return uuid as result of alias resolver
drebs
2015-04-09
[refactor] use couch reduced views for lookups
drebs
2015-04-09
[bug] limit pgp key lookup to access check server
drebs
2015-03-25
[refactor] separate tcp map server code
drebs
2015-03-25
[feat] reject incoming mail if no pgp key found
drebs
2013-08-20
Migrate mx to work with the new couchdb structure and views
Tomás Touceda
2013-08-09
Return code even if bare username
Kali Kaneko
2013-08-06
Fix alias lookup return codes. Closes #3356
Kali Kaneko
2013-05-03
Add setup script and init.d script
Tomas Touceda
2013-05-02
Several fixes according to the review comments
Tomas Touceda
2013-04-25
Simplify check recipient access, change the owner field in mail_receiver
Tomas Touceda
2013-04-23
Add pubkey retrieving
Tomas Touceda
2013-04-22
More fixes
Tomas Touceda
2013-04-15
Update AliasResolver.buildProtocol() docstring.
Isis Lovecruft
2013-04-15
Add connection to CouchDB instance to AliasResolverFactory.
Isis Lovecruft
2013-04-15
Add CouchDB instance as an attribute of AliasResolverFactory and update docs.
Isis Lovecruft
2013-04-15
Pass the deferred response from CouchDB along to sendLine in AliasResolver.
Isis Lovecruft
2013-04-15
Change the logic on sending Postfix TCP map status codes and messages.
Isis Lovecruft
2013-04-15
Add support for Postfix virtual transports to alias_resolver.AliasResolver.
Isis Lovecruft
2013-04-15
Update docstrings in alias_resolver.AliasResolver.
Isis Lovecruft
2013-04-15
Fix logic for return of Postfix TCP map responses in alias_resolver.StatusCodes
Isis Lovecruft
2013-04-15
Create method-level docstrings for alias_resolver.StatusCodes.
Isis Lovecruft
2013-04-15
Update mappings of Postfix TCP map protocol codes to message strings.
Isis Lovecruft
2013-04-15
Update class docstring for alias_resolver.StatusCodes.
Isis Lovecruft
2013-04-15
Add DatabaseNotConnected exception to alias_resolver.py.
Isis Lovecruft
2013-04-15
Update docstring for function alias_resolver.createUUID().
Isis Lovecruft
2013-04-15
Import our couchdb module into alias_resolver.py.
Isis Lovecruft
2013-04-15
Update module docstring for alias_resolver.py.
Isis Lovecruft
2013-01-31
Finished check_recipient and virtual_alias_map in AliasResolver.
Isis Lovecruft
2013-01-31
Add callbacks to AliasResolverFactory, these need to be hooked to
Isis Lovecruft
2013-01-31
Add TODO to alias_resolver.
Isis Lovecruft
2013-01-31
Renamed alias_resolver.createID() to alias_resolver.aliasToUUID(), renamed
Isis Lovecruft
2013-01-31
Fix typo.
Isis Lovecruft
2013-01-31
Separated CouchDB code into mx/couchdb.py and added fake-SMTP status codes to
Isis Lovecruft
2013-01-31
Add UUID creator to alias_resolver.
Isis Lovecruft
2013-01-25
Clean up directory structure to be better aligned with other leap python
Isis Lovecruft