Quick question (for which I have done only minimal...
# lucee
a
Quick question (for which I have done only minimal googling): • is the location of the mail spool directory configurable? • Same but for the base log dir (and the Tomcat one too). We need to not use directories within Lucee's application directory structure for these. Context: the container the Lucee app is in is volatile, and we can't be writing stuff to its file system, so we need to specify a different directory that we will mount as a volume, eg:
/var/data/lucee/mail
and
/var/data/lucee/logs
where
/var/data
will be an external mount.