-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email receiver hanging #612
Comments
Hello @lexx015 Sorry for the long delay of this answer. By checking code, i think it can trigger only when the 'from' email address isn't known in glpi database. I think this behavior is the intended one and your usage with a ldap under vpn connection is a bit complex. After that, with all yours users regularly imported and updated, all customer's emails will be known and so, the synchronisation will not be triggered on email collect. Otherwise, you can disable "Automatically add users from an external authentication source" in Setup > Authentication > Setup, but it will disable autoimport also on login |
I close this issue as it work as intended. |
Hello Alexandre! Yep, this may happened because we receive email from another helpdesk system. And we do not have user in AD with this email address, only GLPI user. In our case we have: resolve ticket: (our GLPI) --solution via email --> (customer's support mailbox) --grabbing email--> (contractor's service desk) So maybe there are some AD user checking on email receiving, i don't know. But searching user from AD takes about 40 second. I think that this is reason. Also i tried to disable "Automatically add users from an external authentication source". Nothing changed. I updated users from ad only on testing server because too many users are disabled. But their account should be enabled in GLPI. A bit tricky in our case :) I'll ask my colleagues to make some research to decrease AD search time. Anyway, thank you so much! |
Hello!
I have found an issue with receiving email. This issue occurs only you have LDAP integration but by some reasons LDAP servers are not available.
In my case there are:
Sometimes VPN became disconnected and customer's DC became unavailable. In this case GLPI hangs on ticket receiving.
I just made some research and got about 2 minutes for email receiver duration per 1 email for user from unavailable DC.
This issue occurs with 2 GLPI versions on different servers.
My configuration:
Test version:
Stable server
The text was updated successfully, but these errors were encountered: