Skip to content

Installation

Jan Engelhardt edited this page Nov 4, 2022 · 1 revision

Large parts of the document have been migrated to install.rst.

queuedir for LDA/SMTP

for i in /var/lib/gromox /var/lib/gromox/queue /var/lib/gromox/queue/clone \
    /var/lib/gromox/queue/mess /var/lib/gromox/queue/save \
    /var/lib/gromox/queue/cache /var/lib/gromox/queue/insulation \
    /var/lib/gromox/queue/timer /var/log/gromox;
        mkdir -p "$i"
        chown gromox:gromox "$i"
        chmod 775 "$i"
done
touch /var/lib/gromox/queue/token.ipc

See also

Further reading for operations.

man gromox
Clone this wiki locally