From 8abd76b18ff391376fff2f6652a7f9711d7766d2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 20 Jul 2013 18:42:29 +0100 Subject: Allow listening on multiply addresses. Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a06264774..c520889ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1018,8 +1018,6 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/src" "${CMAKE_BINARY_DIR}/src") SET(RSPAMDSRC src/modules.c src/controller.c src/fuzzy_storage.c - src/kvstorage_server.c - src/lmtp.c src/lua_worker.c src/main.c src/map.c @@ -1036,7 +1034,7 @@ SET(PLUGINSSRC src/plugins/surbl.c src/plugins/dkim_check.c) SET(MODULES_LIST surbl regexp chartable fuzzy_check spf dkim) -SET(WORKERS_LIST normal controller smtp smtp_proxy lmtp fuzzy keystorage lua webui) +SET(WORKERS_LIST normal controller smtp smtp_proxy fuzzy lua webui) AddModules(MODULES_LIST WORKERS_LIST) -- cgit v1.2.3