-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DKIM per-list options not saved #412
Comments
Note: if you hand-edit the parameters into the config file, it'll read it properly, but if you save it |
Hi @jrlevine, Could you please apply this patch and check if the problem will be solved? Thanks! |
I applied the patch and it didn't fix the problem. As an experiment I commented out the obsolete header_list sub-parameter in ListDef.pm and it still didn't save the paragraph. |
Just in case, did you force reloading web service? |
On Wed, 12 Sep 2018, IKEDA Soji wrote:
Just in case, did you [force reloading web service](https://sympa-community.github.io/manual/admin/services.html#reloading-wwsympa)?
It's in a test setup with plain CGI, the web service starts up for every
www request.
Regards,
John Levine, johnl@iecc.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
|
CGI mode was deprecated on 6.2.24 (see #69). I think you may have to restart web services, wwsympa.fcgi process and HTTPd. |
On Wed, 12 Sep 2018, IKEDA Soji wrote:
> It's in a test setup with plain CGI, the web service starts up for every
www request.
CGI mode was deprecated on 6.2.24 (see #69). I think you may have to restart web service, wwwsympa.fcgi process and HTTPd.
I took a look. The CGI::Fast module will also work as regular CGI, and
everything else works fine. I'm pretty sure that's not it.
Regards,
John Levine, johnl@iecc.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
|
I don't know whether wwsympa will work sanely as plain CGI or not. Anyways, on my environments with FastCGI, either:
the problem was reproduced, and was solved by applying the patch. |
I'm now running Apache 2.4 + mod_proxy + mod_proxy_fcgi + spawn_fcgi + wwsympa-wrapper.fcgi + 6.2.35b.1 and it doesn't work. Who knows, will try again after I finish the ARC patches. |
edit_list: Paragraph including obsoleted sub-parameter is ignored #412
Thanks for confirming. I'll merge pr at the present. |
Version
6.2.34
Installation method
source package
Expected behavior
Update DKIM parameters like selector or private key file, should be saved in list config file
Actual behavior
not saved in list config file
Additional information
dkim_feature and dkim_signature_apply_on are saved, but stuff in the dkim_parameters section are not
The text was updated successfully, but these errors were encountered: