i was setting up Zammad a while ago and in the beginning i had struggles with the email setup. After some tries i figured it out. Since then Zammad was working like a charm. From one to the next day the email setup didn’t work anymore. In the logfiles (production.log) i’m having the following error:
I, [2021-01-20T06:25:21.695716 #23908-47310801026320] INFO – : fetching imap (our-domain.de steht zum Verkauf - Sedo GmbH port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_$
E, [2021-01-20T06:25:21.833494 #23908-47310801026320] ERROR – : Can’t use Channel::Driver::Imap: #<Net::IMAP::NoResponseError: LOGIN failed.>
E, [2021-01-20T06:25:21.833609 #23908-47310801026320] ERROR – : LOGIN failed. (Net::IMAP::NoResponseError)
In the email settings the error appears like this:
The weird thing is that the email outbound works without any problem. I doublechecked the login credentials, the account and everything mandatory regarding the AD User.
Used Zammad version: 3.6.X
Used Zammad installation source: (Official Repo)
Operating system: Ubuntu 18.04.4 LTS
Browser + version: Firefox 84.0.2 (64-Bit)
Expected behavior:
Setting up email inbound service as before
Actual behavior:
I can’t set up email inbound accound for fetching mails.
Steps to reproduce the behavior:
Deleted the email settings and tried to re-enter. The issue remains the same.
outgoing email uses SMTP, which is a totally different protocol to IMAP, the one you use for incoming emails.
WIth that said, please try disabling the “SSL/STARTTLS” from the drop-down menu. Additionally, please make sure that your IMAP server listens on port 993. If not, try the standard one: 143.
i already tried every possible configuration. With setting ‘No’, with Port 143, with POP3 even. Also not working. I cant understand why it was working for more than 9 months and now i an issue.
We dont use Gmail for mailtransfer. We having our own Exchangeserver. If i connect via Telnet from the Ubuntu, Zammad is running on to the exchange on Port 993 it works.