Cassandra Configuration

Consult cassandra-template.properties to get some examples and hints.

cassandra.ip
Is the IP (or host) of the Cassandra used. (cluster is not yet supported)
cassandra.port
Is the port used to connect to Cassandra.
cassandra.keyspace
Is the name of the keyspace used by James.
cassandra.replication.factor
Is the replication factor. (should be 1, as cluster is not yet supported)

If you want more explanation about Cassandra configuration, you should visit the dedicated documentation.