change
This commit is contained in:
@ -4,7 +4,7 @@ pid_file = smmapd.pid
|
|||||||
address = 127.0.0.1
|
address = 127.0.0.1
|
||||||
port = 8887
|
port = 8887
|
||||||
; plugin_dir = /home/who/Sources/sf/smmapdfw
|
; plugin_dir = /home/who/Sources/sf/smmapdfw
|
||||||
; plugins = test_worker1 test_worker2 verifier cyruscheck lua_worker
|
; plugins = test_worker1 test_worker2 verifier cyruscheck recpvericheck lua_worker
|
||||||
plugins = verifier
|
plugins = verifier
|
||||||
enable_stats = 0
|
enable_stats = 0
|
||||||
enable_snmp = 0
|
enable_snmp = 0
|
||||||
@ -47,6 +47,13 @@ sender_address = <testsender>
|
|||||||
lhlo_arg = local
|
lhlo_arg = local
|
||||||
lmtp_port = 24
|
lmtp_port = 24
|
||||||
|
|
||||||
|
[recpvericheck]
|
||||||
|
obj = librecpveri_worker.so
|
||||||
|
timeout = 10
|
||||||
|
sender_address = <testsender>
|
||||||
|
ehlo_arg = local
|
||||||
|
smtp_port = 24
|
||||||
|
|
||||||
[lua_worker]
|
[lua_worker]
|
||||||
obj = liblua_worker.so
|
obj = liblua_worker.so
|
||||||
; load = base string table math loadlib io
|
; load = base string table math loadlib io
|
||||||
|
Reference in New Issue
Block a user