v7 on-premise & hybrid

Configuration

Changing the syslogd listening port

By default, the syslogd listening port is 666 (udp). You can alter it using an environment variable if necessary.

Once it is configured, this variable is taken into account by all Adobe Campaign modules.

In Linux

Edit the customer.sh file and add the following line:

export TRACE_ADDR=localhost:<listening port>

In Windows

You need to create the TRACE_ADDR environment variable with the localhost value: <listening port="" />.

IMPORTANT

We recommend running some tests to make sure your platform is working after you create this environment variable.

Configuring security zones

Each operator needs to be linked to a zone to log on to an instance and the operator IP must be included in the addresses or address sets defined in the security zone. Technical zone configuration is carried out in the configuration file of the Adobe Campaign server. The linking of an operator to a security zone has to be defined in the console ( Administration > Access management > Operators node).

NOTE

For more on configuring security zones, refer to this section.

On this page