Hi,
You can enable the email debug log in the email settings and the error log will be found in the regular php error log fine, usually named as error_log
Regards,
It appears that it just isn’t running whatever recurring task/cron is required to import. When I look at the debug log I do not see anything pertaining to connecting to the IMAP server or anything of that nature.
Just added in a WordPress error log viewing program and came up with this:
PHP Notice: Unknown: Kerberos error: No Kerberos credentials available (try running kinit) for [192.168.1.12] (errflg=1) in Unknown on line 0
(This was not in the php error log previously). This is something I can research. I will post the answer when I solve this problem.
EDIT: I am going to take a guess that I don’t have basic authentication available on my Exchange server. Checking into that now.
-
This reply was modified 8 years, 2 months ago by
seanperryman. Reason: Quick Update
Looks like it is a problem with IMAP having the Kerberos module installed by default, which apparently upsets Microsoft Exchange. Here are some links to instructions on how to fix it. A side note, these did not work for me as I am using Ubuntu as my server platform instead of CentOS. If you use CentOS (or RHEL) you should be fine.
http://forums.kayako.com/threads/fix-kerberos-error-on-email-parser.29626/
http://forums.kayako.com/threads/email-parser-imap-mail-queues-with-microsoft-exchange.30951/
Hi @seanperryman,
Thank you for the information. Let us know if you have any queries.
Regards,