logsearch.conf - Configuration options for the pmx-logsearch-index
daemon.
/opt/pmx6/etc/logsearch.conf
- enabled=(yes|no)
-
A boolean value that determines whether mail should be indexed. Default is 'no'.
- path.indexes=DIRECTORY_PATH
-
The path to the directory in which indexes should be created. Default is to use the log_dir
setting from pmx.conf.
- path.maillog=PATH
-
Full path to the mail log the daemon should consume. Default is different for each supported
platform and should not require modification.
- path.messagelog=PATH
-
Full path to the message log the daemon should consume. Default is to use the value of
Milter#Policy.message_log from pmx.conf.
- index_local_delivery=(yes|no)
-
Boolean value that determines whether messages that are delivered to a local mailbox
are indexed. Default is 'yes'.
- index_expire_days=INTEGER
-
Number of days of indexes to keep. Defaults to 7.
- queue_max_items=INTEGER
-
Max number of message transactions to keep in memory. Default to 1000.
- queue_max_time=INTEGER
-
The maximum number of seconds to keep a message in memory waiting for further
log lines related to the message before assuming it will not be completed. Defaults
to 120 seconds.
- deferred_days=INTEGER
-
Number of days to keep deferred message lines before giving up on delivery. Defaults
to 2 days.
- max_disk_usage=SIZE
-
Maximum drive space indexes are allowed to consume before older indexes are deleted. The
value can be any integer with the following size specifiers: MB, KB, GB. For example:
max_disk_usage = 10GB
max_disk_usage = 500MB
Defaults to 2GB.
Copyright (C) 2000-2008 Sophos Group. All rights reserved. Sophos and
PureMessage are trademarks of Sophos Plc and Sophos Group.