On 2021-09-03 09:11, K Post wrote:
> 1) Can the logfile configuration be set to use a different disk?
>
This was relatively easy on linux. I do not know if Windows has a similar
functionality. Basically the ASSP log directories are re-directed to another
area with more space.
ASSPDIR="/usr/local/bin/assp2";
ASSPDATA="/data01/var/assp";
assp_mount () {
echo "Mounting assp volumes..."
mount --bind ${ASSPDATA}/okmail ${ASSPDIR}/okmail
mount --bind ${ASSPDATA}/discarded ${ASSPDIR}/discarded
mount --bind ${ASSPDATA}/quarantine ${ASSPDIR}/quarantine
mount --bind ${ASSPDATA}/spam-yes ${ASSPDIR}/spam-yes
mount --bind ${ASSPDATA}/spam-not ${ASSPDIR}/spam-not
mount --bind ${ASSPDATA}/logs ${ASSPDIR}/logs
}
--
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test