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


Skip to content
  • Signing in with username vs email

    Support
    2
    1 Votes
    2 Posts
    333 Views
    girishG

    @moonmeister I think it's better to use the username for login into all apps except the email apps like roundcube/rainloop/sogo (because they require email to know which mailbox to open).

    The email login was probably not a good idea to start with because the email can be changed unlike the username. These days when we bring in new apps, we don't bother much with email login.

  • 5 Votes
    37 Posts
    3k Views
    jimcavoliJ

    @girish To that end, perhaps this one is better locked at this point

  • Can we use Cloudron SMTP for Ghost email config

    Moved Ghost
    7
    2 Votes
    7 Posts
    1k Views
    iamdinakarI

    @girish new thread added for this here - ghost issue with signup email and mail configuration

  • Backup sieve filters

    Solved Support
    2
    1 Votes
    2 Posts
    417 Views
    girishG

    @NCKNE Which app did you use the sieve filters in. Often, the filter in one app is not visible in another!

    The sieve filters are located at /home/yellowtent/boxdata/mail/vmail/<mailbox>/sieve. Can you check if they are there on the filesystem atleast?

  • E-Mail Server Error

    Support
    8
    0 Votes
    8 Posts
    1k Views
    T

    @girish Okay. Would be nice to see in the future! E.g. "Ignore PTR".

  • SMTP rejected for some users

    Support
    2
    1 Votes
    2 Posts
    339 Views
    P

    This appears to be a case of https://forum.cloudron.io/post/6533 . Applying the linked setting change fixed the issue.

  • Cant Recieve Mails from some Hosts

    Support
    3
    0 Votes
    3 Posts
    350 Views
    girishG

    @jensbee4 If you have reason to believe this is legitimate email that is getting dropped, can you please send me the IP address to support@cloudron.io. It looks like that server is mis-configured

  • Allow SSL /TLS in email outbound SMTP settings

    Discuss
    7
    0 Votes
    7 Posts
    1k Views
    necrevistonnezrN

    @girish said in Allow SSL /TLS in email outbound SMTP settings:

    Are you hosting a custom domain on mailbox.org or do you have a @mailbox.org address? If it's the latter, mailbox is then not really an email relay. Generally, email relays are able to forward all addresses of a domain i.e anything@cloudrondomain.tld.

    BTW I figured out how to use mailbox.org as a relay: https://kb.mailbox.org/display/MBOKBEN/Using+e-mail+addresses+of+your+domain
    I obviously skipped the part setting the mx values but otherwise itโ€™s been working well the past weeks.

  • AWS EC2 Dedicated IP blocked by Outlook

    Discuss
    3
    0 Votes
    3 Posts
    653 Views
    girishG

    @rfg You have to setup a mail relay for your outbound mails. The big cloud providers like aws, gce, azure will all block emails from VMs directly. See https://cloudron.io/documentation/email/#relay-outbound-mails

  • sender rewriting when using external SMTP

    Discuss
    4
    0 Votes
    4 Posts
    542 Views
    girishG

    @hendrikvl said in sender rewriting when using external SMTP:

    And no, my mail relay does not accept IP whitelisting. It's not a proper mail relay service to be exact, but just a regular mail service with outgoing smtp for authenticated users.

    Ah yes, someone was trying to do this with a gmail account as well sometime back (and more recently with a mailbox.org account). I think we have to implement this feature in Cloudron to make this use case work.

  • 0 Votes
    4 Posts
    643 Views
    Z

    thanks for the explanations. I have already contacted digital ocean requesting the release of port 25.

    at first, strangely, they claimed that there is no output block on port 25 (although I did the test with the command 'telnet' in the cli).

  • Rainloop - Can't add domain / account

    Moved Rainloop
    14
    0 Votes
    14 Posts
    2k Views
    girishG

    To explain...:

    When you add a domain in Cloudron, you are just adding a domain for installing apps under that domain. The only DNS configuration it will do is to fix up the SPF record so that Cloudron can send mail on behalf of that domain (it adds itself to an existing SPF record). So, if you install say gitlab, gitlab can send mail to you.

    When you go to Email -> Enable Incoming mail, at that point, Cloudron will start receiving incoming email for that domain. It will setup DKIM/MX/DMARC records as well at this point.

    You can send/receive email without any of the webmail apps (rainloop, roundcube) installed. The webmail apps are really just frontends just like thunderbird or your android/ios mail client. On Cloudron, we pre-configure these apps to work only with Cloudron email. We could make a package that does not do this but that use case is quite rare because most email providers have their own web ui anyway.

    I think @necrevistonnezr just wants to add a domain into rainloop. This is the equivalent of adding an account in thunderbird. It has no effect on Cloudron mail server whatsoever.

  • 0 Votes
    6 Posts
    774 Views
    girishG

    @JOduMonT Currently, the 'email is not configured properly' notification is updated every 30 minutes. So, it's very much possible that those email settings are fine now and that notification will go away after 30 minutes.

    If you click on the notification, it should expand to give information on what exactly is not setup properly. Can you tell me what you see if you click the notification ?

    Also, zen.spamhaus.org being disabled is not good! Do you have a custom DNS setup by any chance? Under system -> services, is unbound running OK?

  • Can't Delete An Unused Domain

    Solved Support
    3
    0 Votes
    3 Posts
    412 Views
    W

    @girish WOrked like a charm, thanks!

  • 0 Votes
    4 Posts
    1k Views
    dtrckdD

    Hi @girish ,
    I see, it seems to be that indeed. The server runs on Upcloud actually.
    I will try one of the solution you propose.

    Many thanks for your help,
    d

  • Error connecting Cloudron email to Gmail

    Discuss
    8
    0 Votes
    8 Posts
    1k Views
    E

    Added https://forum.cloudron.io/topic/5027/pop3-gmail-polling-support

  • 0 Votes
    7 Posts
    1k Views
    d19dotcaD

    @girish Just wanted to say that this resolved the issue. Thank you! ๐Ÿ™‚ So to clarify, this was not a Cloudron issue but a simple DNS issue for the SPF records.

  • Cant send email using mautic and cloudron email server

    Moved Solved Mautic
    11
    0 Votes
    11 Posts
    2k Views
    ruihildtR

    @rmdes meant the issue was for a Cloudron instance which is not active anymore, so no point in trying to debug it anymore.

  • filter outgoing email

    Support
    5
    0 Votes
    5 Posts
    639 Views
    girishG

    @jasonh Ah got it. It looks like adding sender_bcc/recipient_bcc is quite doable. Cloudron uses haraka internally and not postfix and this feature is not available out of the box. We will look into adding this. I will reach out to you by email to double check some of the finer details.

  • 0 Votes
    4 Posts
    502 Views
    girishG

    @d19dotca This is fixed in 4.3 (will be released in the coming days)