index
:
pykolab
dev/boddie
dev/boddie-new/combined
dev/boddie-new/setup
dev/confmgmt
dev/entitlements
dev/kolab-test-suite
dev/kolab-test-tools
dev/plesk
dev/resourcemanagement
dev/resourcemanagement2
dev/resourcemanagement3
dev/wallace
master
pykolab-0.2
pykolab-0.3
pykolab-0.4
pykolab-0.5
pykolab-0.5.14
pykolab-0.6
pykolab-0.7
PyKolab
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
kolab_smtp_access_policy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Execute parse_policy explicitly on the subject of the rules only, to avoid co...
Jeroen van Meeuwen (Kolab Systems)
2011-11-24
1
-10
/
+25
*
Lowercase rules and sender/recipient addresses when parsing the policy, or th...
Jeroen van Meeuwen (Kolab Systems)
2011-11-23
1
-0
/
+4
*
Fix checking group recipients
Jeroen van Meeuwen (Kolab Systems)
2011-11-11
1
-6
/
+8
*
Fix returning record.value, not the entire record
pykolab-0.2.3
Jeroen van Meeuwen (Kolab Systems)
2011-11-08
1
-1
/
+1
*
Use correct recipient policy target user with sender_is_auth
Jeroen van Meeuwen (Kolab Systems)
2011-11-08
1
-1
/
+1
*
Do not shortcut permit() when the sasl username is the same as the sender add...
Jeroen van Meeuwen (Kolab Systems)
2011-11-08
1
-41
/
+7
*
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