Debian 11 clean install script
Next question, the appliance contains the package grommunio-index. Unfortunately I did not find this package for Debian 11. This package is the indexer for grommunio-web. How to get the search index working in grommunio web?
- Edited
For now I created a Script which takes care of grommunio-index and also the missing NGINX-Modules.
https://github.com/crpb/grommunio/blob/main/debian/alien8.sh
I also created a new thread but still waiting on a reply from the Grommunio-Team.
I even opened a ticket which refers to that thread if someone could make an official statement but haven't heard anything ... "Ticket#81508 - created Sunday 25. Sep 22:06"
FYI: You will need to updated the package yourself for now.
crpb I've started work on this here --> https://github.com/eryx12o45/grommunio-setup/pull/18
So at least the rspamd web gui shows exactly no config ^I guess the settings need to be set somewhere else. and as said the gui doesn't recognize the service as running
I tried a fresh setup yesterday and did send a few local Mails and swaks-Mails from the Workstation.
I guess it's working :P
Nice, ok then go for merging? ^^
Any chance on getting this change into an already running install?
One of the caveats with script-based installations :-).
It's not that much if you look at the changes in "grommunio-setup".
Maybe backup those files first
- /usr/sbin/grommunio-spam-run
- /lib/systemd/system/grommunio-spam-run.timer
- /lib/systemd/system/grommunio-spam-run.service
what the heck...
Not Tested in any way!
cd /usr/loca/share/grommunio-setup
git pull
FILES=(/usr/sbin/grommunio-spam-run /lib/systemd/system/grommunio-spam-run.timer /lib/systemd/system/grommunio-spam-run.service)
for f in ${FILES[@]}; do mv $f{,.bak}; done
apt-get purge --yes grommunio-antispam
for f in ${FILES[@]}; do mv $f{.bak,}; done
systemctl enable --now grommunio-spam-run.timer grommunio-spam-run.service
# Not sure it that might work
# eval `sed '/rspamd\/.*EOF/,/EOF/!d' /usr/local/share/grommunio-setup/grommunio-setup`
# Maybe just execute it yourself after the printout
sed '/rspamd\/.*EOF/,/EOF/!d' /usr/local/share/grommunio-setup/grommunio-setup
Did i miss anything?!
Since yesterday the grommunio-index package is available for Debian 11.
Get:1 https://download.grommunio.com/community/Debian_11 Debian_11/main amd64 grommunio-index amd64 0.1.14.f713867-1+8.1 [29.0 kB]
No need to install the .rpm package any longer.
hi,
I've had several installs perfect with this script, but today (22-23Uhr ) the file permissions are NOT set correctly:
drwxr-xr-x 5 root root 4096 27. Okt 22:37 gromox/
and creating a domain on fresh install was not possible because writing permisson on /var/lib/gro*...
I have more than one time experienced that a grom*-update messes up the permissions. It really has nothing to do with the debian install script.