index
:
pykolab
dev/boddie
dev/boddie-new/combined
dev/boddie-new/setup
dev/confmgmt
dev/entitlements
master
pykolab-0.2
pykolab-0.3
pykolab-0.4
pykolab-0.5
pykolab-0.6
Kolab Python Utilities
vanmeeuwen@kolabsys.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
kolab_smtp_access_policy.py
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-16
Ensure unique recipients in list
Jeroen van Meeuwen (Kolab Systems)
1
-2/+2
2012-09-16
Re-enable and tweak the kolab_smtp_access_policy cache
Jeroen van Meeuwen (Kolab Systems)
1
-28/+11
2012-09-16
Make sure Auth() is only created for the relevant domain, and at the right ti...
Jeroen van Meeuwen (Kolab Systems)
1
-19/+33
2012-06-06
Accept recipients that are not LDAP entries (#829)
Jeroen van Meeuwen (Kolab Systems)
1
-7/+20
2012-06-06
Correct the Kolab SMTP Access Policy not matching alias email address to it's...
Jeroen van Meeuwen (Kolab Systems)
1
-33/+71
2012-06-05
sys.exit(0) on timeout waiting for DATA request state, or logs will show the ...
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2012-06-05
Use find_recipient() instead of find_user() to verify delegation. (#826)
Jeroen van Meeuwen (Kolab Systems)
1
-7/+17
2012-06-03
Multiple recipient entries to be found associated with the recipient email ad...
Jeroen van Meeuwen (Kolab Systems)
1
-6/+17
2012-05-28
Introduce a timeout for requests that end prematurely and never reach the dat...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+12
2012-05-11
Initialize Auth() after the configuration has been finalized.
Jeroen van Meeuwen (Kolab Systems)
1
-46/+15
2012-04-13
Fix some mistakes in the previous commit
Jeroen van Meeuwen (Kolab Systems)
1
-2/+2
2012-04-13
Allow the Kolab SMTP Access Policy to consult groups as well
Jeroen van Meeuwen (Kolab Systems)
1
-6/+27
2012-03-09
Correct some pylint conventions/errors/warnings
Jeroen van Meeuwen (Kolab Systems)
1
-39/+52
2012-03-08
Fix the empty recipient inserting at the data request state
Jeroen van Meeuwen (Kolab Systems)
1
-4/+9
2012-01-04
Update copyright
dev/entitlements
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2011-11-23
Lowercase rules and sender/recipient addresses when parsing the policy, or th...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+3
2011-11-21
Remove stdout log handler when executing kolab_smtp_access_policy
Jeroen van Meeuwen (Kolab Systems)
1
-65/+150
2011-11-09
Refactor kolab_smtp_access_policy to take into account subsequent access poli...
Jeroen van Meeuwen (Kolab Systems)
1
-751/+917
2011-09-26
Add statistical accounting for sender <-> recipient counts per date to the Ko...
Jeroen van Meeuwen (Kolab Systems)
1
-18/+101
2011-09-21
Make the attributes to search for valid addresses a configuration item.
Jeroen van Meeuwen (Kolab Systems)
1
-17/+36
2011-09-21
Verify whether the user is using an alias as well
Jeroen van Meeuwen (Kolab Systems)
1
-2/+37
2011-09-21
Add currently unused function verify_quota.
Jeroen van Meeuwen (Kolab Systems)
1
-20/+94
2011-09-12
Make sure the sender exists before continuing
Jeroen van Meeuwen (Kolab Systems)
1
-0/+8
2011-08-15
Add policy_done (part two of #332)
Jeroen van Meeuwen (Kolab Systems)
1
-0/+3
2011-08-15
Fix bug #332: Recipients are verified on the SMTP level, but rejected in the ...
Jeroen van Meeuwen (Kolab Systems)
1
-2/+6
2011-08-03
Clean up the cache before attempting to insert anything
Jeroen van Meeuwen (Kolab Systems)
1
-0/+3
2011-08-03
Correct the inserts back into cache
Jeroen van Meeuwen (Kolab Systems)
1
-86/+91
2011-08-01
Using len() on an empty result is not useful. Fixes #258
Jeroen van Meeuwen (Kolab Systems)
1
-2/+2
2011-07-29
Require more recent sqlalchemy
Jeroen van Meeuwen (Kolab Systems)
1
-48/+42
2011-07-29
Enhance kolab_smtp_access_policy by providing it with sqlalchemy-based SQL ca...
Jeroen van Meeuwen (Kolab Systems)
1
-112/+180
2011-07-18
Make sure we only hand out one result per policy request
Jeroen van Meeuwen (Kolab Systems)
1
-7/+18
2011-07-18
Temporarily disable the cache for issues with multi-threading, and memory loa...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+3
2011-07-13
Can't indefinitely loop
Jeroen van Meeuwen (Kolab Systems)
1
-97/+88
2011-07-13
Make sure we always end up with a result,
Jeroen van Meeuwen (Kolab Systems)
1
-79/+103
2011-07-11
Remember to set sender_allowed to true under the correct circumstances
Jeroen van Meeuwen (Kolab Systems)
1
-2/+6
2011-07-06
Use verify_domain() to verify the domain name space is something we host. Hel...
Jeroen van Meeuwen (Kolab Systems)
1
-5/+44
2011-07-06
Insert more logging statements and be more verbose in any reject messages as ...
Jeroen van Meeuwen (Kolab Systems)
1
-6/+73
2011-07-06
Provide a bunch more commentary in the code
Jeroen van Meeuwen (Kolab Systems)
1
-6/+49
2011-07-05
Correct path to cache
Jeroen van Meeuwen (Kolab Systems)
1
-5/+5
2011-07-05
Make sure we use /var/lib/kolab/cache/
Jeroen van Meeuwen (Kolab Systems)
1
-2/+7
2011-07-05
Only use authentication credentials for authorization, such as when verifying...
Jeroen van Meeuwen (Kolab Systems)
1
-92/+111
2011-07-05
Ensure an empty line follows our message.
Jeroen van Meeuwen (Kolab Systems)
1
-6/+9
2011-07-05
Add action dunno for Kolab SMTP Access Policy
Jeroen van Meeuwen (Kolab Systems)
1
-0/+6
2011-07-05
Try only two locations for caching, /var/lib/kolab/ and /tmp/
Jeroen van Meeuwen (Kolab Systems)
1
-26/+33
2011-07-04
Avoid very long lines
Jeroen van Meeuwen (Kolab Systems)
1
-7/+43
2011-07-04
Add kolab smtp access policy plugin for postfix
Jeroen van Meeuwen (Kolab Systems)
1
-0/+536