1global { 2 site /etc/dictd_site.txt 3 4 port 2628 5 delay 600 6 depth 10 7 limit 100 8 timestamp 10 9 10 log_option "found" 11 log_option "notfound" 12 log_option "stats" 13 log_option "client" 14 15 debug_option "init" 16 17# add_strategy "phonetic" "Phonetic search" 18# add_strategy "reverse" "Full text search in definitions" 19 20 listen_to 127.0.0.1 21# syslog 22# syslog_facility daemon 23 log_file "/var/log/dictd.log" 24# fast_start 25# without_mmap 26} 27 28access { 29 allow * 30} 31 32database web1913 { 33 data "/usr/lib/dict/web1913.dict.dz" 34 index "/usr/lib/dict/web1913.index" 35 access { 36 allow * 37 } 38} 39 40database wn { 41 data "/usr/lib/dict/wn.dict.dz" 42 index "/usr/lib/dict/wn.index" 43 access { 44 allow * 45 } 46} 47 48#user faith secret 49#user bam foo 50