-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Mailbox for email not found. #369
Comments
@vasikgreif May be due to your files under config/packages folder have no read/write permission so due to this you are facing issue. Please enable read/write permission by chmod -R 775 .path_upto_packages_folder |
@vasikgreif have you resolved? |
No, i gave up, too many issues trying to make this work. |
Umh... the two issue you reported is well know for me, I had the same issue so is a common problem that facing new users that decide to setup UVdesk. I'm not a developer so I cannot help much. I'm a UVdesk user that has choose to use UVdesk. UVdesk is a great Open Source helpdesk that give many great feature and a very nice responsiveness so I suggest to still try if you did not found a better solution. Maybe if you update developers @papnoisanjeev you will see that you can find a nice team ready to help you. Are you sure to not use special characters in the email password? Le's see if @papnoisanjeev has other suggestions. You are not the only one that has this issue on my opinion. |
Thanks for the update. I'm experienced PHP developer myself, but the lack of a good documentation makes it really difficult to setup UV Desk. I'm fine with editing config files, but I'd expect a clear documentation on the steps needed. I'll probably come back to UV Desk once the project matures a bit more..:) |
Without promise nothing I will try to test and help with the two issues you are facing. |
OK @vasikgreif for resolve the first issue
After setup
I tried to change the support@localhost but also if the page was saved at the refresh the settings is not saved. You need run the following SSH command on the root of uvdesk php bin/console c:c After come back on your ticket system operator and refresh the page with email settings ad you will see now your correct email address. A note for @papnoisanjeev Doing the mentioned SSH command I get the following error warning:
I will now test the email mailbox ticket creation and let you know. |
Sent a test email to the support email setup and runned the SSH command
Ticket opened |
SSH Give:
But ticket is not created and email is set as read. First of all need set the correct domain in /uvdesk/config/packages/uvdesk.yaml removing port 8000 like site_url: hepdesk.website.ext Here I still be unavle to see ticket created. I will update as soon I can understand why this still happening. |
OK for resolve the fact ticket are not opened I take a look at ticket I created in UVdesk on 07-11-20 The issue was the site URL should have public so my site URL was site_url: hepdesk.website.ext and did not work, changed in site_url: hepdesk.website.ext/uvdesk/public than on SSH you need do in uvdesk root: php bin/console c:c thank now you can send an email to your support email address and SSH php bin/console uvdesk:refresh-mailbox emailaddress@domain.ext I will try to create a guide in the UVdesk forum where also UVdesk team can improve my post or do a different official guide. Your issue can be closed once you can check all works fine. It's all because there is not a clear guide, your are right! I wrote a guide on the forum https://forums.uvdesk.com/topic/1925/installing-and-setup-uvdesk-for-the-first-time You should be now able to made work your UVdesk |
@vasikgreif I had the same issue and managed to resolve it. TLDR; In the config/packages/uvdesk_mailbox.yaml file, the host syntax has to be in the format below:
The code that opens the imap inbox is using the imap_open function.
|
Thanks! Well, unless the setup works out of the box, without having to edit config files and go to Github to make basic functionality work, I still consider UVDesk a great project, which is unfortunately not mature enough actually be used in production. For now, I switched back to OSTicket, which I hate, but is proven to provide the basic functionality without any issues, which is actually the most important thing for any helpdesk software. |
@papnoisanjeev @vasikgreif tis issue can maybe be closed? I think no active issue are present on this topics except the user request to implement documentation and to be able to use just the UI, something I wrote in the new issue. |
we install uvdesk on ubuntu with docker and followed https://shownotes.opensourceisawesome.com/uvdesk/ this everything working fine except incoming emails. so any incoming email example@company.com not creating ticket automatically and when we create new ticket client get email notification and whenever agent reply they get email but if they reply is coming example@company.com but not showing up on uvdesk system as reply any help would be appreciated |
its working my ..i have cpanel can you help how can I set cron job in cpanel .. i have set, but not getting email .. when I run via terminal all mail got fatched |
@conniviatech16 you can ask help on the UVdesk forum if you need. If you don't want to register to the UVdesk community you can try to ask here |
I downloaded the latest version of UV Desk, and I'm having two issues:
support@localhost
default valuephp bin/console uvdesk:refresh-mailbox support@wpify.io
, I getMailbox for email support@wpify.io not found.
. I do have the mailbox in the Mailboxes section, and I tried both the ID (mailbox_4251), and different emails, no luckThe yaml files look like this:
uvdesk_mailbox.yaml
uvdesk.yaml
swiftmailer.yaml
Any idea what to do?
Thanks!
The text was updated successfully, but these errors were encountered: