diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-04 15:08:31 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-04 15:08:31 +0100 |
commit | a83d8b4f51a1a441643a9b6f910c7397ca808cde (patch) | |
tree | 06ced5eca9afc0e48f3912e5a2c05db9a9538f37 /conf/rspamd-basic.xml.in | |
parent | 89a411447ebc068efbe4c841c95adeaf9a1bbcd0 (diff) | |
download | rspamd-a83d8b4f51a1a441643a9b6f910c7397ca808cde.tar.gz rspamd-a83d8b4f51a1a441643a9b6f910c7397ca808cde.zip |
Add allow_update example usage.
Diffstat (limited to 'conf/rspamd-basic.xml.in')
-rw-r--r-- | conf/rspamd-basic.xml.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/rspamd-basic.xml.in b/conf/rspamd-basic.xml.in index d7401965a..fbe62512d 100644 --- a/conf/rspamd-basic.xml.in +++ b/conf/rspamd-basic.xml.in @@ -316,8 +316,9 @@ <bind_socket>localhost:11335</bind_socket> <count>1</count> <maxfiles>2048</maxfiles> - <hashfile>@LOCALSTATES_PREFIX@/fuzzy.db</hashfile> - <use_judy>yes</use_judy> + <hashfile>@LOCALSTATES_PREFIX@/fuzzy.db</hashfile> + <use_judy>yes</use_judy> + <allow_update>127.0.0.1</allow_update> </worker> --> <worker> |