Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-16 | [bug] change default bounce message sender address | drebs | |
This commit changes the bounce message sender address to be MAILER-DAEMON@domain, instead of bounce@domain. Related: #6858. | |||
2015-04-16 | [bug] return uuid as result of alias resolver | drebs | |
This fixes a bug introduced on b0ef529cc882a96903597fb5279919969fa286c3, when the alias resolver was modified to return the user's address instead of the uuid. In order to fix this, I had to revert one of the changes made by the commit above, which is to don't make use of reduced view for the uuid query. The pgp public key query remains reduced, as implemented in the commit above. We also refactor the code a bit to allow for log messages specific to each of tcp map's sublasses. Related: #6858. | |||
2015-04-13 | [bug] fix bounce message recipient | drebs | |
The bounce message was using the original message's "From:" header instead of the "To:" header to indicate the original recipient. This commit fixes that. Closes: #6854. Releases: 0.6.2, 0.7.0 | |||
2015-04-09 | [refactor] use couch reduced views for lookups | drebs | |
The way uuid and pgp key were being queried by means of couch views was not efficient because they weren't using the reduce function and were filtering the views results in the python code. Also, the uuid is not actually needed to find out either if the address exists or if there's a pgp public key for that address. This commit refactors the couch helper to make use of the reduce functions in queried views and to get rid of the intermediate uuid querying. | |||
2015-04-09 | [bug] limit pgp key lookup to access check server | drebs | |
In order to minimize the number of couchdb queries and the number of mx lookups in case of junk mail this commit restricts the pgp key lookup to the access check server (and removes it from the alias server). Closes: #6795. | |||
2015-03-26 | [docs] add leap standard commit template to repo | Kali Kaneko | |
Because in CDO we trust. | |||
2015-03-25 | [refactor] separate tcp map server code | drebs | |
Separate the common tcp map server code, used for both alias resolver and recipient access checker, to its own file. | |||
2015-03-25 | [feat] reject incoming mail if no pgp key found | drebs | |
Implement a PGP key lookup in the postfix smtp recipient restriction and virtual alias mapping levels. If no PGP key is found, then the address is rejected with a temporary error. Closes: #6795 | |||
2015-03-25 | [bug] correctly return async bouncer deferred | drebs | |
2015-02-11 | Fold in changes0.6.1 | Ivan Alejandro | |
2015-02-06 | Retry watching dirs if failed for some reason (closes #6687). | drebs | |
2015-02-05 | Add ability to trigger processing on SIGUSR1 (Related: #2591) | Kali Kaneko | |
2015-02-05 | Process unprocessed mail when MX starts (closes #2591). | drebs | |
2015-01-12 | sync initscript with debian version | Micah Anderson | |
2015-01-12 | add --prefix argument to get distinguishable syslog messages | Micah Anderson | |
2015-01-12 | log to syslog. Closes: #6307 | Kali Kaneko | |
2014-12-22 | Use gpg key directly | Ruben Pollan | |
_build_key_from_gpg in keymanager has changed | |||
2014-09-26 | Merge branch 'release-0.6.0'0.6.0 | Tomás Touceda | |
2014-09-26 | Fold in changes | Tomás Touceda | |
2014-09-12 | Merge remote-tracking branch 'chiiph/feature/6072_error_decrypting_key' into ↵ | Kali Kaneko | |
develop | |||
2014-09-12 | Add errdecr key to each mail Soledad Document | Tomás Touceda | |
2014-09-11 | Merge remote-tracking branch 'chiiph/feature/bounce_mails' into develop | Kali Kaneko | |
2014-09-11 | Implement mail bouncing under certain problematic situations | Tomás Touceda | |
2014-09-08 | Merge remote-tracking branch 'bwgpro/user_id_wont_break_mx' into develop | Tomás Touceda | |
2014-09-08 | Added changes file | Bruno Wagner Goncalves | |
2014-09-04 | Leap mx will not stop working for everyone if an user is inconsistent | Bruno Wagner Goncalves | |
2014-04-11 | Merge remote-tracking branch 'chiiph/bug/improve_changelog_readability' into ↵ | Kali Kaneko | |
develop | |||
2014-04-10 | Improve changelog readability | Tomás Touceda | |
2014-04-04 | Merge branch 'release-0.3.6'0.5.0 | Tomás Touceda | |
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-04-04 | Update requirements | Tomás Touceda | |
2013-12-19 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/bug/4475_use-couch-document' into develop Conflicts: src/leap/mx/mail_receiver.py | |||
2013-12-17 | Merge remote-tracking branch 'chiiph/bug/multiple_encoding' into develop | Ivan Alejandro | |
2013-12-17 | Ignore encoding, use message.as_string directly. | Tomás Touceda | |
The message is already in str type, so we don't care about encoding. json.dumps will ignore convertion. | |||
2013-12-16 | Use CouchDocument from new backend (#4475). | drebs | |
2013-12-10 | Merge branch 'release-0.3.5'0.3.5 | Tomás Touceda | |
2013-12-09 | Fold in changes | Tomás Touceda | |
2013-12-05 | Merge remote-tracking branch 'chiiph/bug/fix_deadlock' into develop | Kali Kaneko | |
2013-12-05 | Fix deadlock situation if adding a skipped mail fails | Tomás Touceda | |
2013-11-26 | Add tester script to ease debugging problematic mails. | Tomás Touceda | |
2013-11-25 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/4356_add-x-leap-provenance-header-to-incoming-emails' into develop | |||
2013-11-25 | Add X-Leap-Provenance header. Closes #4356. | drebs | |
2013-11-15 | Merge branch 'release-0.3.4'0.3.4 | Tomás Touceda | |
2013-11-15 | Fold in changes | Tomás Touceda | |
2013-11-08 | Merge remote-tracking branch 'chiiph/bug/process_skipped_mail' into develop | Kali Kaneko | |
2013-11-08 | Add changes file | Tomás Touceda | |
2013-11-08 | Implement processing skipped mail regularly | Tomás Touceda | |
2013-11-07 | Refactor mail processing routine | Tomás Touceda | |
2013-11-07 | Use inline defers for more readable code | Tomás Touceda | |
2013-11-01 | Merge branch 'release-0.3.3'0.3.3 | Tomás Touceda | |