Thanks James.
The same idea on Windows with a symbolic link should work fine.  I just
don't know if putting a drive letter in the config is another option.
My real concern is the SEGV fauls going nuts.


On Fri, Sep 3, 2021 at 2:14 PM James Moe via Assp-test <
assp-test@lists.sourceforge.net> wrote:

> 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
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to