Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some mistakes in the previous commit | Jeroen van Meeuwen (Kolab Systems) | 2012-04-13 | 1 | -2/+2 |
* | Allow the Kolab SMTP Access Policy to consult groups as well | Jeroen van Meeuwen (Kolab Systems) | 2012-04-13 | 1 | -6/+27 |
* | Correct some pylint conventions/errors/warnings | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -39/+52 |
* | Fix the empty recipient inserting at the data request state | Jeroen van Meeuwen (Kolab Systems) | 2012-03-08 | 1 | -4/+9 |
* | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -1/+1 |
* | Lowercase rules and sender/recipient addresses when parsing the policy, or th... | Jeroen van Meeuwen (Kolab Systems) | 2011-11-23 | 1 | -0/+3 |
* | Remove stdout log handler when executing kolab_smtp_access_policy | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -65/+150 |
* | Refactor kolab_smtp_access_policy to take into account subsequent access poli... | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -751/+917 |
* | Add statistical accounting for sender <-> recipient counts per date to the Ko... | Jeroen van Meeuwen (Kolab Systems) | 2011-09-26 | 1 | -18/+101 |
* | Make the attributes to search for valid addresses a configuration item. | Jeroen van Meeuwen (Kolab Systems) | 2011-09-21 | 1 | -17/+36 |
* | Verify whether the user is using an alias as well | Jeroen van Meeuwen (Kolab Systems) | 2011-09-21 | 1 | -2/+37 |
* | Add currently unused function verify_quota. | Jeroen van Meeuwen (Kolab Systems) | 2011-09-21 | 1 | -20/+94 |
* | Make sure the sender exists before continuing | Jeroen van Meeuwen (Kolab Systems) | 2011-09-12 | 1 | -0/+8 |
* | Add policy_done (part two of #332) | Jeroen van Meeuwen (Kolab Systems) | 2011-08-15 | 1 | -0/+3 |
* | Fix bug #332: Recipients are verified on the SMTP level, but rejected in the ... | Jeroen van Meeuwen (Kolab Systems) | 2011-08-15 | 1 | -2/+6 |
* | Clean up the cache before attempting to insert anything | Jeroen van Meeuwen (Kolab Systems) | 2011-08-03 | 1 | -0/+3 |
* | Correct the inserts back into cache | Jeroen van Meeuwen (Kolab Systems) | 2011-08-03 | 1 | -86/+91 |
* | Using len() on an empty result is not useful. Fixes #258 | Jeroen van Meeuwen (Kolab Systems) | 2011-08-01 | 1 | -2/+2 |
* | Require more recent sqlalchemy | Jeroen van Meeuwen (Kolab Systems) | 2011-07-29 | 1 | -48/+42 |
* | Enhance kolab_smtp_access_policy by providing it with sqlalchemy-based SQL ca... | Jeroen van Meeuwen (Kolab Systems) | 2011-07-29 | 1 | -112/+180 |
* | Make sure we only hand out one result per policy request | Jeroen van Meeuwen (Kolab Systems) | 2011-07-18 | 1 | -7/+18 |
* | Temporarily disable the cache for issues with multi-threading, and memory loa... | Jeroen van Meeuwen (Kolab Systems) | 2011-07-18 | 1 | -0/+3 |
* | Can't indefinitely loop | Jeroen van Meeuwen (Kolab Systems) | 2011-07-13 | 1 | -97/+88 |
* | Make sure we always end up with a result, | Jeroen van Meeuwen (Kolab Systems) | 2011-07-13 | 1 | -79/+103 |
* | Remember to set sender_allowed to true under the correct circumstances | Jeroen van Meeuwen (Kolab Systems) | 2011-07-11 | 1 | -2/+6 |
* | Use verify_domain() to verify the domain name space is something we host. Hel... | Jeroen van Meeuwen (Kolab Systems) | 2011-07-06 | 1 | -5/+44 |
* | Insert more logging statements and be more verbose in any reject messages as ... | Jeroen van Meeuwen (Kolab Systems) | 2011-07-06 | 1 | -6/+73 |
* | Provide a bunch more commentary in the code | Jeroen van Meeuwen (Kolab Systems) | 2011-07-06 | 1 | -6/+49 |
* | Correct path to cache | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -5/+5 |
* | Make sure we use /var/lib/kolab/cache/ | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -2/+7 |
* | Only use authentication credentials for authorization, such as when verifying... | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -92/+111 |
* | Ensure an empty line follows our message. | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -6/+9 |
* | Add action dunno for Kolab SMTP Access Policy | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -0/+6 |
* | Try only two locations for caching, /var/lib/kolab/ and /tmp/ | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -26/+33 |
* | Avoid very long lines | Jeroen van Meeuwen (Kolab Systems) | 2011-07-04 | 1 | -7/+43 |
* | Add kolab smtp access policy plugin for postfix | Jeroen van Meeuwen (Kolab Systems) | 2011-07-04 | 1 | -0/+536 |