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

DH keys too small after conversion --> Dovecot does not allow logins --> Suggest auto-fix after conversion #181

Closed
Bitpalast opened this issue Feb 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Bitpalast
Copy link

Bitpalast commented Feb 23, 2024

Is your feature request related to a problem? Please describe.
After the conversion of a server, Dovecot email login was no longer possible due to short keys used on the server.

Describe the solution you'd like
https://support.plesk.com/hc/en-us/articles/12377016572439-Unable-to-log-in-to-Roundcube-webmail-or-using-email-client-on-Plesk-server-Can-t-load-DH-parameters-dh-key-too-small

# plesk sbin sslmng --service dovecot --strong-dh --dhparams-size=2048
(fixed it)

Describe alternatives you've considered
n/a

Additional context
Maybe it would be good if the script could check whether the issue described in the KB article exists after a conversion and then automatically run the dhparams-size command to increase the key size.

@SandakovMM
Copy link
Collaborator

The problem should be fixed in #191.

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

No branches or pull requests

2 participants