-
Notifications
You must be signed in to change notification settings - Fork 510
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
Some attachments from M365 mailbox not saving to emails in freescout. #2979
Comments
There is nothing suspicious in the log. Most likely the problem is with permissions. https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#-inline-images-do-not-display-and-attachments-lead-to-404-errors |
Also got tow of these in Sent errors? Does that mean that response just never went out to the customer? Expected response code 250 but got code "554", with message "554 5.3.4 Content conversion limit(s) exceeded; STOREDRV.Submission.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message [BeginDiagnosticData]ExceedsLimit ConversionFailedException: ExceedsLimit[EndDiagnosticData] [Hostname=ME2PR01MB4417.ausprd01.prod.outlook.com] "; File: /home/homeinst/help.homeinstead.me/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php (457) An then in the App logs there are heaps of these? Is this perhaps why only some attachments are attaching to incoming emails? Expected response code 250 but got code "554", with message "554 5.3.4 Content conversion limit(s) exceeded; STOREDRV.Submission.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message [BeginDiagnosticData]ExceedsLimit ConversionFailedException: ExceedsLimit[EndDiagnosticData] [Hostname=ME2PR01MB4417.ausprd01.prod.outlook.com] |
You'll need to contact MS365 Team to figure it out. Incoming attachments most likely are not received due to similar issue with your MS365 configuration. |
This issue is only present in Freescout, attachments are delivered and sent fine from the mailbox itself on OWA and Outlook? |
In this instruction https://github.com/freescout-helpdesk/freescout/wiki/Connect-FreeScout-to-Microsoft-365-Exchange-via-oAuth you are creating an app. The issue can be relatedto this app configuration. |
Thanks, I'll check it out. I did follow the guide on setup. But will review. |
Any news? |
Yes, I was waiting to ensure there were no more missing attachments. The issue seems was related to the dynamic attachment scanning feature in M365. It would deliver the email without its attachment and then freescout would grab it before the attachment is added back after the scan. Its set to grab emails every min and thus randomly it would grab ones that haven't completed the dynamic scan. I change the scanning method for the freescout mailboxes and set it to only deliver the email once the attachments have been scanned. Thanks again for your assistance, the team is loving the product now, everything is working perfectly! |
Can you tell how you've done this? So that others can avoid this issue. |
This should only effect anyone who has enabled dynamic delivery policies. Navigate to https://security.microsoft.com/ I excluded the Freescout mailboxes from the policy Then created a new policy only for the Freescout mailboxes and set the action to Block instead of Dynamic delivery. Thanks again for your help. |
Hi Team,
We are having issues with freescout not saving attachments from emails. It pulls the email in but not the attachments. I get the following errors in the log file. I emailed the support email a couple of times now with no response? Is there paid support available? I really like the planform and don't want to have to abandon it.
laravel-2023-05-03 (1).log
The text was updated successfully, but these errors were encountered: