The filename data type contains references to files.

This data type exists so that the configuration directives can refer to files. It is distinguished from the string type in that back-quoted strings are not permitted.

In some cases, filenames are dynamically expanded at run time.

Example
filename = /dev/random
filename = foo.conf
filename = ${logdir}/foo