Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

FreeScout

60 Topics 675 Posts
  • FreeScout - Package Updates

    Pinned
    239
    0 Votes
    239 Posts
    129k Views
    Package UpdatesP
    [1.15.9] Update freescout to 1.8.183 Full Changelog Fixed "Call to a member function getFullName() on null" on fetching (#4845) Do not send email notifications if mail server send limit reached (#4806) Set RFC822.eml name for attached .MSG and .EML files (#4738) Fixed error on sending emails on PHP 8.4 in IoException.php (#4848)
  • 1 Votes
    7 Posts
    153 Views
    jamesJ
    Oh! @BrutalBirdie just found the issue https://github.com/freescout-help-desk/freescout/issues/4819#issuecomment-2927528981 Since something was changed in 1.8.181 regarding Take into account APP_SHOW_ONLY_ASSIGNED_CONVERSATIONS option when deleting conversation 8484785 When applying this commit in reverse: wget -O this.patch https://github.com/freescout-help-desk/freescout/commit/8484785a17fa1cd58d46016b45f6822a6adc9b64.diff git apply --reverse this.patch the issue resolves. Since I am not that deep into the freescout code, I can't create a PR right now to fix this. But my method of undoing that commit with a reverse apply proves that there is a regression.
  • freescout - unable to create mailbox

    3
    2 Votes
    3 Posts
    98 Views
    jamesJ
    This seems to be an upstream error. From the Freescout web ui app-logs when checking $FREESCOUTAPP/app-logs/app error production 2025-05-26 06:19:54 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'ratings' cannot be null (SQL: insert into `mailboxes` (`signature`, `email`, `name`, `ratings`, `updated_at`, `created_at`) values (<br><span style="color:#808080;">--<br> This already has been reporte upstream => https://github.com/freescout-help-desk/freescout/issues/4800 The suggested Hotfix => https://github.com/freescout-help-desk/freescout/issues/4800#issuecomment-2903781008 Temporary fix: change line 92 in /app/Http/Controllers/MailboxesController.php to: 'ratings' => $request->ratings ?? 1, Is not possible in a Cloudron setup since /app/code/app/Http/Controllers/MailboxesController.php is read-only. As soon as this is fixed upstream, Cloudron will release the update as well asap.
  • 1 Votes
    9 Posts
    235 Views
    nebulonN
    The 500 status code from your screenshot also hints at a server side exception or crash, maybe worth looking into the app server side logs while that happens. Maybe the crash can then be reported upstream for that faster search module
  • 0 Votes
    3 Posts
    159 Views
    J
    Can't find anything obvious in https://api-docs.freescout.net atleast https://github.com/freescout-help-desk/freescout/issues is where you ask upstream questions
  • FreeScout OIDC Support

    9
    1 Votes
    9 Posts
    617 Views
    J
    @rnphil I think the issue is that you have installed Freescout with Cloudron user management. Because of this, it takes ownership of the OIDC provider settings and reconfigures the OIDC provider . If you go to Location section of FreeScout, I guess it says "Cloudron User management" (instead of "Dashboard visibility".) You can try this: take a backup of your current freescout and download the backup configuration file (it's a button to the right of the backup). make a new installation of freescout alongside the existing one. when you install , make sure to select "Let the app manage it's own users" Then, app -> backup -> import . put the backup configuration file from step 1 I think that should sort it out. If everything works, just move your existing install to some other domain and move the new one to the correct location .
  • "Failed to open stream: Permission denied" for cache/data

    9
    2
    0 Votes
    9 Posts
    704 Views
    J
    @neoplex unfortunately, cannot reproduce. If it's easy to see this, can you please send a mail to support@cloudron.io and we can take a look to debug this further.
  • LDAP to OIDC ?

    2
    1 Votes
    2 Posts
    174 Views
    J
    @uwcrbc see https://forum.cloudron.io/topic/13260/freescout-oidc-support . Just purchase the OIDC module, activate it in freescout and restart freescout. That's it.
  • Issue with Default CRON Configuration for FreeScout App

    5
    2 Votes
    5 Posts
    460 Views
    R
    The queue is working, but the fetching is not working now. After a minute of restarting the server, the fetching stopped. 480 479 [2025-01-29 16:31:26] Fetching finished 478 [2025-01-29 16:31:25] Fetched: 0 477 [2025-01-29 16:31:25] Folder: Archive 476 [2025-01-29 16:31:25] Fetched: 0 475 [2025-01-29 16:31:25] Folder: Trash 474 [2025-01-29 16:31:25] Fetched: 0 473 [2025-01-29 16:31:25] Folder: Sent 472 [2025-01-29 16:31:25] Fetched: 0 471 [2025-01-29 16:31:25] Folder: Spam [image: 1738165616523-959c9c52-cd92-4f2a-811c-2c453343c522-image.png] EDIT: After 20 minutes it's now fetching again. Let's see if it keeps working now.
  • delete/archive old mail or media?

    2
    1 Votes
    2 Posts
    175 Views
    girishG
    @humptydumpty I think FS stores thing in it's own database but I haven't found any clean up function
  • 1 Votes
    43 Posts
    2k Views
    humptydumptyH
    @girish Great. Thanks for the clarification!
  • I do not remember the root password of freescout

    Moved
    6
    1 Votes
    6 Posts
    405 Views
    J
    Just to double check, are you using Cloudron ? (What is xen orchestra?)
  • Spamassassin Timing out

    Solved
    5
    0 Votes
    5 Posts
    462 Views
    J
    Hahahaha....oh boy. It took installing OSTicket to find out FreeScout was causing the issues. Emails send and receive perfectly now. 🫠
  • How to Restrict Ticket Visibility to Individual Users in FreeScout?

    10
    1 Votes
    10 Posts
    838 Views
    archosA
    Many thanks to everyone for the help and information; everything is fine now. I ended up purchasing a few additional modules. It was the classic case of an error between the chair and the keyboard.
  • Regular Issues with Email Fetching via IMAP in Freescout

    Solved
    12
    1
    1 Votes
    12 Posts
    3k Views
    girishG
    @vadim OK, so, the root cause is the DNS resolution issue . Looks like it starts to fail at some point. Is there something in the network that blocks DNS requests? Looks like this is some internal network? Maybe try to set up a forward zone to the internal DNS (https://docs.cloudron.io/networking/#internal-dns-server) ? In the next release, we are moving away from unbound since it's causing not-so-easily debuggable situations (like this one).
  • Import previous emails

    3
    1 Votes
    3 Posts
    665 Views
    E
    Thank you, good idea! But I have decided against using Freescout for now, as it didn't seem to fit my needs.
  • 0 Votes
    13 Posts
    2k Views
    humptydumptyH
    I would suggest this workflow: have the volunteer form app sent to the freescout email address use this setting: manage > settings > general > emails to customers > conversation history > do not include previous messages use this setting: mailbox settings > edit mailbox > aliases > allow to reply from aliases (also, add all staff emails separated by a comma ex: user1@email.com,user2@email.com, etc.) in your user profile settings > see screenshot below for settings that I use. I get a copy of the emails on my phone so I can reply when I'm on the go. [image: 1712277008894-4536d4e5-6b46-456a-95cd-26887c6af485-image-resized.png] my customer don't see any ticket numbers and I can reply from my phone without having previous convos show up in the replies. I would recommend setting up an auto-reply in the mailbox settings, so customers know their message was received and when to expect a reply back.
  • Does chatwoot interfere with freescout?

    4
    1 Votes
    4 Posts
    695 Views
    C
    @xboxhaxorz Does Chatwoot have a setting to not mark fetched emails as read? If not, the only other solution I can think of is forwarding incoming emails in Gmail to another mailbox and having Chatwoot and Freescout fetch from separate mailboxes.
  • New freescout deployment, credentials dont work

    Moved
    2
    1 Votes
    2 Posts
    382 Views
    girishG
    @xboxhaxorz The default is Username: admin@cloudron.local Password: changeme123 You will find these instructions at: [image: 1711877266101-65d87fae-de5b-438f-9a56-1f2d60879b9a-image.png]
  • Cannot send mail via smtp

    Solved
    5
    2 Votes
    5 Posts
    711 Views
    fbartelsF
    Sorry for the noise. I am not quite sure what I made differently before, but while I am 100% I got the sendmail error with the smtp option selected, after redoing it is working now for me as well. Case closed.