diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-21 15:53:06 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-21 15:53:06 +0100 |
commit | 6280ac3c7e5b7209b7b5da7fd0c7d57e7d3744ca (patch) | |
tree | 3f393a0347cf88dd194c0edd31063a1d05c278f0 /conf | |
parent | 2a4c22da772d05b21ad899281f6a2475d4935727 (diff) | |
download | pykolab-6280ac3c7e5b7209b7b5da7fd0c7d57e7d3744ca.tar.gz |
Add new setting [kolab_smtp_access_policy] empty_sender_networks to the default kolab.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index c84f4bb..8fd7934 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -24,7 +24,7 @@ sync_interval = 300 ; Primary and secondary recipient address policies. This is called the ; recipient policy as documented in: -; +; ; http://docs.kolab.org/administrator-guide/configuring-the-kolab-server.html#recipient-policy ; ; Note this is the global default, and each [$domain] section can have @@ -225,7 +225,7 @@ quota_attribute = mailquota ; ; For OpenLDAP, use 'entrydn' - the 'entryUUID' can regrettably not be searched ; with. -; +; ; For Active Directory, use 'objectsid'. unique_attribute = nsuniqueid @@ -260,6 +260,10 @@ cache_uri = mysql://user:pass@localhost/database cache_retention = 86400 address_search_attrs = mail, alias +; Allow hosts in these networks to submit messages with empty envelope senders, +; such as web-clients responding to MDN requests. +empty_sender_hosts = 3.2.1.0/24, 6.6.6.0/24 + ; Section for Hosted client interface settings. This is not enabled by default. ;[kolab_hosting] ; |