as_you_wish
as_you_wish
So, I've tested the openssl commands to do key generation and CSR separately, as well as change the PEM output to PBKDF2. I've actually modified the easyrsa script with this...
Finally, an edit to function gen_req This code in gen_req [line 544] Remove `#"$EASYRSA_OPENSSL" req -new -newkey $EASYRSA_ALGO:"$EASYRSA_ALGO_PARAMS" \` `# -config "$EASYRSA_SSL_CONF" -keyout "$key_out" -out "$req_out" $opts \` `# ||...
Oh, we should change the set-rsa-pass and set-ec-pass code to also generate PBKDF2 PEM files, when changing the password. [I think I have code for that in a previous comment...
Just FYI. Using Amavis as proxy allows you to 4xx or 5xx unwanted mail values vs. either quarantine or silently dropping it. Yes, you're right, using the before queue filter...
Oh, that touch command needs to be first. So use this. (Probably it would work fine without it, since the >> of the grep should create the file if it...
@Spitfireap Did you solve this, or have a decent work-around?
So, I have NO idea if @Spitfireap's suggestion is a good idea or not, but I've provisionally tested it, and it does allow supervisord to start. that fixes several problems...
A quick two liner that "fixes" this on Ubuntu 22.04. (Fresh install of 22.04 and stock Modoboa install using the python install script.) cp /srv/modoboa/env/lib/python3.10/site-packages/modoboa/policyd/management/commands/policy_daemon.py /srv/modoboa/env/lib/python3.10/site-packages/modoboa/policyd/management/commands/policy_daemon.py.bak sed -i 's/, loop=loop/...
I should have noted in the OP - I did turn on debug, but get no debug output to the UI. Is there somewhere else I should look for debug...
If it would be really helpful, I could provide you access to a VPS with an install you could tinker with. (If you have a VM, though, that's probably better,...