From cedc4bde9531b21369897efc882d1e890b81aaf8 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 27 Aug 2022 19:34:57 +0200 Subject: [PATCH] Added missing piler1 index block to manticore.conf.in Signed-off-by: Janos SUTO --- etc/manticore.conf.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/etc/manticore.conf.in b/etc/manticore.conf.in index 3f021446..c8c00c51 100755 --- a/etc/manticore.conf.in +++ b/etc/manticore.conf.in @@ -183,6 +183,27 @@ index note1 +index piler1 +{ + type = rt + path = /var/piler/manticore/piler1 + rt_mem_limit = 512M + rt_field = sender + rt_field = rcpt + rt_field = senderdomain + rt_field = rcptdomain + rt_field = subject + rt_field = body + rt_field = attachment_types + rt_attr_bigint = arrived + rt_attr_bigint = sent + rt_attr_uint = size + rt_attr_uint = direction + rt_attr_uint = folder + rt_attr_uint = attachments +} + + index note1 { type = rt