moved
This commit is contained in:
parent
727137b694
commit
23c813e96e
41
smmapdfw/etc/smmapd.ini
Normal file
41
smmapdfw/etc/smmapd.ini
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
[global]
|
||||||
|
do_fork = 0
|
||||||
|
pid_file = smmapd.pid
|
||||||
|
address = 127.0.0.1
|
||||||
|
port = 8887
|
||||||
|
plugin_dir = /home/who/Sources/sf/smmapdfw
|
||||||
|
; plugins = test_worker1 test_worker2 verifier cyruscheck lua_worker
|
||||||
|
plugins = lua_worker
|
||||||
|
|
||||||
|
[test_worker1]
|
||||||
|
obj = test_workers.so
|
||||||
|
text = test worker1 handle text
|
||||||
|
|
||||||
|
[test_worker2]
|
||||||
|
obj = test_workers.so
|
||||||
|
|
||||||
|
[verifier]
|
||||||
|
obj = verify_worker.so
|
||||||
|
timeout_result = 5
|
||||||
|
timeout_dialog = 20
|
||||||
|
cache_enabled = 1
|
||||||
|
cache_expiry = 86400
|
||||||
|
sender_address = <>
|
||||||
|
ehlo_arg = local
|
||||||
|
smtp_port = 25
|
||||||
|
max_checker_threads = 100
|
||||||
|
|
||||||
|
[cyruscheck]
|
||||||
|
obj = cyrus_worker.so
|
||||||
|
timeout = 10
|
||||||
|
sender_address = <testsender>
|
||||||
|
lhlo_arg = local
|
||||||
|
lmtp_port = 24
|
||||||
|
|
||||||
|
[lua_worker]
|
||||||
|
obj = lua_worker.so
|
||||||
|
; load = base string table math loadlib io
|
||||||
|
load = base string io
|
||||||
|
lua_path = .
|
||||||
|
file = worker.l
|
||||||
|
entrypoint = f
|
Loading…
x
Reference in New Issue
Block a user