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


Skip to content

SnappyMail

31 Topics 335 Posts
  • SnappyMail - Package Updates

    Pinned
    103
    1 Votes
    103 Posts
    59k Views
    Package UpdatesP
    [1.26.0] Update base image to 5.0.0
  • SnappyMail dead?

    5
    1 Votes
    5 Posts
    105 Views
    nichu42N
    @nebulon Can you make a non-Cloudron-configured version of Roundcube? It's the only reason why I use Snappy. I need to integrate external mail servers.
  • Filters after migration from Rainloop

    14
    1 Votes
    14 Posts
    2k Views
    robiR
    Is there a way to take the Sieve rules and normalize them? A quick search for sieve parser got me to this: https://github.com/python-sifter/sifter
  • 1 Votes
    19 Posts
    3k Views
    F
    Thanks to everyone who gave me suggestions. I finally found a solution. ChatGPT provided misleading information—actually, the 'From' field can be modified. Here is the Sieve filter I ultimately used. require ["editheader", "variables", "copy"]; if true { if header :matches "From" "*" { set "original_from" "${0}"; } else { set "original_from" "unknown@domain.com"; } deleteheader "Reply-To"; addheader "Reply-To" "${original_from}"; deleteheader "From"; deleteheader "DKIM-Signature"; addheader "From" "Forwarder <forwarder@mydomain.com>"; addheader "X-Original-From" "${original_from}"; redirect "myemail@gmail.com"; keep; }
  • After login lands on Edit Identity instead of inbox

    3
    1
    0 Votes
    3 Posts
    169 Views
    jdaviescoatesJ
    If anyone else is getting mildly annoyed by this I've just discovered that if you actually enter something into the Name field and save it then it stops happening (even if you then go and delete what is in that field and save again).
  • Full text search

    11
    1 Votes
    11 Posts
    2k Views
    girishG
    @mihailaks no, SnappyMail is not indexing mails itself. It searches via IMAP and the mail server has to index attachments.
  • 0 Votes
    10 Posts
    7k Views
    J
    @LoudLemur I think for admin the TOTP has to be set in the ini file (https://github.com/the-djmaze/snappymail/issues/84#issuecomment-885181768) . For users, the 2FA extension is used. The 2fa is shown in admin login page, all the time for me as well. But if you can identify the bug, maybe you can report this upstream since 2FA auth comes from snappy and not from Cloudron.
  • Snappymail now supports S/MIME - anyone know what to do?

    12
    1
    2 Votes
    12 Posts
    3k Views
    fbartelsF
    @luckow s/mime has been broken so many times, I don't think total privacy can be expected anyways
  • 0 Votes
    13 Posts
    1k Views
    girishG
    @LoudLemur yeah, there is no way around user not knowing about Cloudron dashboard to change the email password. The alternative is to create a web app which does this and uses Cloudron API (which is out of scope for us). Unless Cloudron develops it's own webmail ui , this is hard to solve (for the reasons you pointed out).
  • DNS propagation

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    L
    Resolved, it was an incorrectly entered IP address on the OVH side, and they have corrected the error. Thank you all for your contributions.
  • Snappymail 2.30.0 is out

    5
    3 Votes
    5 Posts
    1k Views
    girishG
    2.31.0 fixed the problem
  • 0 Votes
    8 Posts
    3k Views
    L
    Thank you, gentlemen! This worked. I hope that a summary of this explanation is included in the documentation.
  • 0 Votes
    14 Posts
    5k Views
    L
    @robi said in SnappyMail on Cloudron: How to setup your domain name's email with SnappyMail: @jdaviescoates Cool, what recording extension did you use? Also love the Bitwarden workflow, didn't know it was so slick now. VokoscreenNG is good: https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
  • Snappy Mail - Unknown Error on attempt to login

    Solved snappymail unknown error error
    7
    0 Votes
    7 Posts
    1k Views
    L
    Just in case you like mystery stories, there is a bit more to this tale. It might be connected to time. Restoring to a backup works ok, until the next day/midnight... Also, the account was also setup on Nextcloud and remains accessible there. I think it might be due to a OTTP token corruption problem. There is no OTTP used for access via Nextcloud.
  • problem logging into /?admin

    Solved
    10
    1 Votes
    10 Posts
    3k Views
    necrevistonnezrN
    @robi me stupid. I had two entries with allow_admin_panel, one was "On", one was "Off"
  • Authentication error

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    S
    @girish Indeed, that was the case! Thanks I'd installed the plugins, but didn't check them yet. The plugin had a placeholder (invalid) value set as the default.
  • How to set Postgres as the default db ?

    Solved
    4
    2
    1 Votes
    4 Posts
    991 Views
    S
    @nebulon @girish Thanks for the details!
  • 0 Votes
    8 Posts
    2k Views
    L
    I did it! Thank God for that! You have no idea how glad I am to get out of that rabbit hole! Thank God! Thank you everybody who looked and tried to help. In particular, thank you to @humptydumpty for that last post. The key thing I was missing was that I needed to go into the Cloudron's email settings and create a mailbox for my email. I will try and add some comments later but right now I am just delighted and have to do so many other things that were blocked. I love Cloudron!
  • Solr - does it work with Snappy Mail Client?

    Moved
    3
    2 Votes
    3 Posts
    879 Views
    girishG
    @artd2019 Have to test with SnappyMail! Will get back on whether it uses the indexed search.
  • [SOLVED] email not configured properly

    Solved snappymail configuration
    3
    0 Votes
    3 Posts
    933 Views
    fbartelsF
    @girish for me this message has stopped popping up after the 7.4.1 update.