Can you telnet to that host and port? Do you have the PHP extensions installed/enabled for 8.2?
Cheers.
Can you telnet to that host and port? Do you have the PHP extensions installed/enabled for 8.2?
Cheers.
KevinTheJedi Si, en efecto todas las extensiones necesarias y pruebas de conexion estan verificadas. no encuentro la manera de salir del fallo. monte un servidor de correo diferente (carbonio) y pasa lo mismo.
KevinTheJedi Gracias por la sugerencia. siguiendo las indicaciones dadas, intenté hacerlo.
cree una carpeta include/pluggins/certificates
descargue el certificado de mi servidor
openssl s_client -connect mail.midominio:993 -showcerts | openssl x509 -outform PEM > certificado.crt
reinicie apache, e intente config nuevamente y no me funciona. quizás este haciendo algo mal o que deba hacer otra cosa.
imap is enabled. how to check port is blocked ?
yes installed & enabled.
we need to do any settings in php config file ?
You shouldn’t, no. Do you have OpenSSL installed and enabled on your webserver? Can you check your server logs to see where the connection is failing?
Cheers.
Open SSL is not installed in system.
I am using xammp server for database.
now this error coming but not other log generated.
Why are you not using modern authentication?
Cheers.
Gmail (and O365) have started forcing Modern Authentication for emails. If you have a legacy Gmail account you can enable 2FA on the email and then configure an App Password and use that as the password for the email in osTicket if you want to use Basic Authentication. But I would not recommend this as they will disable that support in the near future so it’s best to go ahead and use Modern Authentication.
Cheers.