reputationComplexityFactor and smtpd_client_connection_count_limit are set to the default values and and should only be changed when performance tuning is needed.
If the default values do not match your sizing profile, update them accordingly, and restart the corresponding component as described in Operation Guide.
XCC
-
XCC_START_PARAMS (
/etc/xorlab/xcc/backend/backend.env)XCC_START_PARAMS=-com.twitter.finagle.netty4.numWorkers=N, where N equals: -
XCC_JVM_ARGS (
/etc/xorlab/xcc/backend/backend.env) -
ES_JAVA_OPTS (
/etc/xorlab/elastic/docker-compose.yml) -
REDIS_MAXMEMORY (
/etc/xorlab/xcc/.env)
MTA
-
CORE_JVM_ARGS (
/etc/xorlab/activeguard/.env)
Expert Editor
-
reputationComplexityFactor (
xcc.yml) This factor roughly controls the granularity of the reputation complexity. The value of50is recommended for setups with less than 100 mailboxes.-
Minimal value:
0 -
Maximal value:
100 -
Default value:
100
-
Minimal value:
-
smtpd_client_connection_count_limit (
main.cfg.vmx.N) Controls how many simultaneous connections any client is allowed to make to the Postfix service; useful only when handling very high volumes of mail traffic (Extra Large sizing and beyond). See the official Postfix parameter documentation or Postfix performance tuning guide.