Skip to content
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

Add option to create DKIM-Filter key files without .priv extension #907

Closed
llucps opened this issue Jan 19, 2021 · 1 comment
Closed

Add option to create DKIM-Filter key files without .priv extension #907

llucps opened this issue Jan 19, 2021 · 1 comment
Assignees
Milestone

Comments

@llucps
Copy link

llucps commented Jan 19, 2021

Hi @d00p ,

Following the https://forum.froxlor.org/index.php?/topic/19622-is-dkim-broken-on-latest-froxlor-01022-update-no-key-for-signature/ post. I've been "patching", basically removing the '.priv' extenstion from

$privkey_filename = \Froxlor\FileDir::makeCorrectFile(Settings::Get('dkim.dkim_prefix') . '/dkim' . $domain['dkim_id'] . '.priv');

but it would be great if you could add the option to create the private key files without the ".priv" extension, so it works with dkim-filter.

Thanks!

@llucps llucps changed the title Option to add/remove extension to DKIM-Filter key files Option to create DKIM-Filter key files without .priv extension Jan 19, 2021
@llucps llucps changed the title Option to create DKIM-Filter key files without .priv extension Add option to create DKIM-Filter key files without .priv extension Jan 19, 2021
@d00p d00p self-assigned this Jan 20, 2021
@d00p d00p added this to the 0.10.24 milestone Jan 20, 2021
@d00p d00p closed this as completed in 3a17d03 Jan 20, 2021
@llucps
Copy link
Author

llucps commented Jan 20, 2021

Thank you! much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants