Age | Commit message (Expand) | Author | Files | Lines |
2014-02-15 | Release 0.6.12pykolab-0.6.12 | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-02-14 | Make sure we do have a default user_uid and group_gid. | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+4 |
2014-02-13 | Implement a mail forwarding address table lookup, and fix another typo (#1592) | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+22 |
2014-02-13 | Fix error message (#1630) | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-02-13 | Make sure permissions on log files are OK, and saslauthd itself switches uid/... | Jeroen van Meeuwen (Kolab Systems) | 2 | -12/+167 |
2014-02-12 | Match messages without an X-Spam-Status header set, too | Jeroen van Meeuwen (Kolab Systems) | 2 | -2/+6 |
2014-02-12 | Make sure a shared folder with an inbound address can be delivered mail to | Jeroen van Meeuwen (Kolab Systems) | 2 | -9/+43 |
2014-02-12 | Replace get_user_attribute call with the appropriate get_entry_attribute call | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+2 |
2014-02-11 | Add new settings to control when (under what circumstances) a Sender:, X-Send... | Jeroen van Meeuwen (Kolab Systems) | 3 | -10/+163 |
2014-02-11 | Avoid connection errors being fatal. | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+14 |
2014-02-11 | Fix typos | Jeroen van Meeuwen (Kolab Systems) | 2 | -2/+2 |
2014-02-10 | Allow the cache to be reinitialized automatically | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+17 |
2014-02-10 | If authentication fails specifically with a NO_SUCH_OBJECT error, re-attempt ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+14 |
2014-02-10 | Allow entries to be deleted, to address stale cache entries | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+11 |
2014-02-10 | Actually commit the auth_cache db purge_entries() deletion of stale records | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2014-02-10 | Add kolab_delegation configuration | Jeroen van Meeuwen (Kolab Systems) | 2 | -0/+27 |
2014-02-10 | Add the kolab_delegation plugin | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2014-02-10 | Make sure the kolab_auth plugin is loaded first, so it can disable the loadin... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-01-30 | Add command set-quota | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+67 |
2014-01-28 | Only not apply the recipient policy in the daemon if the setting is explicitl...pykolab-0.6.11 | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-01-28 | Release 0.6.11 | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-01-27 | Add an option to specify the partition on which a mailbox is to be created | Jeroen van Meeuwen (Kolab Systems) | 3 | -5/+21 |
2014-01-26 | Pause between starting domain synchronizations if the number of domains added... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+3 |
2014-01-26 | Make sure that the function of entry_dn uses the correct base_dn | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+18 |
2014-01-17 | Await having created the user mailbox in a cyrus imap murder topology | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+12 |
2014-01-15 | Add the option for partition to rename-mailbox | Jeroen van Meeuwen (Kolab Systems) | 2 | -5/+9 |
2014-01-15 | Also ship ucs/listener.py | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2014-01-14 | Release 0.6.10pykolab-0.6.10 | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-01-14 | Add a configuration option to disable the application of the recipient policy... | Jeroen van Meeuwen (Kolab Systems) | 2 | -0/+9 |
2014-01-14 | .lower() both the mailserver_attribute as well as the result_attribute | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+6 |
2014-01-14 | Verbose logging about the tests we execute to see if a user needs to be subsc... | Jeroen van Meeuwen (Kolab Systems) | 1 | -11/+11 |
2014-01-14 | Entry Change Notifications of type None (such as during the initial synchroni... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+21 |
2014-01-10 | Circumvent decoding errors in log messages from causing authentication to fail | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+2 |
2013-11-30 | See if /tmp/kolab-setup-my.cnf exists for the setup of roundcube and syncroto... | Jeroen van Meeuwen (Kolab Systems) | 2 | -10/+64 |
2013-11-25 | Add an option to disable adding Sender: and X-Sender: headers | Jeroen van Meeuwen (Kolab Systems) | 2 | -3/+20 |
2013-11-25 | Turn off debugging in production | Jeroen van Meeuwen (Kolab Systems) | 1 | -7/+12 |
2013-11-25 | Address #1627 once and for all, by simply not encoding / decoding the message... | Aleksander Machniak | 4 | -45/+47 |
2013-11-24 | Make sure the input domain is the first in the storage order (#2585) | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+2 |
2013-11-24 | Remove horde_cache.sql, correct syncroton.sql -> mysql.initial.sql | Jeroen van Meeuwen (Kolab Systems) | 2 | -6/+1 |
2013-11-21 | Add policy_uid setting | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+10 |
2013-11-21 | Release 0.6.9pykolab-0.6.9 | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2013-11-21 | Add linguas | Jeroen van Meeuwen (Kolab Systems) | 9 | -430/+13147 |
2013-11-21 | Update transifex.net -> transifex.com | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2013-11-21 | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 3 | -14/+16 |
2013-11-21 | Test if metadata holds the key we're about to use to print the value (#2253) | Timotheus Pokorra (TBits.net) | 1 | -5/+6 |
2013-11-21 | Add new setting [kolab_smtp_access_policy] empty_sender_networks to the defau... | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+6 |
2013-11-21 | Try/except the actual routines of the Kolab SMTP Access Policy, and push a tr... | Jeroen van Meeuwen (Kolab Systems) | 1 | -9/+40 |
2013-11-21 | Take the autocreate_folders setting from the [kolab] section if it exists the... | Jeroen van Meeuwen (Kolab Systems) | 1 | -16/+25 |
2013-11-21 | Fix listing deleted mailboxes' domain list iteration | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+2 |
2013-11-21 | Add an option --dry-run to undelete-mailbox cmd | Jeroen van Meeuwen (Kolab Systems) | 2 | -3/+18 |