diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-01-14 13:26:20 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-01-14 13:26:20 +0100 |
commit | 63aa61864f1ecc4ce0e1c9b71668513d47251daa (patch) | |
tree | bf67b4d2798868788126d9771202ca2c1f1f0fd9 /conf | |
parent | 9cd08a486b254295f57b9d192306f32abf799157 (diff) | |
download | pykolab-63aa61864f1ecc4ce0e1c9b71668513d47251daa.tar.gz |
Add a configuration option to disable the application of the recipient policy by the kolabd daemon -- so the web administration panel can continue to suggest a generated value but allow read/write access to the attribute in its form(s).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 0abe802..30c75a2 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -52,6 +52,10 @@ secondary_mail = { } } +; To disable the application of the recipient policy by the daemon ('kolabd' service), +; uncomment the next line. +;daemon_rcpt_policy = False + ; A global default for folders to create in addition to the INBOX ; folder. autocreate_folders = { |