Sorry for the cross-post from https://forum.directadmin.com/threads/redis.63793/post-368886. I replaced Spamassassin with rspamd as a test, following this guide: https://forum.directadmin.com/threads/rspamd-guide.56709/
Then wanted to go back to Spamassassin, and execute the commands under Undo!/Abort! in that topic.
But this leaves behind the Redis server:
_rspamd 18237 0.2 0.0 205444 720 ? Ssl Nov18 63:11 /usr/local/bin/redis-server unixsocket:/var/lib/rspamd/.redis/redis.sock
How to remove Redis server (and _rspamd user?) when rspamd is uninstalled via the guide?
I did
./build set redis no
./build remove_redis
But remove_redis does not exist. Thought maybe it could be uninstalled via yum, but it doesn't list as installed.
What is the proper way to remove the Redis that is installed with rspamd?
Thanks!
Then wanted to go back to Spamassassin, and execute the commands under Undo!/Abort! in that topic.
But this leaves behind the Redis server:
_rspamd 18237 0.2 0.0 205444 720 ? Ssl Nov18 63:11 /usr/local/bin/redis-server unixsocket:/var/lib/rspamd/.redis/redis.sock
How to remove Redis server (and _rspamd user?) when rspamd is uninstalled via the guide?
I did
./build set redis no
./build remove_redis
But remove_redis does not exist. Thought maybe it could be uninstalled via yum, but it doesn't list as installed.
What is the proper way to remove the Redis that is installed with rspamd?
Thanks!