* Jaroslaw Rafa: > Isn't setting up a venv an "overkill" for using one simple utility? > Why couldn't it just use the system-installed Python?
It can, as is documented. If you have root (or sudo) privileges, using "pip install postqf" will do the trick. However, this is new software, and people should rightfully be careful when testing it. Using a venv and an unprivileged user is more secure and quite sufficient, if permitted by "authorized_mailq_users". -Ralph