Debian 11 clean install script
Hey Walter, I installed via the script and I thaugt, you just want to have a compare to your manual installation.
segro thank you, I found it, this lines solves the issue:
# fix run directory for php-fpm
echo "d /run/php-fpm 0755 www-data gromox - -" >/etc/tmpfiles.d/run-php-fpm.conf
systemd-tmpfiles --create
Unfortunately this rises the next error in an grommunio package:
/usr/lib/tmpfiles.d/grommunio-admin-api.conf:1: Failed to resolve group 'nginx'.
I replaced 'nginx' with 'www-data' in this .config file.
Hey @WalterH ,
This was fixed at the end.. :-).
https://github.com/eryx12o45/grommunio-setup/blob/main/grommunio-setup#L768-L770
Also see https://community.grommunio.com/d/447-debian-11-clean-install-script/109
- Edited
So after an apt-get dist-upgrade
this problem may occur again.
Fix
cp /usr/lib/tmpfiles.d/grommunio-admin-api.conf /etc/tmpfiles.d/
sed -i 's/nginx/www-data/g' /etc/tmpfiles.d/grommunio-admin-api.conf
Which we also should do with the install-script :P
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? ^^