I added “enableSecurityLog = yes” to axigen.cfg and it is generating entries to the file but I observed
duplicate security file items. Is this a problem?
log = {
logType = internal
logLevel = 15
logHost = 127.0.0.1:2000
listeners = (
{
address = 127.0.0.1:2000
enable = no
}
)
path = “log”
enableSecurityLog = yes
rules = (
{
priority = 49
hostname = “"
module = SECURITY
logLevel = 31
fileName = “security.txt”
fileSize = 5120
fileTime = 86400
fileCount = 0
rotatePeriod = none
type = local
}
{
priority = 100
hostname = “x2mailx”
module = SECURITY
logLevel = 31
fileName = “security.txt”
fileSize = 5120
fileTime = 86400
fileCount = 900
rotatePeriod = none
type = local
}
{
priority = 101
hostname = “x2mailx”
module = *
logLevel = 31
fileName = “everything.txt”
fileSize = 5120
fileTime = 86400
fileCount = 900
rotatePeriod = none
type = local
}
{
priority = 1000
hostname = "”
module = *
logLevel = 31
fileName = “default.txt”
fileSize = 5120
fileTime = 86400
fileCount = 0
rotatePeriod = none
type = local
}
)
}