Currently I'm running into a problem with espo not importing mails again. Seems like the "inbox.sent" gets read but not the "inbox" folder. I checked the database and this is what I saw:
Seems like indeed the inbox hasn't been read in about a month! How to fix this?
Crons are running, all successfully except today around 14:00 (GMT+1). This is the error log in data/logs:
Must have been a temporary DNS problem because now I can successfully connect to this address. Also I tried php interactive mode:
Code:
{"lastUID":{"INBOX":"4338","INBOX.Sent":"357"},"lastDate":{"[B]INBOX":"2016-08-09 09:53:03[/B]","INBOX.Sent":"2016-09-07 11:14:06"}}
Crons are running, all successfully except today around 14:00 (GMT+1). This is the error log in data/logs:
Code:
Espo.ERROR: CronManager: Failed job running, job [57d0014f63671668a]. Error Details: Job CheckEmailAccounts 57c00cab189a02423: [0] cannot connect to host ; error = fsockopen(): unable to connect to ssl://mail.mydomain.com:993 (php_network_getaddresses: getaddrinfo failed: Name or service not known) (errno = 0 ) [] []
Code:
php -a echo getecho gethostbyname("mail.mydomain.com"); xxx.xxx.xxx.xxx (ip of the server)
Comment