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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Afterlogic cannot send emails

    Support
    mail
    4
    17
    727
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Cumpal last edited by girish

      Hi, i'm asking for help here as a last resort as i can't figure out what is wrong.
      I am hosting Afterlogic on a another server that doesn't have Cloudron installed.
      The problem i'm having is that afterlogic cannot connect to my mail server which is hosted from
      Cloudron.
      Spark on my iPhone can send emails but some other email apps cannot send emails either eg. Outlook.
      So i am wondering if my mail settings in Afterlogic are wrong or is there something else im missing?

      74fce850-dba5-47e3-8984-fc35776d3409-kuva.png

      These are the settings im using in Afterlogic
      d59089d1-6789-4f78-b0cd-9dda6fb4cd31-kuva.png

      nebulon girish 2 Replies Last reply Reply Quote 0
      • nebulon
        nebulon Staff @Cumpal last edited by

        @cumpal I don't have an afterlogic instance to test this, but have you tried to toggle the SSL checkbox? We found that especially in mail settings, those are often a bit confusing and interpreted differently. Also of course I guess you then have moved your mail domain to mail.example.com instead of the default my.example.com ? Just double checking there.

        C 1 Reply Last reply Reply Quote 0
        • C
          Cumpal @nebulon last edited by Cumpal

          @nebulon I tried ticking the SSL checkbox but i got the same error, and yes i moved my mail server to mail.domain.com instead of my.domain.com

          Also tried running a SMTP test and all seems okay.

          Starting SMTP test of: mail.x.x
          0.00s
          Resolved IP address to: 80.xxx.x.x:587
          Connection: opening to 80.xxx.x.x:587, timeout=15
          Connection: opened
          0.37s
          < 220 mail.x.x ESMTP Haraka/2.8.27 ready
          1.88s
          SMTP connection established
          > EHLO example.com
          < 250-mail.x.x Hello example.com [XX.XX.XX.XX]Haraka is at your service.
          250-PIPELINING
          250-8BITMIME
          250-SMTPUTF8
          250-SIZE 26214400
          250 STARTTLS
          2.88s
          Connection: closed
          
          murgero 1 Reply Last reply Reply Quote 0
          • murgero
            murgero App Dev @Cumpal last edited by murgero

            @cumpal Depending on your firewall, you may need to use the internal name of the mail server docker (just called mail) as the the IMAP/SMTP host with port 2525. I had to do something like this with Nextcloud cause my firewall doesn't allow looped traffic:

            SMTP: mail:2525
            IMAP mail:993

            As another note, looking at your screenshot 587 is NOT SSL but normally STARTTLS. 465 is usually SSL. Might want to try that too. I am not 100% sure if Cloudron also has 465 open

            --
            https://urgero.org
            ~ Professional Nerd. Freelance Programmer. ~
            Matrix: @murgero:urgero.org

            C 1 Reply Last reply Reply Quote 0
            • C
              Cumpal @murgero last edited by Cumpal

              @murgero I tried 465 with SSL, no luck, 2525 with or without SSL and no luck.
              I added 2525 to the cloudron firewall whitelist but that didin't help either.

              murgero 1 Reply Last reply Reply Quote 0
              • murgero
                murgero App Dev @Cumpal last edited by

                @cumpal If you are using the internal name, you would:

                Server name: mail
                Port: 2525

                You do not need to whitelist this as the traffic never leaves the cloudron server.

                --
                https://urgero.org
                ~ Professional Nerd. Freelance Programmer. ~
                Matrix: @murgero:urgero.org

                C 1 Reply Last reply Reply Quote 0
                • C
                  Cumpal @murgero last edited by

                  @murgero Where do i put that?

                  murgero 1 Reply Last reply Reply Quote 0
                  • murgero
                    murgero App Dev @Cumpal last edited by

                    @cumpal Instead of mail.domain.com just use mail in imap / smtp server.

                    --
                    https://urgero.org
                    ~ Professional Nerd. Freelance Programmer. ~
                    Matrix: @murgero:urgero.org

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      Cumpal @murgero last edited by

                      @murgero Wouldn't that connect to nowhere tho?

                      murgero 1 Reply Last reply Reply Quote 0
                      • murgero
                        murgero App Dev @Cumpal last edited by

                        @cumpal mail is the internal name for the cloudron mail server. It will go there.

                        --
                        https://urgero.org
                        ~ Professional Nerd. Freelance Programmer. ~
                        Matrix: @murgero:urgero.org

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          Cumpal @murgero last edited by

                          @murgero Afterlogic is hosted on a another server outside of my cloudron mailserver, so i believe that wouldn't work

                          1 Reply Last reply Reply Quote 1
                          • girish
                            girish Staff @Cumpal last edited by

                            @cumpal Your settings look correct to me. The SSL checkbox must be checked for IMAP and be unchecked for 587. Port 587 uses opportunistic TLS/STARTTLS and does not use SSL immediately. But each mail client behaves differently and one has to dig deeper to understand what exactly this SSL checkbox means.

                            I see that Afterlogic has many products, so I am not sure what the correct docs to look at are. If it is https://afterlogic.com/docs/webmail-lite-8/configuring-webmail/advanced-configuration, then we have to somehow set this PreferStarttls flag.

                            C 1 Reply Last reply Reply Quote 0
                            • girish
                              girish Staff last edited by

                              FWIW, I test the mailserver with http://samples.afterlogic.com/asp-net-samples/set_smtp.aspx and it connects (do not put real username/password on that page!).

                              a5036fad-df89-4d1a-b6e6-e7d9da281a98-image.png

                              1 Reply Last reply Reply Quote 0
                              • C
                                Cumpal @girish last edited by Cumpal

                                @girish I am using Afterlogic WebMail Lite 8, and the test you gave me, it successfully connected to it.

                                Also checked the PreferStarttls flag and it was already set as true

                                757d4bc2-3873-40d9-a947-57bcc183e72f-kuva.png

                                girish murgero 2 Replies Last reply Reply Quote 0
                                • girish
                                  girish Staff @Cumpal last edited by

                                  @cumpal So, the next step to debug this would be to check the Cloudron mail server logs when afterlogic tries to connect. Also, does afterlogic itself have any detailed logs on why it cannot connect? Is it a network error or something SMTP error or auth error?

                                  1 Reply Last reply Reply Quote 0
                                  • murgero
                                    murgero App Dev @Cumpal last edited by

                                    @cumpal My apologies, I thought this was in a LAMP app on cloudron.

                                    --
                                    https://urgero.org
                                    ~ Professional Nerd. Freelance Programmer. ~
                                    Matrix: @murgero:urgero.org

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      Cumpal last edited by

                                      Mystery solved; The server i was hosting Afterlogic on turns out is just too slow. Checking the logs it would always time out, which is 15 seconds.
                                      I ran Afterlogic on a much faster server and now it sends emails just fine.
                                      Thanks all for your efforts to help me, it was much appreciated.

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post
                                      Powered by NodeBB