Hello, all of a sudden, since yesterday mail transfer is not working anymore.
Thats the error log from the cron job:
[2021-10-02 06:50:06] ERROR: CronManager: Failed job running, job [615800de56587f744]. Error Details: Job CheckEmailAccounts 610813cb43e756f55: [0] cannot connect to host ; error = fsockopen(): unable to connect to ssl://srvxxxxxx:993 (Unknown error) (errno = 0 ) at /var/www/vhosts/xxxx.com/xxxx.com/application/Espo/Modules/Crm/Jobs/CheckEmailAccounts.php:74 [] []
The UI tells me this if i try to "test" the connection:
Fehler 500: cannot connect to host ; error = fsockopen(): unable to connect to ssl://srvxxxxxxx:993 (Unknown error) (errno = 0 )
Dev tools:
POST https://xxxxx/api/v1/EmailAccount/action/getFolders 500
Anything i can check?
According to my hoster no permissions were changed
Thats the error log from the cron job:
[2021-10-02 06:50:06] ERROR: CronManager: Failed job running, job [615800de56587f744]. Error Details: Job CheckEmailAccounts 610813cb43e756f55: [0] cannot connect to host ; error = fsockopen(): unable to connect to ssl://srvxxxxxx:993 (Unknown error) (errno = 0 ) at /var/www/vhosts/xxxx.com/xxxx.com/application/Espo/Modules/Crm/Jobs/CheckEmailAccounts.php:74 [] []
The UI tells me this if i try to "test" the connection:
Fehler 500: cannot connect to host ; error = fsockopen(): unable to connect to ssl://srvxxxxxxx:993 (Unknown error) (errno = 0 )
Dev tools:
POST https://xxxxx/api/v1/EmailAccount/action/getFolders 500
Anything i can check?
According to my hoster no permissions were changed
Comment