A few days ago, our clients asked us why they can’t receive or download emails from email clients. Mostly when using Microsoft Outlook. The error when do send/receive is “The connection to the server was interrupted”
This error usually caused by
1. Wrong host or wrong upstream if you are using Zimbra Multi Server
2. You see this error on nginx.log “An error occurred in mail zmauth”
3. Cache on Memcache. So that you cannot receiving or download emails from email clients
What we do for troubleshooting are
1. Purge cache on memcache with below command
Run as Zimbra user
/opt/zimbra/libexec/zmproxypurge -a email-account
change email-account with problem account
2. If no 1 can’t solve your problem, please try direct access to IMAP/POP with port 7993/7995
If you have another solution, please comment below 🙂
Good luck 🙂
Hi there i tried both ways but it keeps staying synchronizing any ideas how to troubleshoot the issue?
Thank you
Hi,
Please try use another email client like emclient, thunderbird, etc
Hi Iman,
Have you ever tried changing SMTP/POP3 hostname in zimbra servers like pop.domainname.com/smtp.domainname.com. was searching for doc for this. please share if you have any
Thanks
Balu
Hi Balu,
Not yet. However, the hostname will refer to your Server hostname
Thank you Iman! Very helpfull post!
Worked for me too, thanks!
This works for me, but I’m trying to get at the route of the cause. Any idea what causes this?
Why does purging the memcached fix it? What wrong information is being stored there that causes a login to fail? I think memcached stores routing information – so is the stored routing information wrong? Is this related specifically to Outlook?
Thanks.
Hi Thomas,
Maybe there is bug on Memcached attack. Sometimes, our client refer to wrong upstream
Hi, I faced the same problem the only way I found is to allow memchached only to the server ip
su – zimbra
zmprov ms `zmhostname` zimbraMemcachedClientServerList xx.xx.xx.xx
zmprov ms `zmhostname` zimbraMemcachedBindAddress xx.xx.xx.xx
zmmemcachedctl restart
Regards
Hi Mariano,
Thanks your sharing. It will be very helpful for others