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


Skip to content

Mautic

61 Topics 484 Posts
  • Mautic - Package Updates

    Pinned
    63
    0 Votes
    63 Posts
    9k Views
    Package UpdatesP
    [5.0.2] Update mautic to 6.0.2 Full Changelog CVE-2025-5257 - Predictable Page Indexing Might Lead to Sensitive Data Exposure - Reported and fixed by @lenonleite and tested/reviewed by @escopecz and @kuzmany in https://github.com/mautic/mautic/security/advisories/GHSA-cqx4-9vqf-q3m8 CVE-2024-47056 - Mautic does not shield .env files from web traffic - Reported by @r3ky, analyzed by @lenonleite fixed by @nick-vanpraet and tested/reviewed by @patrykgruszka in https://github.com/mautic/mautic/security/advisories/GHSA-h2wg-v8wg-jhxh CVE-2024-47057 - User name enumeration possible due to response time difference on password reset form - Reported and fixed by @tomekkowalczyk and reviewed by @patrykgruszka and @nick-vanpraet in https://github.com/mautic/mautic/security/advisories/GHSA-424x-cxvh-wq9p CVE-2024-47055 - Segment cloning doesn't have a proper permission check - Reported and fixed by @abhisekmazumdar and @nick-vanpraet and tested/reviewed by @patrykgruszka in https://github.com/mautic/mautic/security/advisories/GHSA-vph5-ghq3-q782 CVE-2025-5256 - Open Redirect vulnerability on user unlock path - Reported and fixed by @tomekkowalczyk, tested/reviewed by @patrykgruszka and @nick-vanpraet in https://github.com/mautic/mautic/security/advisories/GHSA-6vx9-9r2g-8373 fix #14449: Dynamic Content in emails - not all variants visible in editor by @Krishu0765 in https://github.com/mautic/mautic/pull/14966
  • Issues with Forms / Contacts which submitted forms

    Solved
    7
    0 Votes
    7 Posts
    119 Views
    BrutalBirdieB
    @andreasdueren If you can go into detail, please do We all benefit from that.
  • LDAP Support for Mautic 5

    6
    0 Votes
    6 Posts
    876 Views
    C
    How about using Keycloak for this? Now that Keycloak is in the Cloudron App Store
  • Mautic does not SAVE smtp settings

    Moved
    3
    1
    1 Votes
    3 Posts
    131 Views
    B
    Thanks for the quick and specific answer. It seems good, i will come back to say if it fixes it.
  • Adjust cron jobs for Mautic... is it possible?

    18
    1 Votes
    18 Posts
    3k Views
    dsp76D
    @jordanurbs you could put those in the /app/data folder which is writeable?
  • German Monthly Mautic Meeting DACH

    3
    1 Votes
    3 Posts
    264 Views
    dsp76D
    Except in November - it will be again the second Monday: 11th of November 2024. If you don't want to miss it - join Slack https://www.mautic.org/slack and there is the Germany Channel: https://mautic.slack.com/archives/CFYFTLK6K You will find other regions communities there as well.
  • canceled - Save the date: 24/25 September 2024 Berlin, Germany

    5
    5 Votes
    5 Posts
    700 Views
    dsp76D
    OK, we shouldn't just have asked within a slack channel for participation
  • Error when sending emails

    8
    1
    0 Votes
    8 Posts
    911 Views
    P
    Thats the issue, I cant replicate it with a fresh install.
  • Mautic 5 and Cloudron 8.x suddenly incredibly slow?

    5
    1 Votes
    5 Posts
    598 Views
    dsp76D
    @micmc I suggest to join the Mautic forums for the upgrading issues, if you havn't tried it yet: https://forum.mautic.org/ I know that a migration from a version 4 - especially if its been a version 3 or 2 before, can be quite challenging. Database tables have updated charsets nower days and it looks there were some migrations missing in the earlier updates of Mautic. Also it depends if you used the composer method for updating... Lets see continue in the mautic forum. (I'm talking about non cloudron installations. I have not a lot of experiences of updates via cloudron so far, the ones I did went quite well.)
  • Installation of plugins is broken in Mautic package

    22
    1
    0 Votes
    22 Posts
    1k Views
    dsp76D
    Here is the tweak, to use composer with NPM in the LAMP stack (@girish might be interesting for other apps in the LAMP stack as well, if someone with knowledge can confirm this approach): export NPM_CONFIG_CACHE=/tmp/npm_cache export NPM_CONFIG_USERCONFIG=/tmp/.npmrc then mkdir -p /tmp/npm_cache touch /tmp/.npmrc npm ci --prefer-offline --no-audit probably better prefix it with sudo -E -u www-data ... otherwise new created directories have the wrong ownership and need to be adjusted with chown www-data:www-data MailjetBundle/ -R "MailjetBundle" was the example I used it for.
  • Wrong logo color :)

    Solved
    6
    1
    0 Votes
    6 Posts
    305 Views
    nebulonN
    changed now. Makes much more sense. I had used https://en.wikipedia.org/wiki/Mauve !
  • Webhook Bounce Management with Cloudron Email Server

    4
    0 Votes
    4 Posts
    528 Views
    girishG
    As in, the email server has to call some webhook for bounces? We don't have such a mechanism. I guess you have to write some script that runs in a cronjob that monitors an inbox for bounces and then calls webook in the format required by the app.
  • Slow performance when loading Mautic

    3
    1 Votes
    3 Posts
    464 Views
    girishG
    I did a quick test and things to seem a bit faster. Mautic seems to make a lot of php requests, so I have made this configurable in any case.
  • Update Mautic to 4.4.11

    7
    1 Votes
    7 Posts
    1k Views
    girishG
    @dsp76 ha ha , no worries
  • 3rd Party Email Transports on Mautic 5

    19
    1 Votes
    19 Posts
    2k Views
    dsp76D
    and 4. are not installable via composer in my trials at cloudron. throws an error: Your requirements could not be resolved to an installable set of packages. Problem 1 - mautic/core-lib[5.0.0, ..., 5.0.4] require friendsofsymfony/oauth-server-bundle dev-upgrade-2 -> found friendsofsymfony/oauth-server-bundle[dev-master, 1.0.0, ..., 1.7.x-dev, 2.0.0-alpha.0, 2.0.x-dev (alias of dev-master)] but it does not match the constraint. - pabloveintimilla/mautic-amazon-ses[v1.0.0, ..., v1.0.2] require mautic/core-lib ^5.0 -> satisfiable by mautic/core-lib[5.0.0, ..., 5.0.4]. - Root composer.json requires pabloveintimilla/mautic-amazon-ses ^1.0 -> satisfiable by pabloveintimilla/mautic-amazon-ses[v1.0.0, v1.0.1, v1.0.2]. You can also try re-running composer require with an explicit version constraint, e.g. "composer require pabloveintimilla/mautic-amazon-ses:*" to figure out if any version is installable, or "composer require pabloveintimilla/mautic-amazon-ses:^2.1" if you know which you need. Installation failed, deleting ./composer.json. Not sure if this is related to the Cloudron environment. I also wonder if this has a chance to succeed at all as the code path is read only by design? Would a necessary plugin needed to be added to the cloudron mautic package?
  • E-mails sent out very slow.. related to Cloudron?

    4
    1 Votes
    4 Posts
    608 Views
    dsp76D
    ... but you are welcome to the Mautic Community as well: https://forum.mautic.org/
  • anyone else having this calcfilehash.js error?

    Unsolved
    4
    3
    1 Votes
    4 Posts
    575 Views
    girishG
    Ah thanks, I get many errors in that UI, like [image: 1711296511442-7630d585-30e0-49cd-ad46-7002a61346e8-image.png] @luckow guess we have to report this upstream. It works sometimes with a lot of clicking around and trial/error.
  • Disappearing Email Configuration

    Solved
    6
    1 Votes
    6 Posts
    729 Views
    B
    @girish Thanks! I see it now. Appreciate the help.
  • Connect Mautic e-mail to cloudron

    Moved
    2
    1
    0 Votes
    2 Posts
    392 Views
    girishG
    @ekevu123 are you on package version 4.1.0 ? I think I fixed this exact issue . Can you check if your /app/data/config/local.php has mailer_dsn set? Also, have you disabled Cloudron email in the app's Email section by any chance?
  • Mautic 5

    27
    3 Votes
    27 Posts
    4k Views
    B
    @girish All good now! Thanks!