Applicable to:
- Plesk 12.5 for Linux
- Plesk 12.0 for Linux
Symptoms
-
Unable to make SSL connection to mail sever using 3rd-party mail clients.
Windows Security update KB3061518 is installed on client side.
-
Unable to generate dhparams.pem using
/usr/share/mkdhparams
utility. The following error is shown:chown: invalid user: `no'
Cause
Software issue with internal ID PPPM-3199 . The fix will be included in further Plesk updates.
Resolution
As workaround, perform these steps:
-
Edit
/usr/share/mkdhparams
file changing marked strings:cp /dev/null /usr/share/dhparams.pem.tmp
chmod 600 /usr/share/dhparams.pem.tmp
--> chown root /usr/share/dhparams.pem.tmp
BITS="$DH_BITS"
if test "openssl" = "openssl"
then
if test "$BITS" = ""
then
--> BITS=1024
fi -
Remove existing certificate:
# rm -f /usr/share/dhparams.pem
-
Generate new:
# /usr/share/mkdhparams
-
Restart courier services:
# service courier-imapd restart
# service courier-imaps restart
Comments
0 comments
Please sign in to leave a comment.