AND
fix_courier_v3()
{
echo "---> Fix SSL accessible protocols for courier-imap mail server"
cfg_list="/etc/courier-imap/imapd-ssl /etc/courier-imap/pop3d-ssl"
flag=0
for cfg in $cfg_list; do
[ -f "$cfg" ] || continue
do_backup...
@Integrator
this patch contains these settings, i managed to roll back some of them. but still i can't access my panel
#!/bin/sh
# -*- vim:ft=sh
# rev. 0.1
die()
{
echo "$*"
exit 1
}
service_restart()
{
cmd="$1"
need_restart="$2"
[ "$need_restart" = "1" ] && $cmd...
hi
I ran this file on the server to solve probable SSL problems. (The file that is mentioned in this address). Now I lost access to control panel. please help me.
https://support.plesk.com/hc/en-us/articles/213950205
how can i restore the backups that the patch file has created
//The page...
I ran this file on the server to solve probable SSL problems. (The file that is mentioned in this address). Now I lost access to control panel. please help me.
https://support.plesk.com/hc/en-us/articles/213950205